Shades of Grey Chateau #9EA9B1
Tints of Grey Chateau #9EA9B1
RGB
CMYK
RGB Variations
Color information
#9EA9B1 (or 0x9EA9B1) is known color: Grey Chateau. HEX triplet: 9E, A9 and B1. RGB value is (158,169,177). Sum of RGB (Red+Green+Blue) = 158+169+177=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 177 - color contains mainly: blue. Hex color #9EA9B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA9B1 is #61564E. Grayscale: #A6A6A6. Windows color (decimal): -6379087 or 11643294. OLE color: 11643294.
HSL color Cylindrical-coordinate representation of color #9EA9B1: hue angle of 205.26º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EA9B1 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 169 | 177 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.31 |
| HSL | 205.26º | 0.11% | 0.66% | - |
| HSV(B) | 205.26º | 0.11% | 0.69% | - |
| XYZ | 36.22 | 38.82 | 47.18 | - |
| YUV | 166.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 177 | 0.11 | 0.05 | 0 | 0.31 | 205.26 | 0.11 | 0.66 |
| Hex | 9E | A9 | B1 | B | 5 | 0 | 1F | CD | B | 42 |
| Octal | 236 | 251 | 261 | 13 | 5 | 0 | 37 | 315 | 13 | 102 |
| Binary | 10011110 | 10101001 | 10110001 | 1011 | 101 | 0 | 11111 | 11001101 | 1011 | 1000010 |
Color Harmonies of #9EA9B1
Complementary color
Monochromatic Colors of #9EA9B1
Black with #9EA9B1
Text Example
Text Example
White with #9EA9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA9B1; }
p { color: rgb(158,169,177); }
H1.HeaderClassName
{
color: #9EA9B1;
}
.AnyTagClassName
{
color: #9EA9B1;
}
</style>
background-color css
<style>
a { background-color: #9EA9B1; }
a { background-color: rgb(158,169,177); }
div.DivClassName
{
background-color: #9EA9B1;
}
.BgClassName
{
background-color: #9EA9B1;
}
</style>
border-color css
<style>
span { border-color: #9EA9B1; }
span { border-color: rgb(158,169,177); }
td.TdClassName
{
border-color: #9EA9B1;
}
.TagClassName
{
border-color: #9EA9B1;
}
</style>