Shades of Star Dust #9FA195
Tints of Star Dust #9FA195
RGB
CMYK
RGB Variations
Color information
#9FA195 (or 0x9FA195) is known color: Star Dust. HEX triplet: 9F, A1 and 95. RGB value is (159,161,149). Sum of RGB (Red+Green+Blue) = 159+161+149=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA195 is #605E6A. Grayscale: #9F9F9F. Windows color (decimal): -6315627 or 9806239. OLE color: 9806239.
HSL color Cylindrical-coordinate representation of color #9FA195: hue angle of 70º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA195 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 149 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.37 |
| HSL | 70º | 0.06% | 0.61% | - |
| HSV(B) | 70º | 0.07% | 0.63% | - |
| XYZ | 32.47 | 35.03 | 33.48 | - |
| YUV | 159.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 149 | 0.01 | 0 | 0.07 | 0.37 | 70 | 0.06 | 0.61 |
| Hex | 9F | A1 | 95 | 1 | 0 | 7 | 25 | 46 | 6 | 3D |
| Octal | 237 | 241 | 225 | 1 | 0 | 7 | 45 | 106 | 6 | 75 |
| Binary | 10011111 | 10100001 | 10010101 | 1 | 0 | 111 | 100101 | 1000110 | 110 | 111101 |
Color Harmonies of #9FA195
Complementary color
Monochromatic Colors of #9FA195
Black with #9FA195
Text Example
Text Example
White with #9FA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA195; }
p { color: rgb(159,161,149); }
H1.HeaderClassName
{
color: #9FA195;
}
.AnyTagClassName
{
color: #9FA195;
}
</style>
background-color css
<style>
a { background-color: #9FA195; }
a { background-color: rgb(159,161,149); }
div.DivClassName
{
background-color: #9FA195;
}
.BgClassName
{
background-color: #9FA195;
}
</style>
border-color css
<style>
span { border-color: #9FA195; }
span { border-color: rgb(159,161,149); }
td.TdClassName
{
border-color: #9FA195;
}
.TagClassName
{
border-color: #9FA195;
}
</style>