Shades of Star Dust #9FA090
Tints of Star Dust #9FA090
RGB
CMYK
RGB Variations
Color information
#9FA090 (or 0x9FA090) is known color: Star Dust. HEX triplet: 9F, A0 and 90. RGB value is (159,160,144). Sum of RGB (Red+Green+Blue) = 159+160+144=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA090 is #605F6F. Grayscale: #9D9D9D. Windows color (decimal): -6315888 or 9478303. OLE color: 9478303.
HSL color Cylindrical-coordinate representation of color #9FA090: hue angle of 63.75º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FA090 is Cyan = 0.01, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 144 | - |
| CMYK | 0.01 | 0 | 0.1 | 0.37 |
| HSL | 63.75º | 0.08% | 0.6% | - |
| HSV(B) | 63.75º | 0.1% | 0.63% | - |
| XYZ | 31.9 | 34.53 | 31.37 | - |
| YUV | 157.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 144 | 0.01 | 0 | 0.1 | 0.37 | 63.75 | 0.08 | 0.6 |
| Hex | 9F | A0 | 90 | 1 | 0 | A | 25 | 40 | 8 | 3C |
| Octal | 237 | 240 | 220 | 1 | 0 | 12 | 45 | 100 | 10 | 74 |
| Binary | 10011111 | 10100000 | 10010000 | 1 | 0 | 1010 | 100101 | 1000000 | 1000 | 111100 |
Color Harmonies of #9FA090
Complementary color
Monochromatic Colors of #9FA090
Black with #9FA090
Text Example
Text Example
White with #9FA090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA090; }
p { color: rgb(159,160,144); }
H1.HeaderClassName
{
color: #9FA090;
}
.AnyTagClassName
{
color: #9FA090;
}
</style>
background-color css
<style>
a { background-color: #9FA090; }
a { background-color: rgb(159,160,144); }
div.DivClassName
{
background-color: #9FA090;
}
.BgClassName
{
background-color: #9FA090;
}
</style>
border-color css
<style>
span { border-color: #9FA090; }
span { border-color: rgb(159,160,144); }
td.TdClassName
{
border-color: #9FA090;
}
.TagClassName
{
border-color: #9FA090;
}
</style>