Shades of Grey Chateau #919AA6
Tints of Grey Chateau #919AA6
RGB
CMYK
RGB Variations
Color information
#919AA6 (or 0x919AA6) is known color: Grey Chateau. HEX triplet: 91, 9A and A6. RGB value is (145,154,166). Sum of RGB (Red+Green+Blue) = 145+154+166=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 166 - color contains mainly: blue. Hex color #919AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919AA6 is #6E6559. Grayscale: #989898. Windows color (decimal): -7234906 or 10918545. OLE color: 10918545.
HSL color Cylindrical-coordinate representation of color #919AA6: hue angle of 214.29º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #919AA6 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 154 | 166 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.35 |
| HSL | 214.29º | 0.11% | 0.61% | - |
| HSV(B) | 214.29º | 0.13% | 0.65% | - |
| XYZ | 30.12 | 31.88 | 40.64 | - |
| YUV | 152.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 166 | 0.13 | 0.07 | 0 | 0.35 | 214.29 | 0.11 | 0.61 |
| Hex | 91 | 9A | A6 | D | 7 | 0 | 23 | D6 | B | 3D |
| Octal | 221 | 232 | 246 | 15 | 7 | 0 | 43 | 326 | 13 | 75 |
| Binary | 10010001 | 10011010 | 10100110 | 1101 | 111 | 0 | 100011 | 11010110 | 1011 | 111101 |
Color Harmonies of #919AA6
Complementary color
Monochromatic Colors of #919AA6
Black with #919AA6
Text Example
Text Example
White with #919AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AA6; }
p { color: rgb(145,154,166); }
H1.HeaderClassName
{
color: #919AA6;
}
.AnyTagClassName
{
color: #919AA6;
}
</style>
background-color css
<style>
a { background-color: #919AA6; }
a { background-color: rgb(145,154,166); }
div.DivClassName
{
background-color: #919AA6;
}
.BgClassName
{
background-color: #919AA6;
}
</style>
border-color css
<style>
span { border-color: #919AA6; }
span { border-color: rgb(145,154,166); }
td.TdClassName
{
border-color: #919AA6;
}
.TagClassName
{
border-color: #919AA6;
}
</style>