Shades of Star Dust #9B9D92
Tints of Star Dust #9B9D92
RGB
CMYK
RGB Variations
Color information
#9B9D92 (or 0x9B9D92) is known color: Star Dust. HEX triplet: 9B, 9D and 92. RGB value is (155,157,146). Sum of RGB (Red+Green+Blue) = 155+157+146=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 157 - color contains mainly: green. Hex color #9B9D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9D92 is #64626D. Grayscale: #9B9B9B. Windows color (decimal): -6578798 or 9608603. OLE color: 9608603.
HSL color Cylindrical-coordinate representation of color #9B9D92: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9B9D92 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 157 | 146 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.38 |
| HSL | 70.91º | 0.05% | 0.59% | - |
| HSV(B) | 70.91º | 0.07% | 0.62% | - |
| XYZ | 30.76 | 33.16 | 31.97 | - |
| YUV | 155.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 157 | 146 | 0.01 | 0 | 0.07 | 0.38 | 70.91 | 0.05 | 0.59 |
| Hex | 9B | 9D | 92 | 1 | 0 | 7 | 26 | 47 | 5 | 3B |
| Octal | 233 | 235 | 222 | 1 | 0 | 7 | 46 | 107 | 5 | 73 |
| Binary | 10011011 | 10011101 | 10010010 | 1 | 0 | 111 | 100110 | 1000111 | 101 | 111011 |
Color Harmonies of #9B9D92
Complementary color
Monochromatic Colors of #9B9D92
Black with #9B9D92
Text Example
Text Example
White with #9B9D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9D92; }
p { color: rgb(155,157,146); }
H1.HeaderClassName
{
color: #9B9D92;
}
.AnyTagClassName
{
color: #9B9D92;
}
</style>
background-color css
<style>
a { background-color: #9B9D92; }
a { background-color: rgb(155,157,146); }
div.DivClassName
{
background-color: #9B9D92;
}
.BgClassName
{
background-color: #9B9D92;
}
</style>
border-color css
<style>
span { border-color: #9B9D92; }
span { border-color: rgb(155,157,146); }
td.TdClassName
{
border-color: #9B9D92;
}
.TagClassName
{
border-color: #9B9D92;
}
</style>