Shades of Delta #8E9387
Tints of Delta #8E9387
RGB
CMYK
RGB Variations
Color information
#8E9387 (or 0x8E9387) is known color: Delta. HEX triplet: 8E, 93 and 87. RGB value is (142,147,135). Sum of RGB (Red+Green+Blue) = 142+147+135=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9387 is #716C78. Grayscale: #909090. Windows color (decimal): -7433337 or 8885134. OLE color: 8885134.
HSL color Cylindrical-coordinate representation of color #8E9387: hue angle of 85º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E9387 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 135 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.42 |
| HSL | 85º | 0.05% | 0.55% | - |
| HSV(B) | 85º | 0.08% | 0.58% | - |
| XYZ | 25.96 | 28.37 | 27.03 | - |
| YUV | 144.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 135 | 0.03 | 0 | 0.08 | 0.42 | 85 | 0.05 | 0.55 |
| Hex | 8E | 93 | 87 | 3 | 0 | 8 | 2A | 55 | 5 | 37 |
| Octal | 216 | 223 | 207 | 3 | 0 | 10 | 52 | 125 | 5 | 67 |
| Binary | 10001110 | 10010011 | 10000111 | 11 | 0 | 1000 | 101010 | 1010101 | 101 | 110111 |
Color Harmonies of #8E9387
Complementary color
Monochromatic Colors of #8E9387
Black with #8E9387
Text Example
Text Example
White with #8E9387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9387; }
p { color: rgb(142,147,135); }
H1.HeaderClassName
{
color: #8E9387;
}
.AnyTagClassName
{
color: #8E9387;
}
</style>
background-color css
<style>
a { background-color: #8E9387; }
a { background-color: rgb(142,147,135); }
div.DivClassName
{
background-color: #8E9387;
}
.BgClassName
{
background-color: #8E9387;
}
</style>
border-color css
<style>
span { border-color: #8E9387; }
span { border-color: rgb(142,147,135); }
td.TdClassName
{
border-color: #8E9387;
}
.TagClassName
{
border-color: #8E9387;
}
</style>