Shades of Star Dust #979892
Tints of Star Dust #979892
RGB
CMYK
RGB Variations
Color information
#979892 (or 0x979892) is known color: Star Dust. HEX triplet: 97, 98 and 92. RGB value is (151,152,146). Sum of RGB (Red+Green+Blue) = 151+152+146=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 152 - color contains mainly: green. Hex color #979892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979892 is #68676D. Grayscale: #979797. Windows color (decimal): -6842222 or 9607319. OLE color: 9607319.
HSL color Cylindrical-coordinate representation of color #979892: hue angle of 70º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #979892 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 146 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.40 |
| HSL | 70º | 0.03% | 0.58% | - |
| HSV(B) | 70º | 0.04% | 0.6% | - |
| XYZ | 29.18 | 31.11 | 31.66 | - |
| YUV | 151.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 146 | 0.01 | 0 | 0.04 | 0.40 | 70 | 0.03 | 0.58 |
| Hex | 97 | 98 | 92 | 1 | 0 | 4 | 28 | 46 | 3 | 3A |
| Octal | 227 | 230 | 222 | 1 | 0 | 4 | 50 | 106 | 3 | 72 |
| Binary | 10010111 | 10011000 | 10010010 | 1 | 0 | 100 | 101000 | 1000110 | 11 | 111010 |
Color Harmonies of #979892
Complementary color
Monochromatic Colors of #979892
Black with #979892
Text Example
Text Example
White with #979892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979892; }
p { color: rgb(151,152,146); }
H1.HeaderClassName
{
color: #979892;
}
.AnyTagClassName
{
color: #979892;
}
</style>
background-color css
<style>
a { background-color: #979892; }
a { background-color: rgb(151,152,146); }
div.DivClassName
{
background-color: #979892;
}
.BgClassName
{
background-color: #979892;
}
</style>
border-color css
<style>
span { border-color: #979892; }
span { border-color: rgb(151,152,146); }
td.TdClassName
{
border-color: #979892;
}
.TagClassName
{
border-color: #979892;
}
</style>