Shades of Delta #8E9187
Tints of Delta #8E9187
RGB
CMYK
RGB Variations
Color information
#8E9187 (or 0x8E9187) is known color: Delta. HEX triplet: 8E, 91 and 87. RGB value is (142,145,135). Sum of RGB (Red+Green+Blue) = 142+145+135=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 145 - color contains mainly: green. Hex color #8E9187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9187 is #716E78. Grayscale: #8F8F8F. Windows color (decimal): -7433849 or 8884622. OLE color: 8884622.
HSL color Cylindrical-coordinate representation of color #8E9187: hue angle of 78º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8E9187 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 145 | 135 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.43 |
| HSL | 78º | 0.04% | 0.55% | - |
| HSV(B) | 78º | 0.07% | 0.57% | - |
| XYZ | 25.65 | 27.75 | 26.93 | - |
| YUV | 142.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 145 | 135 | 0.02 | 0 | 0.07 | 0.43 | 78 | 0.04 | 0.55 |
| Hex | 8E | 91 | 87 | 2 | 0 | 7 | 2B | 4E | 4 | 37 |
| Octal | 216 | 221 | 207 | 2 | 0 | 7 | 53 | 116 | 4 | 67 |
| Binary | 10001110 | 10010001 | 10000111 | 10 | 0 | 111 | 101011 | 1001110 | 100 | 110111 |
Color Harmonies of #8E9187
Complementary color
Monochromatic Colors of #8E9187
Black with #8E9187
Text Example
Text Example
White with #8E9187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9187; }
p { color: rgb(142,145,135); }
H1.HeaderClassName
{
color: #8E9187;
}
.AnyTagClassName
{
color: #8E9187;
}
</style>
background-color css
<style>
a { background-color: #8E9187; }
a { background-color: rgb(142,145,135); }
div.DivClassName
{
background-color: #8E9187;
}
.BgClassName
{
background-color: #8E9187;
}
</style>
border-color css
<style>
span { border-color: #8E9187; }
span { border-color: rgb(142,145,135); }
td.TdClassName
{
border-color: #8E9187;
}
.TagClassName
{
border-color: #8E9187;
}
</style>