Shades of Delta #8E9785
Tints of Delta #8E9785
RGB
CMYK
RGB Variations
Color information
#8E9785 (or 0x8E9785) is known color: Delta. HEX triplet: 8E, 97 and 85. RGB value is (142,151,133). Sum of RGB (Red+Green+Blue) = 142+151+133=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9785 is #71687A. Grayscale: #929292. Windows color (decimal): -7432315 or 8755086. OLE color: 8755086.
HSL color Cylindrical-coordinate representation of color #8E9785: hue angle of 90º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8E9785 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 151 | 133 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.41 |
| HSL | 90º | 0.08% | 0.56% | - |
| HSV(B) | 90º | 0.12% | 0.59% | - |
| XYZ | 26.46 | 29.58 | 26.5 | - |
| YUV | 146.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 151 | 133 | 0.06 | 0 | 0.12 | 0.41 | 90 | 0.08 | 0.56 |
| Hex | 8E | 97 | 85 | 6 | 0 | C | 29 | 5A | 8 | 38 |
| Octal | 216 | 227 | 205 | 6 | 0 | 14 | 51 | 132 | 10 | 70 |
| Binary | 10001110 | 10010111 | 10000101 | 110 | 0 | 1100 | 101001 | 1011010 | 1000 | 111000 |
Color Harmonies of #8E9785
Complementary color
Monochromatic Colors of #8E9785
Black with #8E9785
Text Example
Text Example
White with #8E9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9785; }
p { color: rgb(142,151,133); }
H1.HeaderClassName
{
color: #8E9785;
}
.AnyTagClassName
{
color: #8E9785;
}
</style>
background-color css
<style>
a { background-color: #8E9785; }
a { background-color: rgb(142,151,133); }
div.DivClassName
{
background-color: #8E9785;
}
.BgClassName
{
background-color: #8E9785;
}
</style>
border-color css
<style>
span { border-color: #8E9785; }
span { border-color: rgb(142,151,133); }
td.TdClassName
{
border-color: #8E9785;
}
.TagClassName
{
border-color: #8E9785;
}
</style>