Shades of Delta #8E9983
Tints of Delta #8E9983
RGB
CMYK
RGB Variations
Color information
#8E9983 (or 0x8E9983) is known color: Delta. HEX triplet: 8E, 99 and 83. RGB value is (142,153,131). Sum of RGB (Red+Green+Blue) = 142+153+131=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9983 is #71667C. Grayscale: #939393. Windows color (decimal): -7431805 or 8624526. OLE color: 8624526.
HSL color Cylindrical-coordinate representation of color #8E9983: hue angle of 90º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E9983 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 153 | 131 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.4 |
| HSL | 90º | 0.1% | 0.56% | - |
| HSV(B) | 90º | 0.14% | 0.6% | - |
| XYZ | 26.64 | 30.17 | 25.89 | - |
| YUV | 147.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 131 | 0.07 | 0 | 0.14 | 0.4 | 90 | 0.1 | 0.56 |
| Hex | 8E | 99 | 83 | 7 | 0 | E | 28 | 5A | A | 38 |
| Octal | 216 | 231 | 203 | 7 | 0 | 16 | 50 | 132 | 12 | 70 |
| Binary | 10001110 | 10011001 | 10000011 | 111 | 0 | 1110 | 101000 | 1011010 | 1010 | 111000 |
Color Harmonies of #8E9983
Complementary color
Monochromatic Colors of #8E9983
Black with #8E9983
Text Example
Text Example
White with #8E9983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9983; }
p { color: rgb(142,153,131); }
H1.HeaderClassName
{
color: #8E9983;
}
.AnyTagClassName
{
color: #8E9983;
}
</style>
background-color css
<style>
a { background-color: #8E9983; }
a { background-color: rgb(142,153,131); }
div.DivClassName
{
background-color: #8E9983;
}
.BgClassName
{
background-color: #8E9983;
}
</style>
border-color css
<style>
span { border-color: #8E9983; }
span { border-color: rgb(142,153,131); }
td.TdClassName
{
border-color: #8E9983;
}
.TagClassName
{
border-color: #8E9983;
}
</style>