Shades of Grey Chateau #909AA4
Tints of Grey Chateau #909AA4
RGB
CMYK
RGB Variations
Color information
#909AA4 (or 0x909AA4) is known color: Grey Chateau. HEX triplet: 90, 9A and A4. RGB value is (144,154,164). Sum of RGB (Red+Green+Blue) = 144+154+164=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 164 - color contains mainly: blue. Hex color #909AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909AA4 is #6F655B. Grayscale: #989898. Windows color (decimal): -7300444 or 10787472. OLE color: 10787472.
HSL color Cylindrical-coordinate representation of color #909AA4: hue angle of 210º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #909AA4 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 154 | 164 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.36 |
| HSL | 210º | 0.1% | 0.6% | - |
| HSV(B) | 210º | 0.12% | 0.64% | - |
| XYZ | 29.76 | 31.72 | 39.68 | - |
| YUV | 152.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 164 | 0.12 | 0.06 | 0 | 0.36 | 210 | 0.1 | 0.6 |
| Hex | 90 | 9A | A4 | C | 6 | 0 | 24 | D2 | A | 3C |
| Octal | 220 | 232 | 244 | 14 | 6 | 0 | 44 | 322 | 12 | 74 |
| Binary | 10010000 | 10011010 | 10100100 | 1100 | 110 | 0 | 100100 | 11010010 | 1010 | 111100 |
Color Harmonies of #909AA4
Complementary color
Monochromatic Colors of #909AA4
Black with #909AA4
Text Example
Text Example
White with #909AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909AA4; }
p { color: rgb(144,154,164); }
H1.HeaderClassName
{
color: #909AA4;
}
.AnyTagClassName
{
color: #909AA4;
}
</style>
background-color css
<style>
a { background-color: #909AA4; }
a { background-color: rgb(144,154,164); }
div.DivClassName
{
background-color: #909AA4;
}
.BgClassName
{
background-color: #909AA4;
}
</style>
border-color css
<style>
span { border-color: #909AA4; }
span { border-color: rgb(144,154,164); }
td.TdClassName
{
border-color: #909AA4;
}
.TagClassName
{
border-color: #909AA4;
}
</style>