Shades of Grey Suit #8F89AB
Tints of Grey Suit #8F89AB
RGB
CMYK
RGB Variations
Color information
#8F89AB (or 0x8F89AB) is known color: Grey Suit. HEX triplet: 8F, 89 and AB. RGB value is (143,137,171). Sum of RGB (Red+Green+Blue) = 143+137+171=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F89AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F89AB is #707654. Grayscale: #8E8E8E. Windows color (decimal): -7370325 or 11241871. OLE color: 11241871.
HSL color Cylindrical-coordinate representation of color #8F89AB: hue angle of 250.59º 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 #8F89AB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 137 | 171 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.33 |
| HSL | 250.59º | 0.17% | 0.6% | - |
| HSV(B) | 250.59º | 0.2% | 0.67% | - |
| XYZ | 27.62 | 26.67 | 42.22 | - |
| YUV | 142.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 171 | 0.16 | 0.20 | 0 | 0.33 | 250.59 | 0.17 | 0.6 |
| Hex | 8F | 89 | AB | 10 | 14 | 0 | 21 | FB | 11 | 3C |
| Octal | 217 | 211 | 253 | 20 | 24 | 0 | 41 | 373 | 21 | 74 |
| Binary | 10001111 | 10001001 | 10101011 | 10000 | 10100 | 0 | 100001 | 11111011 | 10001 | 111100 |
Color Harmonies of #8F89AB
Complementary color
Monochromatic Colors of #8F89AB
Black with #8F89AB
Text Example
Text Example
White with #8F89AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F89AB; }
p { color: rgb(143,137,171); }
H1.HeaderClassName
{
color: #8F89AB;
}
.AnyTagClassName
{
color: #8F89AB;
}
</style>
background-color css
<style>
a { background-color: #8F89AB; }
a { background-color: rgb(143,137,171); }
div.DivClassName
{
background-color: #8F89AB;
}
.BgClassName
{
background-color: #8F89AB;
}
</style>
border-color css
<style>
span { border-color: #8F89AB; }
span { border-color: rgb(143,137,171); }
td.TdClassName
{
border-color: #8F89AB;
}
.TagClassName
{
border-color: #8F89AB;
}
</style>