Shades of Amethyst Smoke #978CA5
Tints of Amethyst Smoke #978CA5
RGB
CMYK
RGB Variations
Color information
#978CA5 (or 0x978CA5) is known color: Amethyst Smoke. HEX triplet: 97, 8C and A5. RGB value is (151,140,165). Sum of RGB (Red+Green+Blue) = 151+140+165=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 165 - color contains mainly: blue. Hex color #978CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978CA5 is #68735A. Grayscale: #929292. Windows color (decimal): -6845275 or 10849431. OLE color: 10849431.
HSL color Cylindrical-coordinate representation of color #978CA5: hue angle of 266.4º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #978CA5 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 140 | 165 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.35 |
| HSL | 266.4º | 0.12% | 0.6% | - |
| HSV(B) | 266.4º | 0.15% | 0.65% | - |
| XYZ | 28.93 | 28.05 | 39.49 | - |
| YUV | 146.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 165 | 0.08 | 0.15 | 0 | 0.35 | 266.4 | 0.12 | 0.6 |
| Hex | 97 | 8C | A5 | 8 | F | 0 | 23 | 10A | C | 3C |
| Octal | 227 | 214 | 245 | 10 | 17 | 0 | 43 | 412 | 14 | 74 |
| Binary | 10010111 | 10001100 | 10100101 | 1000 | 1111 | 0 | 100011 | 100001010 | 1100 | 111100 |
Color Harmonies of #978CA5
Complementary color
Monochromatic Colors of #978CA5
Black with #978CA5
Text Example
Text Example
White with #978CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CA5; }
p { color: rgb(151,140,165); }
H1.HeaderClassName
{
color: #978CA5;
}
.AnyTagClassName
{
color: #978CA5;
}
</style>
background-color css
<style>
a { background-color: #978CA5; }
a { background-color: rgb(151,140,165); }
div.DivClassName
{
background-color: #978CA5;
}
.BgClassName
{
background-color: #978CA5;
}
</style>
border-color css
<style>
span { border-color: #978CA5; }
span { border-color: rgb(151,140,165); }
td.TdClassName
{
border-color: #978CA5;
}
.TagClassName
{
border-color: #978CA5;
}
</style>