Shades of Grey Chateau #9EA8B3
Tints of Grey Chateau #9EA8B3
RGB
CMYK
RGB Variations
Color information
#9EA8B3 (or 0x9EA8B3) is known color: Grey Chateau. HEX triplet: 9E, A8 and B3. RGB value is (158,168,179). Sum of RGB (Red+Green+Blue) = 158+168+179=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 179 - color contains mainly: blue. Hex color #9EA8B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA8B3 is #61574C. Grayscale: #A6A6A6. Windows color (decimal): -6379341 or 11774110. OLE color: 11774110.
HSL color Cylindrical-coordinate representation of color #9EA8B3: hue angle of 211.43º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EA8B3 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 168 | 179 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.30 |
| HSL | 211.43º | 0.12% | 0.66% | - |
| HSV(B) | 211.43º | 0.12% | 0.7% | - |
| XYZ | 36.24 | 38.53 | 48.17 | - |
| YUV | 166.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 179 | 0.12 | 0.06 | 0 | 0.30 | 211.43 | 0.12 | 0.66 |
| Hex | 9E | A8 | B3 | C | 6 | 0 | 1E | D3 | C | 42 |
| Octal | 236 | 250 | 263 | 14 | 6 | 0 | 36 | 323 | 14 | 102 |
| Binary | 10011110 | 10101000 | 10110011 | 1100 | 110 | 0 | 11110 | 11010011 | 1100 | 1000010 |
Color Harmonies of #9EA8B3
Complementary color
Monochromatic Colors of #9EA8B3
Black with #9EA8B3
Text Example
Text Example
White with #9EA8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA8B3; }
p { color: rgb(158,168,179); }
H1.HeaderClassName
{
color: #9EA8B3;
}
.AnyTagClassName
{
color: #9EA8B3;
}
</style>
background-color css
<style>
a { background-color: #9EA8B3; }
a { background-color: rgb(158,168,179); }
div.DivClassName
{
background-color: #9EA8B3;
}
.BgClassName
{
background-color: #9EA8B3;
}
</style>
border-color css
<style>
span { border-color: #9EA8B3; }
span { border-color: rgb(158,168,179); }
td.TdClassName
{
border-color: #9EA8B3;
}
.TagClassName
{
border-color: #9EA8B3;
}
</style>