Shades of Grey Suit #8F84AB
Tints of Grey Suit #8F84AB
RGB
CMYK
RGB Variations
Color information
#8F84AB (or 0x8F84AB) is known color: Grey Suit. HEX triplet: 8F, 84 and AB. RGB value is (143,132,171). Sum of RGB (Red+Green+Blue) = 143+132+171=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F84AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F84AB is #707B54. Grayscale: #8B8B8B. Windows color (decimal): -7371605 or 11240591. OLE color: 11240591.
HSL color Cylindrical-coordinate representation of color #8F84AB: hue angle of 256.92º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F84AB is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 132 | 171 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.33 |
| HSL | 256.92º | 0.19% | 0.59% | - |
| HSV(B) | 256.92º | 0.23% | 0.67% | - |
| XYZ | 26.93 | 25.28 | 41.99 | - |
| YUV | 139.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 171 | 0.16 | 0.23 | 0 | 0.33 | 256.92 | 0.19 | 0.59 |
| Hex | 8F | 84 | AB | 10 | 17 | 0 | 21 | 101 | 13 | 3B |
| Octal | 217 | 204 | 253 | 20 | 27 | 0 | 41 | 401 | 23 | 73 |
| Binary | 10001111 | 10000100 | 10101011 | 10000 | 10111 | 0 | 100001 | 100000001 | 10011 | 111011 |
Color Harmonies of #8F84AB
Complementary color
Monochromatic Colors of #8F84AB
Black with #8F84AB
Text Example
Text Example
White with #8F84AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F84AB; }
p { color: rgb(143,132,171); }
H1.HeaderClassName
{
color: #8F84AB;
}
.AnyTagClassName
{
color: #8F84AB;
}
</style>
background-color css
<style>
a { background-color: #8F84AB; }
a { background-color: rgb(143,132,171); }
div.DivClassName
{
background-color: #8F84AB;
}
.BgClassName
{
background-color: #8F84AB;
}
</style>
border-color css
<style>
span { border-color: #8F84AB; }
span { border-color: rgb(143,132,171); }
td.TdClassName
{
border-color: #8F84AB;
}
.TagClassName
{
border-color: #8F84AB;
}
</style>