Shades of Amethyst Smoke #979299
Tints of Amethyst Smoke #979299
RGB
CMYK
RGB Variations
Color information
#979299 (or 0x979299) is known color: Amethyst Smoke. HEX triplet: 97, 92 and 99. RGB value is (151,146,153). Sum of RGB (Red+Green+Blue) = 151+146+153=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 153 - color contains mainly: blue. Hex color #979299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979299 is #686D66. Grayscale: #949494. Windows color (decimal): -6843751 or 10064535. OLE color: 10064535.
HSL color Cylindrical-coordinate representation of color #979299: hue angle of 282.86º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #979299 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 146 | 153 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.4 |
| HSL | 282.86º | 0.03% | 0.59% | - |
| HSV(B) | 282.86º | 0.05% | 0.6% | - |
| XYZ | 28.79 | 29.44 | 34.3 | - |
| YUV | 148.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 146 | 153 | 0.01 | 0.05 | 0 | 0.4 | 282.86 | 0.03 | 0.59 |
| Hex | 97 | 92 | 99 | 1 | 5 | 0 | 28 | 11B | 3 | 3B |
| Octal | 227 | 222 | 231 | 1 | 5 | 0 | 50 | 433 | 3 | 73 |
| Binary | 10010111 | 10010010 | 10011001 | 1 | 101 | 0 | 101000 | 100011011 | 11 | 111011 |
Color Harmonies of #979299
Complementary color
Monochromatic Colors of #979299
Black with #979299
Text Example
Text Example
White with #979299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979299; }
p { color: rgb(151,146,153); }
H1.HeaderClassName
{
color: #979299;
}
.AnyTagClassName
{
color: #979299;
}
</style>
background-color css
<style>
a { background-color: #979299; }
a { background-color: rgb(151,146,153); }
div.DivClassName
{
background-color: #979299;
}
.BgClassName
{
background-color: #979299;
}
</style>
border-color css
<style>
span { border-color: #979299; }
span { border-color: rgb(151,146,153); }
td.TdClassName
{
border-color: #979299;
}
.TagClassName
{
border-color: #979299;
}
</style>