Shades of Grey Chateau #919EAA
Tints of Grey Chateau #919EAA
RGB
CMYK
RGB Variations
Color information
#919EAA (or 0x919EAA) is known color: Grey Chateau. HEX triplet: 91, 9E and AA. RGB value is (145,158,170). Sum of RGB (Red+Green+Blue) = 145+158+170=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #919EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919EAA is #6E6155. Grayscale: #9B9B9B. Windows color (decimal): -7233878 or 11181713. OLE color: 11181713.
HSL color Cylindrical-coordinate representation of color #919EAA: hue angle of 208.8º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #919EAA is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 158 | 170 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.33 |
| HSL | 208.8º | 0.13% | 0.62% | - |
| HSV(B) | 208.8º | 0.15% | 0.67% | - |
| XYZ | 31.16 | 33.38 | 42.83 | - |
| YUV | 155.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 170 | 0.15 | 0.07 | 0 | 0.33 | 208.8 | 0.13 | 0.62 |
| Hex | 91 | 9E | AA | F | 7 | 0 | 21 | D1 | D | 3E |
| Octal | 221 | 236 | 252 | 17 | 7 | 0 | 41 | 321 | 15 | 76 |
| Binary | 10010001 | 10011110 | 10101010 | 1111 | 111 | 0 | 100001 | 11010001 | 1101 | 111110 |
Color Harmonies of #919EAA
Complementary color
Monochromatic Colors of #919EAA
Black with #919EAA
Text Example
Text Example
White with #919EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EAA; }
p { color: rgb(145,158,170); }
H1.HeaderClassName
{
color: #919EAA;
}
.AnyTagClassName
{
color: #919EAA;
}
</style>
background-color css
<style>
a { background-color: #919EAA; }
a { background-color: rgb(145,158,170); }
div.DivClassName
{
background-color: #919EAA;
}
.BgClassName
{
background-color: #919EAA;
}
</style>
border-color css
<style>
span { border-color: #919EAA; }
span { border-color: rgb(145,158,170); }
td.TdClassName
{
border-color: #919EAA;
}
.TagClassName
{
border-color: #919EAA;
}
</style>