Shades of Amethyst Smoke #989799
Tints of Amethyst Smoke #989799
RGB
CMYK
RGB Variations
Color information
#989799 (or 0x989799) is known color: Amethyst Smoke. HEX triplet: 98, 97 and 99. RGB value is (152,151,153). Sum of RGB (Red+Green+Blue) = 152+151+153=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 153 - color contains mainly: blue. Hex color #989799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989799 is #676866. Grayscale: #979797. Windows color (decimal): -6776935 or 10065816. OLE color: 10065816.
HSL color Cylindrical-coordinate representation of color #989799: hue angle of 270º 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 #989799 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
RGB | 152 | 151 | 153 | - |
CMYK | 0.01 | 0.01 | 0 | 0.4 |
HSL | 270º | 0.01% | 0.6% | - |
HSV(B) | 270º | 0.01% | 0.6% | - |
XYZ | 29.77 | 31.11 | 34.57 | - |
YUV | 151.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 152 | 151 | 153 | 0.01 | 0.01 | 0 | 0.4 | 270 | 0.01 | 0.6 |
Hex | 98 | 97 | 99 | 1 | 1 | 0 | 28 | 10E | 1 | 3C |
Octal | 230 | 227 | 231 | 1 | 1 | 0 | 50 | 416 | 1 | 74 |
Binary | 10011000 | 10010111 | 10011001 | 1 | 1 | 0 | 101000 | 100001110 | 1 | 111100 |
Color Harmonies of #989799
Complementary color
Monochromatic Colors of #989799
Black with #989799
Text Example
Text Example
White with #989799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989799; }
p { color: rgb(152,151,153); }
H1.HeaderClassName
{
color: #989799;
}
.AnyTagClassName
{
color: #989799;
}
</style>
background-color css
<style>
a { background-color: #989799; }
a { background-color: rgb(152,151,153); }
div.DivClassName
{
background-color: #989799;
}
.BgClassName
{
background-color: #989799;
}
</style>
border-color css
<style>
span { border-color: #989799; }
span { border-color: rgb(152,151,153); }
td.TdClassName
{
border-color: #989799;
}
.TagClassName
{
border-color: #989799;
}
</style>