Shades of Delta #9EA792
Tints of Delta #9EA792
RGB
CMYK
RGB Variations
Color information
#9EA792 (or 0x9EA792) is known color: Delta. HEX triplet: 9E, A7 and 92. RGB value is (158,167,146). Sum of RGB (Red+Green+Blue) = 158+167+146=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA792 is #61586D. Grayscale: #A1A1A1. Windows color (decimal): -6379630 or 9611166. OLE color: 9611166.
HSL color Cylindrical-coordinate representation of color #9EA792: hue angle of 85.71º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EA792 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 167 | 146 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.35 |
| HSL | 85.71º | 0.11% | 0.61% | - |
| HSV(B) | 85.71º | 0.13% | 0.65% | - |
| XYZ | 33.11 | 36.98 | 32.59 | - |
| YUV | 161.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 146 | 0.05 | 0 | 0.13 | 0.35 | 85.71 | 0.11 | 0.61 |
| Hex | 9E | A7 | 92 | 5 | 0 | D | 23 | 56 | B | 3D |
| Octal | 236 | 247 | 222 | 5 | 0 | 15 | 43 | 126 | 13 | 75 |
| Binary | 10011110 | 10100111 | 10010010 | 101 | 0 | 1101 | 100011 | 1010110 | 1011 | 111101 |
Color Harmonies of #9EA792
Complementary color
Monochromatic Colors of #9EA792
Black with #9EA792
Text Example
Text Example
White with #9EA792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA792; }
p { color: rgb(158,167,146); }
H1.HeaderClassName
{
color: #9EA792;
}
.AnyTagClassName
{
color: #9EA792;
}
</style>
background-color css
<style>
a { background-color: #9EA792; }
a { background-color: rgb(158,167,146); }
div.DivClassName
{
background-color: #9EA792;
}
.BgClassName
{
background-color: #9EA792;
}
</style>
border-color css
<style>
span { border-color: #9EA792; }
span { border-color: rgb(158,167,146); }
td.TdClassName
{
border-color: #9EA792;
}
.TagClassName
{
border-color: #9EA792;
}
</style>