Shades of Star Dust #9FA09B
Tints of Star Dust #9FA09B
RGB
CMYK
RGB Variations
Color information
#9FA09B (or 0x9FA09B) is known color: Star Dust. HEX triplet: 9F, A0 and 9B. RGB value is (159,160,155). Sum of RGB (Red+Green+Blue) = 159+160+155=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA09B is #605F64. Grayscale: #9F9F9F. Windows color (decimal): -6315877 or 10199199. OLE color: 10199199.
HSL color Cylindrical-coordinate representation of color #9FA09B: hue angle of 72º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9FA09B is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 155 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.37 |
| HSL | 72º | 0.03% | 0.62% | - |
| HSV(B) | 72º | 0.03% | 0.63% | - |
| XYZ | 32.79 | 34.88 | 36.01 | - |
| YUV | 159.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 155 | 0.01 | 0 | 0.03 | 0.37 | 72 | 0.03 | 0.62 |
| Hex | 9F | A0 | 9B | 1 | 0 | 3 | 25 | 48 | 3 | 3E |
| Octal | 237 | 240 | 233 | 1 | 0 | 3 | 45 | 110 | 3 | 76 |
| Binary | 10011111 | 10100000 | 10011011 | 1 | 0 | 11 | 100101 | 1001000 | 11 | 111110 |
Color Harmonies of #9FA09B
Complementary color
Monochromatic Colors of #9FA09B
Black with #9FA09B
Text Example
Text Example
White with #9FA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA09B; }
p { color: rgb(159,160,155); }
H1.HeaderClassName
{
color: #9FA09B;
}
.AnyTagClassName
{
color: #9FA09B;
}
</style>
background-color css
<style>
a { background-color: #9FA09B; }
a { background-color: rgb(159,160,155); }
div.DivClassName
{
background-color: #9FA09B;
}
.BgClassName
{
background-color: #9FA09B;
}
</style>
border-color css
<style>
span { border-color: #9FA09B; }
span { border-color: rgb(159,160,155); }
td.TdClassName
{
border-color: #9FA09B;
}
.TagClassName
{
border-color: #9FA09B;
}
</style>