Shades of Grey Suit #8E879E
Tints of Grey Suit #8E879E
RGB
CMYK
RGB Variations
Color information
#8E879E (or 0x8E879E) is known color: Grey Suit. HEX triplet: 8E, 87 and 9E. RGB value is (142,135,158). Sum of RGB (Red+Green+Blue) = 142+135+158=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E879E is #717861. Grayscale: #8B8B8B. Windows color (decimal): -7436386 or 10389390. OLE color: 10389390.
HSL color Cylindrical-coordinate representation of color #8E879E: hue angle of 258.26º 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 #8E879E is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 135 | 158 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.38 |
| HSL | 258.26º | 0.11% | 0.57% | - |
| HSV(B) | 258.26º | 0.15% | 0.62% | - |
| XYZ | 25.99 | 25.55 | 35.91 | - |
| YUV | 139.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 158 | 0.10 | 0.15 | 0 | 0.38 | 258.26 | 0.11 | 0.57 |
| Hex | 8E | 87 | 9E | A | F | 0 | 26 | 102 | B | 39 |
| Octal | 216 | 207 | 236 | 12 | 17 | 0 | 46 | 402 | 13 | 71 |
| Binary | 10001110 | 10000111 | 10011110 | 1010 | 1111 | 0 | 100110 | 100000010 | 1011 | 111001 |
Color Harmonies of #8E879E
Complementary color
Monochromatic Colors of #8E879E
Black with #8E879E
Text Example
Text Example
White with #8E879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E879E; }
p { color: rgb(142,135,158); }
H1.HeaderClassName
{
color: #8E879E;
}
.AnyTagClassName
{
color: #8E879E;
}
</style>
background-color css
<style>
a { background-color: #8E879E; }
a { background-color: rgb(142,135,158); }
div.DivClassName
{
background-color: #8E879E;
}
.BgClassName
{
background-color: #8E879E;
}
</style>
border-color css
<style>
span { border-color: #8E879E; }
span { border-color: rgb(142,135,158); }
td.TdClassName
{
border-color: #8E879E;
}
.TagClassName
{
border-color: #8E879E;
}
</style>