Shades of Star Dust #9EA193
Tints of Star Dust #9EA193
RGB
CMYK
RGB Variations
Color information
#9EA193 (or 0x9EA193) is known color: Star Dust. HEX triplet: 9E, A1 and 93. RGB value is (158,161,147). Sum of RGB (Red+Green+Blue) = 158+161+147=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA193 is #615E6C. Grayscale: #9E9E9E. Windows color (decimal): -6381165 or 9675166. OLE color: 9675166.
HSL color Cylindrical-coordinate representation of color #9EA193: hue angle of 72.86º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EA193 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 161 | 147 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.37 |
| HSL | 72.86º | 0.07% | 0.6% | - |
| HSV(B) | 72.86º | 0.09% | 0.63% | - |
| XYZ | 32.11 | 34.87 | 32.64 | - |
| YUV | 158.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 161 | 147 | 0.02 | 0 | 0.09 | 0.37 | 72.86 | 0.07 | 0.6 |
| Hex | 9E | A1 | 93 | 2 | 0 | 9 | 25 | 49 | 7 | 3C |
| Octal | 236 | 241 | 223 | 2 | 0 | 11 | 45 | 111 | 7 | 74 |
| Binary | 10011110 | 10100001 | 10010011 | 10 | 0 | 1001 | 100101 | 1001001 | 111 | 111100 |
Color Harmonies of #9EA193
Complementary color
Monochromatic Colors of #9EA193
Black with #9EA193
Text Example
Text Example
White with #9EA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA193; }
p { color: rgb(158,161,147); }
H1.HeaderClassName
{
color: #9EA193;
}
.AnyTagClassName
{
color: #9EA193;
}
</style>
background-color css
<style>
a { background-color: #9EA193; }
a { background-color: rgb(158,161,147); }
div.DivClassName
{
background-color: #9EA193;
}
.BgClassName
{
background-color: #9EA193;
}
</style>
border-color css
<style>
span { border-color: #9EA193; }
span { border-color: rgb(158,161,147); }
td.TdClassName
{
border-color: #9EA193;
}
.TagClassName
{
border-color: #9EA193;
}
</style>