Shades of Grey Suit #8E86AE
Tints of Grey Suit #8E86AE
RGB
CMYK
RGB Variations
Color information
#8E86AE (or 0x8E86AE) is known color: Grey Suit. HEX triplet: 8E, 86 and AE. RGB value is (142,134,174). Sum of RGB (Red+Green+Blue) = 142+134+174=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E86AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E86AE is #717951. Grayscale: #8C8C8C. Windows color (decimal): -7436626 or 11437710. OLE color: 11437710.
HSL color Cylindrical-coordinate representation of color #8E86AE: hue angle of 252º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E86AE is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 134 | 174 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.32 |
| HSL | 252º | 0.2% | 0.6% | - |
| HSV(B) | 252º | 0.23% | 0.68% | - |
| XYZ | 27.32 | 25.86 | 43.6 | - |
| YUV | 140.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 134 | 174 | 0.18 | 0.23 | 0 | 0.32 | 252 | 0.2 | 0.6 |
| Hex | 8E | 86 | AE | 12 | 17 | 0 | 20 | FC | 14 | 3C |
| Octal | 216 | 206 | 256 | 22 | 27 | 0 | 40 | 374 | 24 | 74 |
| Binary | 10001110 | 10000110 | 10101110 | 10010 | 10111 | 0 | 100000 | 11111100 | 10100 | 111100 |
Color Harmonies of #8E86AE
Complementary color
Monochromatic Colors of #8E86AE
Black with #8E86AE
Text Example
Text Example
White with #8E86AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E86AE; }
p { color: rgb(142,134,174); }
H1.HeaderClassName
{
color: #8E86AE;
}
.AnyTagClassName
{
color: #8E86AE;
}
</style>
background-color css
<style>
a { background-color: #8E86AE; }
a { background-color: rgb(142,134,174); }
div.DivClassName
{
background-color: #8E86AE;
}
.BgClassName
{
background-color: #8E86AE;
}
</style>
border-color css
<style>
span { border-color: #8E86AE; }
span { border-color: rgb(142,134,174); }
td.TdClassName
{
border-color: #8E86AE;
}
.TagClassName
{
border-color: #8E86AE;
}
</style>