Shades of Grey Suit #8F85AB
Tints of Grey Suit #8F85AB
RGB
CMYK
RGB Variations
Color information
#8F85AB (or 0x8F85AB) is known color: Grey Suit. HEX triplet: 8F, 85 and AB. RGB value is (143,133,171). Sum of RGB (Red+Green+Blue) = 143+133+171=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F85AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F85AB is #707A54. Grayscale: #8C8C8C. Windows color (decimal): -7371349 or 11240847. OLE color: 11240847.
HSL color Cylindrical-coordinate representation of color #8F85AB: hue angle of 255.79º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F85AB is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 133 | 171 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.33 |
| HSL | 255.79º | 0.18% | 0.6% | - |
| HSV(B) | 255.79º | 0.22% | 0.67% | - |
| XYZ | 27.07 | 25.55 | 42.03 | - |
| YUV | 140.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 171 | 0.16 | 0.22 | 0 | 0.33 | 255.79 | 0.18 | 0.6 |
| Hex | 8F | 85 | AB | 10 | 16 | 0 | 21 | 100 | 12 | 3C |
| Octal | 217 | 205 | 253 | 20 | 26 | 0 | 41 | 400 | 22 | 74 |
| Binary | 10001111 | 10000101 | 10101011 | 10000 | 10110 | 0 | 100001 | 100000000 | 10010 | 111100 |
Color Harmonies of #8F85AB
Complementary color
Monochromatic Colors of #8F85AB
Black with #8F85AB
Text Example
Text Example
White with #8F85AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85AB; }
p { color: rgb(143,133,171); }
H1.HeaderClassName
{
color: #8F85AB;
}
.AnyTagClassName
{
color: #8F85AB;
}
</style>
background-color css
<style>
a { background-color: #8F85AB; }
a { background-color: rgb(143,133,171); }
div.DivClassName
{
background-color: #8F85AB;
}
.BgClassName
{
background-color: #8F85AB;
}
</style>
border-color css
<style>
span { border-color: #8F85AB; }
span { border-color: rgb(143,133,171); }
td.TdClassName
{
border-color: #8F85AB;
}
.TagClassName
{
border-color: #8F85AB;
}
</style>