Shades of Santas Grey #9E9DA2
Tints of Santas Grey #9E9DA2
RGB
CMYK
RGB Variations
Color information
#9E9DA2 (or 0x9E9DA2) is known color: Santas Grey. HEX triplet: 9E, 9D and A2. RGB value is (158,157,162). Sum of RGB (Red+Green+Blue) = 158+157+162=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 162 - color contains mainly: blue. Hex color #9E9DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9DA2 is #61625D. Grayscale: #9D9D9D. Windows color (decimal): -6382174 or 10657182. OLE color: 10657182.
HSL color Cylindrical-coordinate representation of color #9E9DA2: hue angle of 252º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9E9DA2 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 158 | 157 | 162 | - |
CMYK | 0.02 | 0.03 | 0 | 0.36 |
HSL | 252º | 0.03% | 0.63% | - |
HSV(B) | 252º | 0.03% | 0.64% | - |
XYZ | 32.68 | 33.99 | 39.02 | - |
YUV | 157.87 | 130.33 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 157 | 162 | 0.02 | 0.03 | 0 | 0.36 | 252 | 0.03 | 0.63 |
Hex | 9E | 9D | A2 | 2 | 3 | 0 | 24 | FC | 3 | 3F |
Octal | 236 | 235 | 242 | 2 | 3 | 0 | 44 | 374 | 3 | 77 |
Binary | 10011110 | 10011101 | 10100010 | 10 | 11 | 0 | 100100 | 11111100 | 11 | 111111 |
Color Harmonies of #9E9DA2
Complementary color
Monochromatic Colors of #9E9DA2
Black with #9E9DA2
Text Example
Text Example
White with #9E9DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9DA2; }
p { color: rgb(158,157,162); }
H1.HeaderClassName
{
color: #9E9DA2;
}
.AnyTagClassName
{
color: #9E9DA2;
}
</style>
background-color css
<style>
a { background-color: #9E9DA2; }
a { background-color: rgb(158,157,162); }
div.DivClassName
{
background-color: #9E9DA2;
}
.BgClassName
{
background-color: #9E9DA2;
}
</style>
border-color css
<style>
span { border-color: #9E9DA2; }
span { border-color: rgb(158,157,162); }
td.TdClassName
{
border-color: #9E9DA2;
}
.TagClassName
{
border-color: #9E9DA2;
}
</style>