Shades of Delta #8E9786
Tints of Delta #8E9786
RGB
CMYK
RGB Variations
Color information
#8E9786 (or 0x8E9786) is known color: Delta. HEX triplet: 8E, 97 and 86. RGB value is (142,151,134). Sum of RGB (Red+Green+Blue) = 142+151+134=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9786 is #716879. Grayscale: #929292. Windows color (decimal): -7432314 or 8820622. OLE color: 8820622.
HSL color Cylindrical-coordinate representation of color #8E9786: hue angle of 91.76º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E9786 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 151 | 134 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.41 |
| HSL | 91.76º | 0.08% | 0.56% | - |
| HSV(B) | 91.76º | 0.11% | 0.59% | - |
| XYZ | 26.53 | 29.61 | 26.87 | - |
| YUV | 146.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 151 | 134 | 0.06 | 0 | 0.11 | 0.41 | 91.76 | 0.08 | 0.56 |
| Hex | 8E | 97 | 86 | 6 | 0 | B | 29 | 5C | 8 | 38 |
| Octal | 216 | 227 | 206 | 6 | 0 | 13 | 51 | 134 | 10 | 70 |
| Binary | 10001110 | 10010111 | 10000110 | 110 | 0 | 1011 | 101001 | 1011100 | 1000 | 111000 |
Color Harmonies of #8E9786
Complementary color
Monochromatic Colors of #8E9786
Black with #8E9786
Text Example
Text Example
White with #8E9786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9786; }
p { color: rgb(142,151,134); }
H1.HeaderClassName
{
color: #8E9786;
}
.AnyTagClassName
{
color: #8E9786;
}
</style>
background-color css
<style>
a { background-color: #8E9786; }
a { background-color: rgb(142,151,134); }
div.DivClassName
{
background-color: #8E9786;
}
.BgClassName
{
background-color: #8E9786;
}
</style>
border-color css
<style>
span { border-color: #8E9786; }
span { border-color: rgb(142,151,134); }
td.TdClassName
{
border-color: #8E9786;
}
.TagClassName
{
border-color: #8E9786;
}
</style>