Shades of Star Dust #999997
Tints of Star Dust #999997
RGB
CMYK
RGB Variations
Color information
#999997 (or 0x999997) is known color: Star Dust. HEX triplet: 99, 99 and 97. RGB value is (153,153,151). Sum of RGB (Red+Green+Blue) = 153+153+151=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999997 is #666668. Grayscale: #989898. Windows color (decimal): -6710889 or 9935257. OLE color: 9935257.
HSL color Cylindrical-coordinate representation of color #999997: hue angle of 60º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #999997 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 151 | - |
| CMYK | 0 | 0 | 0.01 | 0.4 |
| HSL | 60º | 0.01% | 0.6% | - |
| HSV(B) | 60º | 0.01% | 0.6% | - |
| XYZ | 30.11 | 31.79 | 33.83 | - |
| YUV | 152.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 151 | 0 | 0 | 0.01 | 0.4 | 60 | 0.01 | 0.6 |
| Hex | 99 | 99 | 97 | 0 | 0 | 1 | 28 | 3C | 1 | 3C |
| Octal | 231 | 231 | 227 | 0 | 0 | 1 | 50 | 74 | 1 | 74 |
| Binary | 10011001 | 10011001 | 10010111 | 0 | 0 | 1 | 101000 | 111100 | 1 | 111100 |
Color Harmonies of #999997
Complementary color
Monochromatic Colors of #999997
Black with #999997
Text Example
Text Example
White with #999997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999997; }
p { color: rgb(153,153,151); }
H1.HeaderClassName
{
color: #999997;
}
.AnyTagClassName
{
color: #999997;
}
</style>
background-color css
<style>
a { background-color: #999997; }
a { background-color: rgb(153,153,151); }
div.DivClassName
{
background-color: #999997;
}
.BgClassName
{
background-color: #999997;
}
</style>
border-color css
<style>
span { border-color: #999997; }
span { border-color: rgb(153,153,151); }
td.TdClassName
{
border-color: #999997;
}
.TagClassName
{
border-color: #999997;
}
</style>