Shades of Star Dust #9FA193
Tints of Star Dust #9FA193
RGB
CMYK
RGB Variations
Color information
#9FA193 (or 0x9FA193) is known color: Star Dust. HEX triplet: 9F, A1 and 93. RGB value is (159,161,147). Sum of RGB (Red+Green+Blue) = 159+161+147=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA193 is #605E6C. Grayscale: #9E9E9E. Windows color (decimal): -6315629 or 9675167. OLE color: 9675167.
HSL color Cylindrical-coordinate representation of color #9FA193: hue angle of 68.57º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FA193 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 147 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.37 |
| HSL | 68.57º | 0.07% | 0.6% | - |
| HSV(B) | 68.57º | 0.09% | 0.63% | - |
| XYZ | 32.31 | 34.97 | 32.65 | - |
| YUV | 158.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 147 | 0.01 | 0 | 0.09 | 0.37 | 68.57 | 0.07 | 0.6 |
| Hex | 9F | A1 | 93 | 1 | 0 | 9 | 25 | 45 | 7 | 3C |
| Octal | 237 | 241 | 223 | 1 | 0 | 11 | 45 | 105 | 7 | 74 |
| Binary | 10011111 | 10100001 | 10010011 | 1 | 0 | 1001 | 100101 | 1000101 | 111 | 111100 |
Color Harmonies of #9FA193
Complementary color
Monochromatic Colors of #9FA193
Black with #9FA193
Text Example
Text Example
White with #9FA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA193; }
p { color: rgb(159,161,147); }
H1.HeaderClassName
{
color: #9FA193;
}
.AnyTagClassName
{
color: #9FA193;
}
</style>
background-color css
<style>
a { background-color: #9FA193; }
a { background-color: rgb(159,161,147); }
div.DivClassName
{
background-color: #9FA193;
}
.BgClassName
{
background-color: #9FA193;
}
</style>
border-color css
<style>
span { border-color: #9FA193; }
span { border-color: rgb(159,161,147); }
td.TdClassName
{
border-color: #9FA193;
}
.TagClassName
{
border-color: #9FA193;
}
</style>