Shades of Grey Suit #8E869C
Tints of Grey Suit #8E869C
RGB
CMYK
RGB Variations
Color information
#8E869C (or 0x8E869C) is known color: Grey Suit. HEX triplet: 8E, 86 and 9C. RGB value is (142,134,156). Sum of RGB (Red+Green+Blue) = 142+134+156=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E869C is #717963. Grayscale: #8A8A8A. Windows color (decimal): -7436644 or 10258062. OLE color: 10258062.
HSL color Cylindrical-coordinate representation of color #8E869C: hue angle of 261.82º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E869C is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 134 | 156 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.39 |
| HSL | 261.82º | 0.1% | 0.57% | - |
| HSV(B) | 261.82º | 0.14% | 0.61% | - |
| XYZ | 25.68 | 25.2 | 34.96 | - |
| YUV | 138.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 134 | 156 | 0.09 | 0.14 | 0 | 0.39 | 261.82 | 0.1 | 0.57 |
| Hex | 8E | 86 | 9C | 9 | E | 0 | 27 | 106 | A | 39 |
| Octal | 216 | 206 | 234 | 11 | 16 | 0 | 47 | 406 | 12 | 71 |
| Binary | 10001110 | 10000110 | 10011100 | 1001 | 1110 | 0 | 100111 | 100000110 | 1010 | 111001 |
Color Harmonies of #8E869C
Complementary color
Monochromatic Colors of #8E869C
Black with #8E869C
Text Example
Text Example
White with #8E869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E869C; }
p { color: rgb(142,134,156); }
H1.HeaderClassName
{
color: #8E869C;
}
.AnyTagClassName
{
color: #8E869C;
}
</style>
background-color css
<style>
a { background-color: #8E869C; }
a { background-color: rgb(142,134,156); }
div.DivClassName
{
background-color: #8E869C;
}
.BgClassName
{
background-color: #8E869C;
}
</style>
border-color css
<style>
span { border-color: #8E869C; }
span { border-color: rgb(142,134,156); }
td.TdClassName
{
border-color: #8E869C;
}
.TagClassName
{
border-color: #8E869C;
}
</style>