Shades of Grey Suit #8F86A7
Tints of Grey Suit #8F86A7
RGB
CMYK
RGB Variations
Color information
#8F86A7 (or 0x8F86A7) is known color: Grey Suit. HEX triplet: 8F, 86 and A7. RGB value is (143,134,167). Sum of RGB (Red+Green+Blue) = 143+134+167=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 167 - color contains mainly: blue. Hex color #8F86A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F86A7 is #707958. Grayscale: #8C8C8C. Windows color (decimal): -7371097 or 10978959. OLE color: 10978959.
HSL color Cylindrical-coordinate representation of color #8F86A7: hue angle of 256.36º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F86A7 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 134 | 167 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.35 |
| HSL | 256.36º | 0.16% | 0.59% | - |
| HSV(B) | 256.36º | 0.2% | 0.65% | - |
| XYZ | 26.83 | 25.68 | 40.1 | - |
| YUV | 140.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 167 | 0.14 | 0.20 | 0 | 0.35 | 256.36 | 0.16 | 0.59 |
| Hex | 8F | 86 | A7 | E | 14 | 0 | 23 | 100 | 10 | 3B |
| Octal | 217 | 206 | 247 | 16 | 24 | 0 | 43 | 400 | 20 | 73 |
| Binary | 10001111 | 10000110 | 10100111 | 1110 | 10100 | 0 | 100011 | 100000000 | 10000 | 111011 |
Color Harmonies of #8F86A7
Complementary color
Monochromatic Colors of #8F86A7
Black with #8F86A7
Text Example
Text Example
White with #8F86A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F86A7; }
p { color: rgb(143,134,167); }
H1.HeaderClassName
{
color: #8F86A7;
}
.AnyTagClassName
{
color: #8F86A7;
}
</style>
background-color css
<style>
a { background-color: #8F86A7; }
a { background-color: rgb(143,134,167); }
div.DivClassName
{
background-color: #8F86A7;
}
.BgClassName
{
background-color: #8F86A7;
}
</style>
border-color css
<style>
span { border-color: #8F86A7; }
span { border-color: rgb(143,134,167); }
td.TdClassName
{
border-color: #8F86A7;
}
.TagClassName
{
border-color: #8F86A7;
}
</style>