Shades of Delta #8E9D80
Tints of Delta #8E9D80
RGB
CMYK
RGB Variations
Color information
#8E9D80 (or 0x8E9D80) is known color: Delta. HEX triplet: 8E, 9D and 80. RGB value is (142,157,128). Sum of RGB (Red+Green+Blue) = 142+157+128=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 157 - color contains mainly: green. Hex color #8E9D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9D80 is #71627F. Grayscale: #959595. Windows color (decimal): -7430784 or 8428942. OLE color: 8428942.
HSL color Cylindrical-coordinate representation of color #8E9D80: hue angle of 91.03º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E9D80 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 157 | 128 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.38 |
| HSL | 91.03º | 0.13% | 0.56% | - |
| HSV(B) | 91.03º | 0.18% | 0.62% | - |
| XYZ | 27.11 | 31.42 | 25.06 | - |
| YUV | 149.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 128 | 0.10 | 0 | 0.18 | 0.38 | 91.03 | 0.13 | 0.56 |
| Hex | 8E | 9D | 80 | A | 0 | 12 | 26 | 5B | D | 38 |
| Octal | 216 | 235 | 200 | 12 | 0 | 22 | 46 | 133 | 15 | 70 |
| Binary | 10001110 | 10011101 | 10000000 | 1010 | 0 | 10010 | 100110 | 1011011 | 1101 | 111000 |
Color Harmonies of #8E9D80
Complementary color
Monochromatic Colors of #8E9D80
Black with #8E9D80
Text Example
Text Example
White with #8E9D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9D80; }
p { color: rgb(142,157,128); }
H1.HeaderClassName
{
color: #8E9D80;
}
.AnyTagClassName
{
color: #8E9D80;
}
</style>
background-color css
<style>
a { background-color: #8E9D80; }
a { background-color: rgb(142,157,128); }
div.DivClassName
{
background-color: #8E9D80;
}
.BgClassName
{
background-color: #8E9D80;
}
</style>
border-color css
<style>
span { border-color: #8E9D80; }
span { border-color: rgb(142,157,128); }
td.TdClassName
{
border-color: #8E9D80;
}
.TagClassName
{
border-color: #8E9D80;
}
</style>