Shades of Grey Chateau #8F9CAA
Tints of Grey Chateau #8F9CAA
RGB
CMYK
RGB Variations
Color information
#8F9CAA (or 0x8F9CAA) is known color: Grey Chateau. HEX triplet: 8F, 9C and AA. RGB value is (143,156,170). Sum of RGB (Red+Green+Blue) = 143+156+170=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F9CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9CAA is #706355. Grayscale: #999999. Windows color (decimal): -7365462 or 11181199. OLE color: 11181199.
HSL color Cylindrical-coordinate representation of color #8F9CAA: hue angle of 211.11º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F9CAA is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 156 | 170 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.33 |
| HSL | 211.11º | 0.14% | 0.61% | - |
| HSV(B) | 211.11º | 0.16% | 0.67% | - |
| XYZ | 30.47 | 32.52 | 42.7 | - |
| YUV | 153.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 170 | 0.16 | 0.08 | 0 | 0.33 | 211.11 | 0.14 | 0.61 |
| Hex | 8F | 9C | AA | 10 | 8 | 0 | 21 | D3 | E | 3D |
| Octal | 217 | 234 | 252 | 20 | 10 | 0 | 41 | 323 | 16 | 75 |
| Binary | 10001111 | 10011100 | 10101010 | 10000 | 1000 | 0 | 100001 | 11010011 | 1110 | 111101 |
Color Harmonies of #8F9CAA
Complementary color
Monochromatic Colors of #8F9CAA
Black with #8F9CAA
Text Example
Text Example
White with #8F9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CAA; }
p { color: rgb(143,156,170); }
H1.HeaderClassName
{
color: #8F9CAA;
}
.AnyTagClassName
{
color: #8F9CAA;
}
</style>
background-color css
<style>
a { background-color: #8F9CAA; }
a { background-color: rgb(143,156,170); }
div.DivClassName
{
background-color: #8F9CAA;
}
.BgClassName
{
background-color: #8F9CAA;
}
</style>
border-color css
<style>
span { border-color: #8F9CAA; }
span { border-color: rgb(143,156,170); }
td.TdClassName
{
border-color: #8F9CAA;
}
.TagClassName
{
border-color: #8F9CAA;
}
</style>