Shades of Delta #8E9188
Tints of Delta #8E9188
RGB
CMYK
RGB Variations
Color information
#8E9188 (or 0x8E9188) is known color: Delta. HEX triplet: 8E, 91 and 88. RGB value is (142,145,136). Sum of RGB (Red+Green+Blue) = 142+145+136=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 145 - color contains mainly: green. Hex color #8E9188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9188 is #716E77. Grayscale: #8F8F8F. Windows color (decimal): -7433848 or 8950158. OLE color: 8950158.
HSL color Cylindrical-coordinate representation of color #8E9188: hue angle of 80º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8E9188 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 145 | 136 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.43 |
| HSL | 80º | 0.04% | 0.55% | - |
| HSV(B) | 80º | 0.06% | 0.57% | - |
| XYZ | 25.72 | 27.78 | 27.3 | - |
| YUV | 143.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 145 | 136 | 0.02 | 0 | 0.06 | 0.43 | 80 | 0.04 | 0.55 |
| Hex | 8E | 91 | 88 | 2 | 0 | 6 | 2B | 50 | 4 | 37 |
| Octal | 216 | 221 | 210 | 2 | 0 | 6 | 53 | 120 | 4 | 67 |
| Binary | 10001110 | 10010001 | 10001000 | 10 | 0 | 110 | 101011 | 1010000 | 100 | 110111 |
Color Harmonies of #8E9188
Complementary color
Monochromatic Colors of #8E9188
Black with #8E9188
Text Example
Text Example
White with #8E9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9188; }
p { color: rgb(142,145,136); }
H1.HeaderClassName
{
color: #8E9188;
}
.AnyTagClassName
{
color: #8E9188;
}
</style>
background-color css
<style>
a { background-color: #8E9188; }
a { background-color: rgb(142,145,136); }
div.DivClassName
{
background-color: #8E9188;
}
.BgClassName
{
background-color: #8E9188;
}
</style>
border-color css
<style>
span { border-color: #8E9188; }
span { border-color: rgb(142,145,136); }
td.TdClassName
{
border-color: #8E9188;
}
.TagClassName
{
border-color: #8E9188;
}
</style>