Shades of Star Dust #9FA197
Tints of Star Dust #9FA197
RGB
CMYK
RGB Variations
Color information
#9FA197 (or 0x9FA197) is known color: Star Dust. HEX triplet: 9F, A1 and 97. RGB value is (159,161,151). Sum of RGB (Red+Green+Blue) = 159+161+151=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA197 is #605E68. Grayscale: #9F9F9F. Windows color (decimal): -6315625 or 9937311. OLE color: 9937311.
HSL color Cylindrical-coordinate representation of color #9FA197: hue angle of 72º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9FA197 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 151 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.37 |
| HSL | 72º | 0.05% | 0.61% | - |
| HSV(B) | 72º | 0.06% | 0.63% | - |
| XYZ | 32.63 | 35.1 | 34.33 | - |
| YUV | 159.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 151 | 0.01 | 0 | 0.06 | 0.37 | 72 | 0.05 | 0.61 |
| Hex | 9F | A1 | 97 | 1 | 0 | 6 | 25 | 48 | 5 | 3D |
| Octal | 237 | 241 | 227 | 1 | 0 | 6 | 45 | 110 | 5 | 75 |
| Binary | 10011111 | 10100001 | 10010111 | 1 | 0 | 110 | 100101 | 1001000 | 101 | 111101 |
Color Harmonies of #9FA197
Complementary color
Monochromatic Colors of #9FA197
Black with #9FA197
Text Example
Text Example
White with #9FA197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA197; }
p { color: rgb(159,161,151); }
H1.HeaderClassName
{
color: #9FA197;
}
.AnyTagClassName
{
color: #9FA197;
}
</style>
background-color css
<style>
a { background-color: #9FA197; }
a { background-color: rgb(159,161,151); }
div.DivClassName
{
background-color: #9FA197;
}
.BgClassName
{
background-color: #9FA197;
}
</style>
border-color css
<style>
span { border-color: #9FA197; }
span { border-color: rgb(159,161,151); }
td.TdClassName
{
border-color: #9FA197;
}
.TagClassName
{
border-color: #9FA197;
}
</style>