Shades of Amethyst Smoke #978AA5
Tints of Amethyst Smoke #978AA5
RGB
CMYK
RGB Variations
Color information
#978AA5 (or 0x978AA5) is known color: Amethyst Smoke. HEX triplet: 97, 8A and A5. RGB value is (151,138,165). Sum of RGB (Red+Green+Blue) = 151+138+165=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 165 - color contains mainly: blue. Hex color #978AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978AA5 is #68755A. Grayscale: #909090. Windows color (decimal): -6845787 or 10848919. OLE color: 10848919.
HSL color Cylindrical-coordinate representation of color #978AA5: hue angle of 268.89º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #978AA5 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 138 | 165 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.35 |
| HSL | 268.89º | 0.13% | 0.59% | - |
| HSV(B) | 268.89º | 0.16% | 0.65% | - |
| XYZ | 28.64 | 27.47 | 39.39 | - |
| YUV | 144.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 165 | 0.08 | 0.16 | 0 | 0.35 | 268.89 | 0.13 | 0.59 |
| Hex | 97 | 8A | A5 | 8 | 10 | 0 | 23 | 10D | D | 3B |
| Octal | 227 | 212 | 245 | 10 | 20 | 0 | 43 | 415 | 15 | 73 |
| Binary | 10010111 | 10001010 | 10100101 | 1000 | 10000 | 0 | 100011 | 100001101 | 1101 | 111011 |
Color Harmonies of #978AA5
Complementary color
Monochromatic Colors of #978AA5
Black with #978AA5
Text Example
Text Example
White with #978AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AA5; }
p { color: rgb(151,138,165); }
H1.HeaderClassName
{
color: #978AA5;
}
.AnyTagClassName
{
color: #978AA5;
}
</style>
background-color css
<style>
a { background-color: #978AA5; }
a { background-color: rgb(151,138,165); }
div.DivClassName
{
background-color: #978AA5;
}
.BgClassName
{
background-color: #978AA5;
}
</style>
border-color css
<style>
span { border-color: #978AA5; }
span { border-color: rgb(151,138,165); }
td.TdClassName
{
border-color: #978AA5;
}
.TagClassName
{
border-color: #978AA5;
}
</style>