Shades of Grey Chateau #919DAA
Tints of Grey Chateau #919DAA
RGB
CMYK
RGB Variations
Color information
#919DAA (or 0x919DAA) is known color: Grey Chateau. HEX triplet: 91, 9D and AA. RGB value is (145,157,170). Sum of RGB (Red+Green+Blue) = 145+157+170=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #919DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919DAA is #6E6255. Grayscale: #9A9A9A. Windows color (decimal): -7234134 or 11181457. OLE color: 11181457.
HSL color Cylindrical-coordinate representation of color #919DAA: hue angle of 211.2º 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 #919DAA is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 157 | 170 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.33 |
| HSL | 211.2º | 0.13% | 0.62% | - |
| HSV(B) | 211.2º | 0.15% | 0.67% | - |
| XYZ | 30.99 | 33.04 | 42.77 | - |
| YUV | 154.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 170 | 0.15 | 0.08 | 0 | 0.33 | 211.2 | 0.13 | 0.62 |
| Hex | 91 | 9D | AA | F | 8 | 0 | 21 | D3 | D | 3E |
| Octal | 221 | 235 | 252 | 17 | 10 | 0 | 41 | 323 | 15 | 76 |
| Binary | 10010001 | 10011101 | 10101010 | 1111 | 1000 | 0 | 100001 | 11010011 | 1101 | 111110 |
Color Harmonies of #919DAA
Complementary color
Monochromatic Colors of #919DAA
Black with #919DAA
Text Example
Text Example
White with #919DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DAA; }
p { color: rgb(145,157,170); }
H1.HeaderClassName
{
color: #919DAA;
}
.AnyTagClassName
{
color: #919DAA;
}
</style>
background-color css
<style>
a { background-color: #919DAA; }
a { background-color: rgb(145,157,170); }
div.DivClassName
{
background-color: #919DAA;
}
.BgClassName
{
background-color: #919DAA;
}
</style>
border-color css
<style>
span { border-color: #919DAA; }
span { border-color: rgb(145,157,170); }
td.TdClassName
{
border-color: #919DAA;
}
.TagClassName
{
border-color: #919DAA;
}
</style>