Shades of Grey Chateau #8F99A4
Tints of Grey Chateau #8F99A4
RGB
CMYK
RGB Variations
Color information
#8F99A4 (or 0x8F99A4) is known color: Grey Chateau. HEX triplet: 8F, 99 and A4. RGB value is (143,153,164). Sum of RGB (Red+Green+Blue) = 143+153+164=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F99A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F99A4 is #70665B. Grayscale: #979797. Windows color (decimal): -7366236 or 10787215. OLE color: 10787215.
HSL color Cylindrical-coordinate representation of color #8F99A4: hue angle of 211.43º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F99A4 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 153 | 164 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.36 |
| HSL | 211.43º | 0.1% | 0.6% | - |
| HSV(B) | 211.43º | 0.13% | 0.64% | - |
| XYZ | 29.42 | 31.3 | 39.61 | - |
| YUV | 151.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 164 | 0.13 | 0.07 | 0 | 0.36 | 211.43 | 0.1 | 0.6 |
| Hex | 8F | 99 | A4 | D | 7 | 0 | 24 | D3 | A | 3C |
| Octal | 217 | 231 | 244 | 15 | 7 | 0 | 44 | 323 | 12 | 74 |
| Binary | 10001111 | 10011001 | 10100100 | 1101 | 111 | 0 | 100100 | 11010011 | 1010 | 111100 |
Color Harmonies of #8F99A4
Complementary color
Monochromatic Colors of #8F99A4
Black with #8F99A4
Text Example
Text Example
White with #8F99A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F99A4; }
p { color: rgb(143,153,164); }
H1.HeaderClassName
{
color: #8F99A4;
}
.AnyTagClassName
{
color: #8F99A4;
}
</style>
background-color css
<style>
a { background-color: #8F99A4; }
a { background-color: rgb(143,153,164); }
div.DivClassName
{
background-color: #8F99A4;
}
.BgClassName
{
background-color: #8F99A4;
}
</style>
border-color css
<style>
span { border-color: #8F99A4; }
span { border-color: rgb(143,153,164); }
td.TdClassName
{
border-color: #8F99A4;
}
.TagClassName
{
border-color: #8F99A4;
}
</style>