Shades of Santas Grey #8E8EAE
Tints of Santas Grey #8E8EAE
RGB
CMYK
RGB Variations
Color information
#8E8EAE (or 0x8E8EAE) is known color: Santas Grey. HEX triplet: 8E, 8E and AE. RGB value is (142,142,174). Sum of RGB (Red+Green+Blue) = 142+142+174=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E8EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8EAE is #717151. Grayscale: #919191. Windows color (decimal): -7434578 or 11439758. OLE color: 11439758.
HSL color Cylindrical-coordinate representation of color #8E8EAE: hue angle of 240º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E8EAE is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 142 | 174 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.32 |
| HSL | 240º | 0.16% | 0.62% | - |
| HSV(B) | 240º | 0.18% | 0.68% | - |
| XYZ | 28.47 | 28.15 | 43.98 | - |
| YUV | 145.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 142 | 174 | 0.18 | 0.18 | 0 | 0.32 | 240 | 0.16 | 0.62 |
| Hex | 8E | 8E | AE | 12 | 12 | 0 | 20 | F0 | 10 | 3E |
| Octal | 216 | 216 | 256 | 22 | 22 | 0 | 40 | 360 | 20 | 76 |
| Binary | 10001110 | 10001110 | 10101110 | 10010 | 10010 | 0 | 100000 | 11110000 | 10000 | 111110 |
Color Harmonies of #8E8EAE
Complementary color
Monochromatic Colors of #8E8EAE
Black with #8E8EAE
Text Example
Text Example
White with #8E8EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8EAE; }
p { color: rgb(142,142,174); }
H1.HeaderClassName
{
color: #8E8EAE;
}
.AnyTagClassName
{
color: #8E8EAE;
}
</style>
background-color css
<style>
a { background-color: #8E8EAE; }
a { background-color: rgb(142,142,174); }
div.DivClassName
{
background-color: #8E8EAE;
}
.BgClassName
{
background-color: #8E8EAE;
}
</style>
border-color css
<style>
span { border-color: #8E8EAE; }
span { border-color: rgb(142,142,174); }
td.TdClassName
{
border-color: #8E8EAE;
}
.TagClassName
{
border-color: #8E8EAE;
}
</style>