Shades of Amethyst Smoke #978899
Tints of Amethyst Smoke #978899
RGB
CMYK
RGB Variations
Color information
#978899 (or 0x978899) is known color: Amethyst Smoke. HEX triplet: 97, 88 and 99. RGB value is (151,136,153). Sum of RGB (Red+Green+Blue) = 151+136+153=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 153 - color contains mainly: blue. Hex color #978899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978899 is #687766. Grayscale: #8E8E8E. Windows color (decimal): -6846311 or 10061975. OLE color: 10061975.
HSL color Cylindrical-coordinate representation of color #978899: hue angle of 292.94º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #978899 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 136 | 153 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.4 |
| HSL | 292.94º | 0.08% | 0.57% | - |
| HSV(B) | 292.94º | 0.11% | 0.6% | - |
| XYZ | 27.32 | 26.49 | 33.81 | - |
| YUV | 142.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 153 | 0.01 | 0.11 | 0 | 0.4 | 292.94 | 0.08 | 0.57 |
| Hex | 97 | 88 | 99 | 1 | B | 0 | 28 | 125 | 8 | 39 |
| Octal | 227 | 210 | 231 | 1 | 13 | 0 | 50 | 445 | 10 | 71 |
| Binary | 10010111 | 10001000 | 10011001 | 1 | 1011 | 0 | 101000 | 100100101 | 1000 | 111001 |
Color Harmonies of #978899
Complementary color
Monochromatic Colors of #978899
Black with #978899
Text Example
Text Example
White with #978899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978899; }
p { color: rgb(151,136,153); }
H1.HeaderClassName
{
color: #978899;
}
.AnyTagClassName
{
color: #978899;
}
</style>
background-color css
<style>
a { background-color: #978899; }
a { background-color: rgb(151,136,153); }
div.DivClassName
{
background-color: #978899;
}
.BgClassName
{
background-color: #978899;
}
</style>
border-color css
<style>
span { border-color: #978899; }
span { border-color: rgb(151,136,153); }
td.TdClassName
{
border-color: #978899;
}
.TagClassName
{
border-color: #978899;
}
</style>