Shades of Star Dust #9F9F92
Tints of Star Dust #9F9F92
RGB
CMYK
RGB Variations
Color information
#9F9F92 (or 0x9F9F92) is known color: Star Dust. HEX triplet: 9F, 9F and 92. RGB value is (159,159,146). Sum of RGB (Red+Green+Blue) = 159+159+146=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 159 - color contains mainly: red, green. Hex color #9F9F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9F92 is #60606D. Grayscale: #9D9D9D. Windows color (decimal): -6316142 or 9609119. OLE color: 9609119.
HSL color Cylindrical-coordinate representation of color #9F9F92: hue angle of 60º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F9F92 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 159 | 146 | - |
CMYK | 0 | 0 | 0.08 | 0.38 |
HSL | 60º | 0.06% | 0.6% | - |
HSV(B) | 60º | 0.08% | 0.62% | - |
XYZ | 31.88 | 34.24 | 32.12 | - |
YUV | 157.52 | 121.5 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 159 | 146 | 0 | 0 | 0.08 | 0.38 | 60 | 0.06 | 0.6 |
Hex | 9F | 9F | 92 | 0 | 0 | 8 | 26 | 3C | 6 | 3C |
Octal | 237 | 237 | 222 | 0 | 0 | 10 | 46 | 74 | 6 | 74 |
Binary | 10011111 | 10011111 | 10010010 | 0 | 0 | 1000 | 100110 | 111100 | 110 | 111100 |
Color Harmonies of #9F9F92
Complementary color
Monochromatic Colors of #9F9F92
Black with #9F9F92
Text Example
Text Example
White with #9F9F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9F92; }
p { color: rgb(159,159,146); }
H1.HeaderClassName
{
color: #9F9F92;
}
.AnyTagClassName
{
color: #9F9F92;
}
</style>
background-color css
<style>
a { background-color: #9F9F92; }
a { background-color: rgb(159,159,146); }
div.DivClassName
{
background-color: #9F9F92;
}
.BgClassName
{
background-color: #9F9F92;
}
</style>
border-color css
<style>
span { border-color: #9F9F92; }
span { border-color: rgb(159,159,146); }
td.TdClassName
{
border-color: #9F9F92;
}
.TagClassName
{
border-color: #9F9F92;
}
</style>