Shades of Santas Grey #8E8BB5
Tints of Santas Grey #8E8BB5
RGB
CMYK
RGB Variations
Color information
#8E8BB5 (or 0x8E8BB5) is known color: Santas Grey. HEX triplet: 8E, 8B and B5. RGB value is (142,139,181). Sum of RGB (Red+Green+Blue) = 142+139+181=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 181 - color contains mainly: blue. Hex color #8E8BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8BB5 is #71744A. Grayscale: #909090. Windows color (decimal): -7435339 or 11897742. OLE color: 11897742.
HSL color Cylindrical-coordinate representation of color #8E8BB5: hue angle of 244.29º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E8BB5 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 139 | 181 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.29 |
| HSL | 244.29º | 0.22% | 0.63% | - |
| HSV(B) | 244.29º | 0.23% | 0.71% | - |
| XYZ | 28.73 | 27.55 | 47.52 | - |
| YUV | 144.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 181 | 0.22 | 0.23 | 0 | 0.29 | 244.29 | 0.22 | 0.63 |
| Hex | 8E | 8B | B5 | 16 | 17 | 0 | 1D | F4 | 16 | 3F |
| Octal | 216 | 213 | 265 | 26 | 27 | 0 | 35 | 364 | 26 | 77 |
| Binary | 10001110 | 10001011 | 10110101 | 10110 | 10111 | 0 | 11101 | 11110100 | 10110 | 111111 |
Color Harmonies of #8E8BB5
Complementary color
Monochromatic Colors of #8E8BB5
Black with #8E8BB5
Text Example
Text Example
White with #8E8BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8BB5; }
p { color: rgb(142,139,181); }
H1.HeaderClassName
{
color: #8E8BB5;
}
.AnyTagClassName
{
color: #8E8BB5;
}
</style>
background-color css
<style>
a { background-color: #8E8BB5; }
a { background-color: rgb(142,139,181); }
div.DivClassName
{
background-color: #8E8BB5;
}
.BgClassName
{
background-color: #8E8BB5;
}
</style>
border-color css
<style>
span { border-color: #8E8BB5; }
span { border-color: rgb(142,139,181); }
td.TdClassName
{
border-color: #8E8BB5;
}
.TagClassName
{
border-color: #8E8BB5;
}
</style>