Shades of Delta #8E9186
Tints of Delta #8E9186
RGB
CMYK
RGB Variations
Color information
#8E9186 (or 0x8E9186) is known color: Delta. HEX triplet: 8E, 91 and 86. RGB value is (142,145,134). Sum of RGB (Red+Green+Blue) = 142+145+134=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 145 - color contains mainly: green. Hex color #8E9186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9186 is #716E79. Grayscale: #8E8E8E. Windows color (decimal): -7433850 or 8819086. OLE color: 8819086.
HSL color Cylindrical-coordinate representation of color #8E9186: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E9186 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 145 | 134 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.43 |
| HSL | 76.36º | 0.05% | 0.55% | - |
| HSV(B) | 76.36º | 0.08% | 0.57% | - |
| XYZ | 25.58 | 27.72 | 26.56 | - |
| YUV | 142.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 145 | 134 | 0.02 | 0 | 0.08 | 0.43 | 76.36 | 0.05 | 0.55 |
| Hex | 8E | 91 | 86 | 2 | 0 | 8 | 2B | 4C | 5 | 37 |
| Octal | 216 | 221 | 206 | 2 | 0 | 10 | 53 | 114 | 5 | 67 |
| Binary | 10001110 | 10010001 | 10000110 | 10 | 0 | 1000 | 101011 | 1001100 | 101 | 110111 |
Color Harmonies of #8E9186
Complementary color
Monochromatic Colors of #8E9186
Black with #8E9186
Text Example
Text Example
White with #8E9186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9186; }
p { color: rgb(142,145,134); }
H1.HeaderClassName
{
color: #8E9186;
}
.AnyTagClassName
{
color: #8E9186;
}
</style>
background-color css
<style>
a { background-color: #8E9186; }
a { background-color: rgb(142,145,134); }
div.DivClassName
{
background-color: #8E9186;
}
.BgClassName
{
background-color: #8E9186;
}
</style>
border-color css
<style>
span { border-color: #8E9186; }
span { border-color: rgb(142,145,134); }
td.TdClassName
{
border-color: #8E9186;
}
.TagClassName
{
border-color: #8E9186;
}
</style>