Shades of Amethyst Smoke #978EA3
Tints of Amethyst Smoke #978EA3
RGB
CMYK
RGB Variations
Color information
#978EA3 (or 0x978EA3) is known color: Amethyst Smoke. HEX triplet: 97, 8E and A3. RGB value is (151,142,163). Sum of RGB (Red+Green+Blue) = 151+142+163=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 163 - color contains mainly: blue. Hex color #978EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978EA3 is #68715C. Grayscale: #939393. Windows color (decimal): -6844765 or 10718871. OLE color: 10718871.
HSL color Cylindrical-coordinate representation of color #978EA3: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #978EA3 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 142 | 163 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.36 |
| HSL | 265.71º | 0.1% | 0.6% | - |
| HSV(B) | 265.71º | 0.13% | 0.64% | - |
| XYZ | 29.05 | 28.57 | 38.63 | - |
| YUV | 147.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 163 | 0.07 | 0.13 | 0 | 0.36 | 265.71 | 0.1 | 0.6 |
| Hex | 97 | 8E | A3 | 7 | D | 0 | 24 | 10A | A | 3C |
| Octal | 227 | 216 | 243 | 7 | 15 | 0 | 44 | 412 | 12 | 74 |
| Binary | 10010111 | 10001110 | 10100011 | 111 | 1101 | 0 | 100100 | 100001010 | 1010 | 111100 |
Color Harmonies of #978EA3
Complementary color
Monochromatic Colors of #978EA3
Black with #978EA3
Text Example
Text Example
White with #978EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978EA3; }
p { color: rgb(151,142,163); }
H1.HeaderClassName
{
color: #978EA3;
}
.AnyTagClassName
{
color: #978EA3;
}
</style>
background-color css
<style>
a { background-color: #978EA3; }
a { background-color: rgb(151,142,163); }
div.DivClassName
{
background-color: #978EA3;
}
.BgClassName
{
background-color: #978EA3;
}
</style>
border-color css
<style>
span { border-color: #978EA3; }
span { border-color: rgb(151,142,163); }
td.TdClassName
{
border-color: #978EA3;
}
.TagClassName
{
border-color: #978EA3;
}
</style>