Shades of Star Dust #9DA092
Tints of Star Dust #9DA092
RGB
CMYK
RGB Variations
Color information
#9DA092 (or 0x9DA092) is known color: Star Dust. HEX triplet: 9D, A0 and 92. RGB value is (157,160,146). Sum of RGB (Red+Green+Blue) = 157+160+146=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA092 is #625F6D. Grayscale: #9D9D9D. Windows color (decimal): -6446958 or 9609373. OLE color: 9609373.
HSL color Cylindrical-coordinate representation of color #9DA092: 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 #9DA092 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 146 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.37 |
| HSL | 72.86º | 0.07% | 0.6% | - |
| HSV(B) | 72.86º | 0.09% | 0.63% | - |
| XYZ | 31.66 | 34.39 | 32.16 | - |
| YUV | 157.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 146 | 0.02 | 0 | 0.09 | 0.37 | 72.86 | 0.07 | 0.6 |
| Hex | 9D | A0 | 92 | 2 | 0 | 9 | 25 | 49 | 7 | 3C |
| Octal | 235 | 240 | 222 | 2 | 0 | 11 | 45 | 111 | 7 | 74 |
| Binary | 10011101 | 10100000 | 10010010 | 10 | 0 | 1001 | 100101 | 1001001 | 111 | 111100 |
Color Harmonies of #9DA092
Complementary color
Monochromatic Colors of #9DA092
Black with #9DA092
Text Example
Text Example
White with #9DA092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA092; }
p { color: rgb(157,160,146); }
H1.HeaderClassName
{
color: #9DA092;
}
.AnyTagClassName
{
color: #9DA092;
}
</style>
background-color css
<style>
a { background-color: #9DA092; }
a { background-color: rgb(157,160,146); }
div.DivClassName
{
background-color: #9DA092;
}
.BgClassName
{
background-color: #9DA092;
}
</style>
border-color css
<style>
span { border-color: #9DA092; }
span { border-color: rgb(157,160,146); }
td.TdClassName
{
border-color: #9DA092;
}
.TagClassName
{
border-color: #9DA092;
}
</style>