Shades of Delta #8E9A85
Tints of Delta #8E9A85
RGB
CMYK
RGB Variations
Color information
#8E9A85 (or 0x8E9A85) is known color: Delta. HEX triplet: 8E, 9A and 85. RGB value is (142,154,133). Sum of RGB (Red+Green+Blue) = 142+154+133=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 154 - color contains mainly: green. Hex color #8E9A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9A85 is #71657A. Grayscale: #949494. Windows color (decimal): -7431547 or 8755854. OLE color: 8755854.
HSL color Cylindrical-coordinate representation of color #8E9A85: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E9A85 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 154 | 133 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.40 |
| HSL | 94.29º | 0.09% | 0.56% | - |
| HSV(B) | 94.29º | 0.14% | 0.6% | - |
| XYZ | 26.94 | 30.56 | 26.67 | - |
| YUV | 148.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 154 | 133 | 0.08 | 0 | 0.14 | 0.40 | 94.29 | 0.09 | 0.56 |
| Hex | 8E | 9A | 85 | 8 | 0 | E | 28 | 5E | 9 | 38 |
| Octal | 216 | 232 | 205 | 10 | 0 | 16 | 50 | 136 | 11 | 70 |
| Binary | 10001110 | 10011010 | 10000101 | 1000 | 0 | 1110 | 101000 | 1011110 | 1001 | 111000 |
Color Harmonies of #8E9A85
Complementary color
Monochromatic Colors of #8E9A85
Black with #8E9A85
Text Example
Text Example
White with #8E9A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9A85; }
p { color: rgb(142,154,133); }
H1.HeaderClassName
{
color: #8E9A85;
}
.AnyTagClassName
{
color: #8E9A85;
}
</style>
background-color css
<style>
a { background-color: #8E9A85; }
a { background-color: rgb(142,154,133); }
div.DivClassName
{
background-color: #8E9A85;
}
.BgClassName
{
background-color: #8E9A85;
}
</style>
border-color css
<style>
span { border-color: #8E9A85; }
span { border-color: rgb(142,154,133); }
td.TdClassName
{
border-color: #8E9A85;
}
.TagClassName
{
border-color: #8E9A85;
}
</style>