Shades of Jumbo #8E9080
Tints of Jumbo #8E9080
RGB
CMYK
RGB Variations
Color information
#8E9080 (or 0x8E9080) is known color: Jumbo. HEX triplet: 8E, 90 and 80. RGB value is (142,144,128). Sum of RGB (Red+Green+Blue) = 142+144+128=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9080 is #716F7F. Grayscale: #8D8D8D. Windows color (decimal): -7434112 or 8425614. OLE color: 8425614.
HSL color Cylindrical-coordinate representation of color #8E9080: hue angle of 67.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E9080 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 144 | 128 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.44 |
| HSL | 67.5º | 0.07% | 0.53% | - |
| HSV(B) | 67.5º | 0.11% | 0.56% | - |
| XYZ | 25.02 | 27.26 | 24.36 | - |
| YUV | 141.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 128 | 0.01 | 0 | 0.11 | 0.44 | 67.5 | 0.07 | 0.53 |
| Hex | 8E | 90 | 80 | 1 | 0 | B | 2C | 44 | 7 | 35 |
| Octal | 216 | 220 | 200 | 1 | 0 | 13 | 54 | 104 | 7 | 65 |
| Binary | 10001110 | 10010000 | 10000000 | 1 | 0 | 1011 | 101100 | 1000100 | 111 | 110101 |
Color Harmonies of #8E9080
Complementary color
Monochromatic Colors of #8E9080
Black with #8E9080
Text Example
Text Example
White with #8E9080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9080; }
p { color: rgb(142,144,128); }
H1.HeaderClassName
{
color: #8E9080;
}
.AnyTagClassName
{
color: #8E9080;
}
</style>
background-color css
<style>
a { background-color: #8E9080; }
a { background-color: rgb(142,144,128); }
div.DivClassName
{
background-color: #8E9080;
}
.BgClassName
{
background-color: #8E9080;
}
</style>
border-color css
<style>
span { border-color: #8E9080; }
span { border-color: rgb(142,144,128); }
td.TdClassName
{
border-color: #8E9080;
}
.TagClassName
{
border-color: #8E9080;
}
</style>