Independent color modes: Lab, Lch, XYZ

There are several possibilities to code the color

We saw previously the RGB and the CMYK which are coded according to scales going:
From 0 to 255 for the RGB (8 bits)
From 0 to 100 for the CMYK (% of ink)
From 000000 to FFFFFF The hexadecimal for the Web (RGB)

There are other ways to code the color such as:
The TSL (Lch in English)
The Lab
The XYZ

The advantage of Lab, HSL and XYZ modes is that they are based on the perception of the human eye and that the description of a color is precise and unlike RGB and CMYK spaces.

HSL mode (Hue, Saturation, Light)

In French: Lch (Lightness, Chroma, Hue)

The TSL model is a perceptual colorimetric model because it closely approximates the physiological perception of color by the human eye.
In this system, the colors are always characterized by three dimensions but which have a completely different meaning than in the RGB model, since they represent here hue, saturation and luminosity.
The TSL model is generally represented using two inverted cones placed one above the other (figure below).

image-1635069770301.png

Lab mode

In 1976, the CIE (International Commission on Illumination) developed the La * b * colorimetric model   (also known as  CIELab ), in which a color was identified by three values:

Lab mode   thus covers the entire spectrum visible to the human eye and represents it in a uniform manner.
It therefore makes it possible to describe all the visible colors independently of any graphic technology.

This way it understands all the RGB and CMYK colors, which is why software such as PhotoShop uses this mode to switch from one representation model to another.

The CIE models are not intuitive, however using them ensures that a color created according to these models will be seen the same by everyone!

Lab mode is the bridge between RGB and CMYK modes.
Used in color management and more exactly in ICC profiles.

 

image-1635089055559.png

The CIE XYZ model

The CIE XYZ model (also called the CIE 1931 model) is the first colorimetric model created by the CIE in 1931. Produced from a series of experiments on the perception of colors by the human eye, this model serves as a reference for define other models. The three components X, Y and Z of the model represent respectively hue, luminance (light intensity weighted by the spectral sensitivity of the eye) and saturation. These three values, called tristimulus values, which are functions of the light, object, observer triplet, are obtained by integrating into the visible spectrum the product of the reflectance of the object illuminated by an illuminant by the spectral sensitivity of the human eye ( figure below).

SPECTRAL SENSITIVITY OF THE HUMAN EYE FOR A "STANDARD" OBSERVER

X = k \ int_ {400nm} ^ {800nm} I (\ lambda) \ times R (\ lambda) \ times x (\ lambda) .d \ lambda
Y = k \ int_ {400nm} ^ {800nm} I (\ lambda) \ times R (\ lambda) \ times y (\ lambda) .d \ lambda
Z = k \ int_ {400nm} ^ {800nm} I (\ lambda) \ times R (\ lambda) \ times z (\ lambda) .d \ lambda
With
k = \ frac {100} {\ int_ {400nm} ^ {800nm} l (\ lambda) \ times y (\ lambda) .d \ lambda}
I: spectral density of the illuminant
R: reflectance of the object
x, y and z: color equivalence functions

Color coding

 

Next =>

 


Revision #4
Created 22 November 2021 17:15:04 by Lionel WETTEREN
Updated 3 December 2021 18:15:17 by Lionel WETTEREN