Shades of Grey Suit #8E879F
Tints of Grey Suit #8E879F
RGB
CMYK
RGB Variations
Color information
#8E879F (or 0x8E879F) is known color: Grey Suit. HEX triplet: 8E, 87 and 9F. RGB value is (142,135,159). Sum of RGB (Red+Green+Blue) = 142+135+159=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E879F is #717860. Grayscale: #8B8B8B. Windows color (decimal): -7436385 or 10454926. OLE color: 10454926.
HSL color Cylindrical-coordinate representation of color #8E879F: hue angle of 257.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E879F is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 135 | 159 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.38 |
| HSL | 257.5º | 0.11% | 0.58% | - |
| HSV(B) | 257.5º | 0.15% | 0.62% | - |
| XYZ | 26.08 | 25.58 | 36.36 | - |
| YUV | 139.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 159 | 0.11 | 0.15 | 0 | 0.38 | 257.5 | 0.11 | 0.58 |
| Hex | 8E | 87 | 9F | B | F | 0 | 26 | 102 | B | 3A |
| Octal | 216 | 207 | 237 | 13 | 17 | 0 | 46 | 402 | 13 | 72 |
| Binary | 10001110 | 10000111 | 10011111 | 1011 | 1111 | 0 | 100110 | 100000010 | 1011 | 111010 |
Color Harmonies of #8E879F
Complementary color
Monochromatic Colors of #8E879F
Black with #8E879F
Text Example
Text Example
White with #8E879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E879F; }
p { color: rgb(142,135,159); }
H1.HeaderClassName
{
color: #8E879F;
}
.AnyTagClassName
{
color: #8E879F;
}
</style>
background-color css
<style>
a { background-color: #8E879F; }
a { background-color: rgb(142,135,159); }
div.DivClassName
{
background-color: #8E879F;
}
.BgClassName
{
background-color: #8E879F;
}
</style>
border-color css
<style>
span { border-color: #8E879F; }
span { border-color: rgb(142,135,159); }
td.TdClassName
{
border-color: #8E879F;
}
.TagClassName
{
border-color: #8E879F;
}
</style>