Shades of Grey Suit #8F88AB
Tints of Grey Suit #8F88AB
RGB
CMYK
RGB Variations
Color information
#8F88AB (or 0x8F88AB) is known color: Grey Suit. HEX triplet: 8F, 88 and AB. RGB value is (143,136,171). Sum of RGB (Red+Green+Blue) = 143+136+171=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F88AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F88AB is #707754. Grayscale: #8D8D8D. Windows color (decimal): -7370581 or 11241615. OLE color: 11241615.
HSL color Cylindrical-coordinate representation of color #8F88AB: hue angle of 252º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F88AB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 136 | 171 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.33 |
| HSL | 252º | 0.17% | 0.6% | - |
| HSV(B) | 252º | 0.2% | 0.67% | - |
| XYZ | 27.48 | 26.39 | 42.17 | - |
| YUV | 142.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 171 | 0.16 | 0.20 | 0 | 0.33 | 252 | 0.17 | 0.6 |
| Hex | 8F | 88 | AB | 10 | 14 | 0 | 21 | FC | 11 | 3C |
| Octal | 217 | 210 | 253 | 20 | 24 | 0 | 41 | 374 | 21 | 74 |
| Binary | 10001111 | 10001000 | 10101011 | 10000 | 10100 | 0 | 100001 | 11111100 | 10001 | 111100 |
Color Harmonies of #8F88AB
Complementary color
Monochromatic Colors of #8F88AB
Black with #8F88AB
Text Example
Text Example
White with #8F88AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F88AB; }
p { color: rgb(143,136,171); }
H1.HeaderClassName
{
color: #8F88AB;
}
.AnyTagClassName
{
color: #8F88AB;
}
</style>
background-color css
<style>
a { background-color: #8F88AB; }
a { background-color: rgb(143,136,171); }
div.DivClassName
{
background-color: #8F88AB;
}
.BgClassName
{
background-color: #8F88AB;
}
</style>
border-color css
<style>
span { border-color: #8F88AB; }
span { border-color: rgb(143,136,171); }
td.TdClassName
{
border-color: #8F88AB;
}
.TagClassName
{
border-color: #8F88AB;
}
</style>