Shades of Delta #8E9984
Tints of Delta #8E9984
RGB
CMYK
RGB Variations
Color information
#8E9984 (or 0x8E9984) is known color: Delta. HEX triplet: 8E, 99 and 84. RGB value is (142,153,132). Sum of RGB (Red+Green+Blue) = 142+153+132=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9984 is #71667B. Grayscale: #939393. Windows color (decimal): -7431804 or 8690062. OLE color: 8690062.
HSL color Cylindrical-coordinate representation of color #8E9984: hue angle of 91.43º degrees, saturation: 0.09, 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 #8E9984 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 153 | 132 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.4 |
| HSL | 91.43º | 0.09% | 0.56% | - |
| HSV(B) | 91.43º | 0.14% | 0.6% | - |
| XYZ | 26.71 | 30.2 | 26.25 | - |
| YUV | 147.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 132 | 0.07 | 0 | 0.14 | 0.4 | 91.43 | 0.09 | 0.56 |
| Hex | 8E | 99 | 84 | 7 | 0 | E | 28 | 5B | 9 | 38 |
| Octal | 216 | 231 | 204 | 7 | 0 | 16 | 50 | 133 | 11 | 70 |
| Binary | 10001110 | 10011001 | 10000100 | 111 | 0 | 1110 | 101000 | 1011011 | 1001 | 111000 |
Color Harmonies of #8E9984
Complementary color
Monochromatic Colors of #8E9984
Black with #8E9984
Text Example
Text Example
White with #8E9984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9984; }
p { color: rgb(142,153,132); }
H1.HeaderClassName
{
color: #8E9984;
}
.AnyTagClassName
{
color: #8E9984;
}
</style>
background-color css
<style>
a { background-color: #8E9984; }
a { background-color: rgb(142,153,132); }
div.DivClassName
{
background-color: #8E9984;
}
.BgClassName
{
background-color: #8E9984;
}
</style>
border-color css
<style>
span { border-color: #8E9984; }
span { border-color: rgb(142,153,132); }
td.TdClassName
{
border-color: #8E9984;
}
.TagClassName
{
border-color: #8E9984;
}
</style>