Shades of Star Dust #9D9F93
Tints of Star Dust #9D9F93
RGB
CMYK
RGB Variations
Color information
#9D9F93 (or 0x9D9F93) is known color: Star Dust. HEX triplet: 9D, 9F and 93. RGB value is (157,159,147). Sum of RGB (Red+Green+Blue) = 157+159+147=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 159 - color contains mainly: green. Hex color #9D9F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9F93 is #62606C. Grayscale: #9D9D9D. Windows color (decimal): -6447213 or 9674653. OLE color: 9674653.
HSL color Cylindrical-coordinate representation of color #9D9F93: hue angle of 70º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9D9F93 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 159 | 147 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.38 |
| HSL | 70º | 0.06% | 0.6% | - |
| HSV(B) | 70º | 0.08% | 0.62% | - |
| XYZ | 31.57 | 34.07 | 32.52 | - |
| YUV | 157.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 159 | 147 | 0.01 | 0 | 0.08 | 0.38 | 70 | 0.06 | 0.6 |
| Hex | 9D | 9F | 93 | 1 | 0 | 8 | 26 | 46 | 6 | 3C |
| Octal | 235 | 237 | 223 | 1 | 0 | 10 | 46 | 106 | 6 | 74 |
| Binary | 10011101 | 10011111 | 10010011 | 1 | 0 | 1000 | 100110 | 1000110 | 110 | 111100 |
Color Harmonies of #9D9F93
Complementary color
Monochromatic Colors of #9D9F93
Black with #9D9F93
Text Example
Text Example
White with #9D9F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9F93; }
p { color: rgb(157,159,147); }
H1.HeaderClassName
{
color: #9D9F93;
}
.AnyTagClassName
{
color: #9D9F93;
}
</style>
background-color css
<style>
a { background-color: #9D9F93; }
a { background-color: rgb(157,159,147); }
div.DivClassName
{
background-color: #9D9F93;
}
.BgClassName
{
background-color: #9D9F93;
}
</style>
border-color css
<style>
span { border-color: #9D9F93; }
span { border-color: rgb(157,159,147); }
td.TdClassName
{
border-color: #9D9F93;
}
.TagClassName
{
border-color: #9D9F93;
}
</style>