Rendering time with different color depths

So far I have worked with a color depth of 16 bits.
In this case, I measured a rendering time of 138 ms.

If I reduce the color depth from 16 to 8 bits, the rendering time increases to 239 ms.

Are additional conversions in LVGL necessary here, or how can this increase in rendering time be explained?