Shades of Grey Chateau #9D9EA0
Tints of Grey Chateau #9D9EA0
RGB
CMYK
RGB Variations
Color information
#9D9EA0 (or 0x9D9EA0) is known color: Grey Chateau. HEX triplet: 9D, 9E and A0. RGB value is (157,158,160). Sum of RGB (Red+Green+Blue) = 157+158+160=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 160 - color contains mainly: blue. Hex color #9D9EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9EA0 is #62615F. Grayscale: #9D9D9D. Windows color (decimal): -6447456 or 10526365. OLE color: 10526365.
HSL color Cylindrical-coordinate representation of color #9D9EA0: hue angle of 220º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9D9EA0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 158 | 160 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.37 |
| HSL | 220º | 0.02% | 0.62% | - |
| HSV(B) | 220º | 0.02% | 0.63% | - |
| XYZ | 32.48 | 34.16 | 38.14 | - |
| YUV | 157.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 158 | 160 | 0.02 | 0.01 | 0 | 0.37 | 220 | 0.02 | 0.62 |
| Hex | 9D | 9E | A0 | 2 | 1 | 0 | 25 | DC | 2 | 3E |
| Octal | 235 | 236 | 240 | 2 | 1 | 0 | 45 | 334 | 2 | 76 |
| Binary | 10011101 | 10011110 | 10100000 | 10 | 1 | 0 | 100101 | 11011100 | 10 | 111110 |
Color Harmonies of #9D9EA0
Complementary color
Monochromatic Colors of #9D9EA0
Black with #9D9EA0
Text Example
Text Example
White with #9D9EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9EA0; }
p { color: rgb(157,158,160); }
H1.HeaderClassName
{
color: #9D9EA0;
}
.AnyTagClassName
{
color: #9D9EA0;
}
</style>
background-color css
<style>
a { background-color: #9D9EA0; }
a { background-color: rgb(157,158,160); }
div.DivClassName
{
background-color: #9D9EA0;
}
.BgClassName
{
background-color: #9D9EA0;
}
</style>
border-color css
<style>
span { border-color: #9D9EA0; }
span { border-color: rgb(157,158,160); }
td.TdClassName
{
border-color: #9D9EA0;
}
.TagClassName
{
border-color: #9D9EA0;
}
</style>