Shades of Delta #9EA892
Tints of Delta #9EA892
RGB
CMYK
RGB Variations
Color information
#9EA892 (or 0x9EA892) is known color: Delta. HEX triplet: 9E, A8 and 92. RGB value is (158,168,146). Sum of RGB (Red+Green+Blue) = 158+168+146=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA892 is #61576D. Grayscale: #A2A2A2. Windows color (decimal): -6379374 or 9611422. OLE color: 9611422.
HSL color Cylindrical-coordinate representation of color #9EA892: hue angle of 87.27º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EA892 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 168 | 146 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.34 |
| HSL | 87.27º | 0.11% | 0.62% | - |
| HSV(B) | 87.27º | 0.13% | 0.66% | - |
| XYZ | 33.29 | 37.35 | 32.65 | - |
| YUV | 162.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 146 | 0.06 | 0 | 0.13 | 0.34 | 87.27 | 0.11 | 0.62 |
| Hex | 9E | A8 | 92 | 6 | 0 | D | 22 | 57 | B | 3E |
| Octal | 236 | 250 | 222 | 6 | 0 | 15 | 42 | 127 | 13 | 76 |
| Binary | 10011110 | 10101000 | 10010010 | 110 | 0 | 1101 | 100010 | 1010111 | 1011 | 111110 |
Color Harmonies of #9EA892
Complementary color
Monochromatic Colors of #9EA892
Black with #9EA892
Text Example
Text Example
White with #9EA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA892; }
p { color: rgb(158,168,146); }
H1.HeaderClassName
{
color: #9EA892;
}
.AnyTagClassName
{
color: #9EA892;
}
</style>
background-color css
<style>
a { background-color: #9EA892; }
a { background-color: rgb(158,168,146); }
div.DivClassName
{
background-color: #9EA892;
}
.BgClassName
{
background-color: #9EA892;
}
</style>
border-color css
<style>
span { border-color: #9EA892; }
span { border-color: rgb(158,168,146); }
td.TdClassName
{
border-color: #9EA892;
}
.TagClassName
{
border-color: #9EA892;
}
</style>