Shades of Delta #8E9486
Tints of Delta #8E9486
RGB
CMYK
RGB Variations
Color information
#8E9486 (or 0x8E9486) is known color: Delta. HEX triplet: 8E, 94 and 86. RGB value is (142,148,134). Sum of RGB (Red+Green+Blue) = 142+148+134=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9486 is #716B79. Grayscale: #909090. Windows color (decimal): -7433082 or 8819854. OLE color: 8819854.
HSL color Cylindrical-coordinate representation of color #8E9486: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8E9486 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 148 | 134 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.42 |
| HSL | 85.71º | 0.06% | 0.55% | - |
| HSV(B) | 85.71º | 0.09% | 0.58% | - |
| XYZ | 26.05 | 28.65 | 26.71 | - |
| YUV | 144.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 148 | 134 | 0.04 | 0 | 0.09 | 0.42 | 85.71 | 0.06 | 0.55 |
| Hex | 8E | 94 | 86 | 4 | 0 | 9 | 2A | 56 | 6 | 37 |
| Octal | 216 | 224 | 206 | 4 | 0 | 11 | 52 | 126 | 6 | 67 |
| Binary | 10001110 | 10010100 | 10000110 | 100 | 0 | 1001 | 101010 | 1010110 | 110 | 110111 |
Color Harmonies of #8E9486
Complementary color
Monochromatic Colors of #8E9486
Black with #8E9486
Text Example
Text Example
White with #8E9486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9486; }
p { color: rgb(142,148,134); }
H1.HeaderClassName
{
color: #8E9486;
}
.AnyTagClassName
{
color: #8E9486;
}
</style>
background-color css
<style>
a { background-color: #8E9486; }
a { background-color: rgb(142,148,134); }
div.DivClassName
{
background-color: #8E9486;
}
.BgClassName
{
background-color: #8E9486;
}
</style>
border-color css
<style>
span { border-color: #8E9486; }
span { border-color: rgb(142,148,134); }
td.TdClassName
{
border-color: #8E9486;
}
.TagClassName
{
border-color: #8E9486;
}
</style>