Shades of Grey Chateau #969FAA
Tints of Grey Chateau #969FAA
RGB
CMYK
RGB Variations
Color information
#969FAA (or 0x969FAA) is known color: Grey Chateau. HEX triplet: 96, 9F and AA. RGB value is (150,159,170). Sum of RGB (Red+Green+Blue) = 150+159+170=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: blue. Hex color #969FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969FAA is #696055. Grayscale: #9D9D9D. Windows color (decimal): -6905942 or 11181974. OLE color: 11181974.
HSL color Cylindrical-coordinate representation of color #969FAA: hue angle of 213º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #969FAA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 159 | 170 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.33 |
| HSL | 213º | 0.11% | 0.63% | - |
| HSV(B) | 213º | 0.12% | 0.67% | - |
| XYZ | 32.23 | 34.18 | 42.93 | - |
| YUV | 157.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 159 | 170 | 0.12 | 0.06 | 0 | 0.33 | 213 | 0.11 | 0.63 |
| Hex | 96 | 9F | AA | C | 6 | 0 | 21 | D5 | B | 3F |
| Octal | 226 | 237 | 252 | 14 | 6 | 0 | 41 | 325 | 13 | 77 |
| Binary | 10010110 | 10011111 | 10101010 | 1100 | 110 | 0 | 100001 | 11010101 | 1011 | 111111 |
Color Harmonies of #969FAA
Complementary color
Monochromatic Colors of #969FAA
Black with #969FAA
Text Example
Text Example
White with #969FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969FAA; }
p { color: rgb(150,159,170); }
H1.HeaderClassName
{
color: #969FAA;
}
.AnyTagClassName
{
color: #969FAA;
}
</style>
background-color css
<style>
a { background-color: #969FAA; }
a { background-color: rgb(150,159,170); }
div.DivClassName
{
background-color: #969FAA;
}
.BgClassName
{
background-color: #969FAA;
}
</style>
border-color css
<style>
span { border-color: #969FAA; }
span { border-color: rgb(150,159,170); }
td.TdClassName
{
border-color: #969FAA;
}
.TagClassName
{
border-color: #969FAA;
}
</style>