Shades of Grey Chateau #9EA7B1
Tints of Grey Chateau #9EA7B1
RGB
CMYK
RGB Variations
Color information
#9EA7B1 (or 0x9EA7B1) is known color: Grey Chateau. HEX triplet: 9E, A7 and B1. RGB value is (158,167,177). Sum of RGB (Red+Green+Blue) = 158+167+177=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 177 - color contains mainly: blue. Hex color #9EA7B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA7B1 is #61584E. Grayscale: #A5A5A5. Windows color (decimal): -6379599 or 11642782. OLE color: 11642782.
HSL color Cylindrical-coordinate representation of color #9EA7B1: hue angle of 211.58º 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 #9EA7B1 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 167 | 177 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.31 |
| HSL | 211.58º | 0.11% | 0.66% | - |
| HSV(B) | 211.58º | 0.11% | 0.69% | - |
| XYZ | 35.86 | 38.08 | 47.06 | - |
| YUV | 165.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 177 | 0.11 | 0.06 | 0 | 0.31 | 211.58 | 0.11 | 0.66 |
| Hex | 9E | A7 | B1 | B | 6 | 0 | 1F | D4 | B | 42 |
| Octal | 236 | 247 | 261 | 13 | 6 | 0 | 37 | 324 | 13 | 102 |
| Binary | 10011110 | 10100111 | 10110001 | 1011 | 110 | 0 | 11111 | 11010100 | 1011 | 1000010 |
Color Harmonies of #9EA7B1
Complementary color
Monochromatic Colors of #9EA7B1
Black with #9EA7B1
Text Example
Text Example
White with #9EA7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA7B1; }
p { color: rgb(158,167,177); }
H1.HeaderClassName
{
color: #9EA7B1;
}
.AnyTagClassName
{
color: #9EA7B1;
}
</style>
background-color css
<style>
a { background-color: #9EA7B1; }
a { background-color: rgb(158,167,177); }
div.DivClassName
{
background-color: #9EA7B1;
}
.BgClassName
{
background-color: #9EA7B1;
}
</style>
border-color css
<style>
span { border-color: #9EA7B1; }
span { border-color: rgb(158,167,177); }
td.TdClassName
{
border-color: #9EA7B1;
}
.TagClassName
{
border-color: #9EA7B1;
}
</style>