Shades of Jumbo #8E8E87
Tints of Jumbo #8E8E87
RGB
CMYK
RGB Variations
Color information
#8E8E87 (or 0x8E8E87) is known color: Jumbo. HEX triplet: 8E, 8E and 87. RGB value is (142,142,135). Sum of RGB (Red+Green+Blue) = 142+142+135=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 142 - color contains mainly: red, green. Hex color #8E8E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8E87 is #717178. Grayscale: #8D8D8D. Windows color (decimal): -7434617 or 8883854. OLE color: 8883854.
HSL color Cylindrical-coordinate representation of color #8E8E87: hue angle of 60º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E8E87 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 142 | 135 | - |
| CMYK | 0 | 0 | 0.05 | 0.44 |
| HSL | 60º | 0.03% | 0.54% | - |
| HSV(B) | 60º | 0.05% | 0.56% | - |
| XYZ | 25.2 | 26.85 | 26.78 | - |
| YUV | 141.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 142 | 135 | 0 | 0 | 0.05 | 0.44 | 60 | 0.03 | 0.54 |
| Hex | 8E | 8E | 87 | 0 | 0 | 5 | 2C | 3C | 3 | 36 |
| Octal | 216 | 216 | 207 | 0 | 0 | 5 | 54 | 74 | 3 | 66 |
| Binary | 10001110 | 10001110 | 10000111 | 0 | 0 | 101 | 101100 | 111100 | 11 | 110110 |
Color Harmonies of #8E8E87
Complementary color
Monochromatic Colors of #8E8E87
Black with #8E8E87
Text Example
Text Example
White with #8E8E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8E87; }
p { color: rgb(142,142,135); }
H1.HeaderClassName
{
color: #8E8E87;
}
.AnyTagClassName
{
color: #8E8E87;
}
</style>
background-color css
<style>
a { background-color: #8E8E87; }
a { background-color: rgb(142,142,135); }
div.DivClassName
{
background-color: #8E8E87;
}
.BgClassName
{
background-color: #8E8E87;
}
</style>
border-color css
<style>
span { border-color: #8E8E87; }
span { border-color: rgb(142,142,135); }
td.TdClassName
{
border-color: #8E8E87;
}
.TagClassName
{
border-color: #8E8E87;
}
</style>