Shades of Star Dust #9FA294
Tints of Star Dust #9FA294
RGB
CMYK
RGB Variations
Color information
#9FA294 (or 0x9FA294) is known color: Star Dust. HEX triplet: 9F, A2 and 94. RGB value is (159,162,148). Sum of RGB (Red+Green+Blue) = 159+162+148=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA294 is #605D6B. Grayscale: #9F9F9F. Windows color (decimal): -6315372 or 9740959. OLE color: 9740959.
HSL color Cylindrical-coordinate representation of color #9FA294: hue angle of 72.86º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FA294 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 148 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.36 |
| HSL | 72.86º | 0.07% | 0.61% | - |
| HSV(B) | 72.86º | 0.09% | 0.64% | - |
| XYZ | 32.56 | 35.35 | 33.12 | - |
| YUV | 159.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 148 | 0.02 | 0 | 0.09 | 0.36 | 72.86 | 0.07 | 0.61 |
| Hex | 9F | A2 | 94 | 2 | 0 | 9 | 24 | 49 | 7 | 3D |
| Octal | 237 | 242 | 224 | 2 | 0 | 11 | 44 | 111 | 7 | 75 |
| Binary | 10011111 | 10100010 | 10010100 | 10 | 0 | 1001 | 100100 | 1001001 | 111 | 111101 |
Color Harmonies of #9FA294
Complementary color
Monochromatic Colors of #9FA294
Black with #9FA294
Text Example
Text Example
White with #9FA294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA294; }
p { color: rgb(159,162,148); }
H1.HeaderClassName
{
color: #9FA294;
}
.AnyTagClassName
{
color: #9FA294;
}
</style>
background-color css
<style>
a { background-color: #9FA294; }
a { background-color: rgb(159,162,148); }
div.DivClassName
{
background-color: #9FA294;
}
.BgClassName
{
background-color: #9FA294;
}
</style>
border-color css
<style>
span { border-color: #9FA294; }
span { border-color: rgb(159,162,148); }
td.TdClassName
{
border-color: #9FA294;
}
.TagClassName
{
border-color: #9FA294;
}
</style>