Shades of Grey Suit #8E869E
Tints of Grey Suit #8E869E
RGB
CMYK
RGB Variations
Color information
#8E869E (or 0x8E869E) is known color: Grey Suit. HEX triplet: 8E, 86 and 9E. RGB value is (142,134,158). Sum of RGB (Red+Green+Blue) = 142+134+158=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E869E is #717961. Grayscale: #8B8B8B. Windows color (decimal): -7436642 or 10389134. OLE color: 10389134.
HSL color Cylindrical-coordinate representation of color #8E869E: hue angle of 260º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E869E is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 134 | 158 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.38 |
| HSL | 260º | 0.11% | 0.57% | - |
| HSV(B) | 260º | 0.15% | 0.62% | - |
| XYZ | 25.85 | 25.27 | 35.86 | - |
| YUV | 139.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 134 | 158 | 0.10 | 0.15 | 0 | 0.38 | 260 | 0.11 | 0.57 |
| Hex | 8E | 86 | 9E | A | F | 0 | 26 | 104 | B | 39 |
| Octal | 216 | 206 | 236 | 12 | 17 | 0 | 46 | 404 | 13 | 71 |
| Binary | 10001110 | 10000110 | 10011110 | 1010 | 1111 | 0 | 100110 | 100000100 | 1011 | 111001 |
Color Harmonies of #8E869E
Complementary color
Monochromatic Colors of #8E869E
Black with #8E869E
Text Example
Text Example
White with #8E869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E869E; }
p { color: rgb(142,134,158); }
H1.HeaderClassName
{
color: #8E869E;
}
.AnyTagClassName
{
color: #8E869E;
}
</style>
background-color css
<style>
a { background-color: #8E869E; }
a { background-color: rgb(142,134,158); }
div.DivClassName
{
background-color: #8E869E;
}
.BgClassName
{
background-color: #8E869E;
}
</style>
border-color css
<style>
span { border-color: #8E869E; }
span { border-color: rgb(142,134,158); }
td.TdClassName
{
border-color: #8E869E;
}
.TagClassName
{
border-color: #8E869E;
}
</style>