Shades of Star Dust #9FA093
Tints of Star Dust #9FA093
RGB
CMYK
RGB Variations
Color information
#9FA093 (or 0x9FA093) is known color: Star Dust. HEX triplet: 9F, A0 and 93. RGB value is (159,160,147). Sum of RGB (Red+Green+Blue) = 159+160+147=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA093 is #605F6C. Grayscale: #9E9E9E. Windows color (decimal): -6315885 or 9674911. OLE color: 9674911.
HSL color Cylindrical-coordinate representation of color #9FA093: hue angle of 64.62º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FA093 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 147 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.37 |
| HSL | 64.62º | 0.06% | 0.6% | - |
| HSV(B) | 64.62º | 0.08% | 0.63% | - |
| XYZ | 32.14 | 34.62 | 32.59 | - |
| YUV | 158.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 147 | 0.01 | 0 | 0.08 | 0.37 | 64.62 | 0.06 | 0.6 |
| Hex | 9F | A0 | 93 | 1 | 0 | 8 | 25 | 41 | 6 | 3C |
| Octal | 237 | 240 | 223 | 1 | 0 | 10 | 45 | 101 | 6 | 74 |
| Binary | 10011111 | 10100000 | 10010011 | 1 | 0 | 1000 | 100101 | 1000001 | 110 | 111100 |
Color Harmonies of #9FA093
Complementary color
Monochromatic Colors of #9FA093
Black with #9FA093
Text Example
Text Example
White with #9FA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA093; }
p { color: rgb(159,160,147); }
H1.HeaderClassName
{
color: #9FA093;
}
.AnyTagClassName
{
color: #9FA093;
}
</style>
background-color css
<style>
a { background-color: #9FA093; }
a { background-color: rgb(159,160,147); }
div.DivClassName
{
background-color: #9FA093;
}
.BgClassName
{
background-color: #9FA093;
}
</style>
border-color css
<style>
span { border-color: #9FA093; }
span { border-color: rgb(159,160,147); }
td.TdClassName
{
border-color: #9FA093;
}
.TagClassName
{
border-color: #9FA093;
}
</style>