#978F9A

Color #978F9A Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #978F9A

Tints of Amethyst Smoke #978F9A

Color information

#978F9A (or 0x978F9A) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 8F and 9A. RGB value is (151,143,154). Sum of RGB (Red+Green+Blue) = 151+143+154=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 154 - color contains mainly: blue. Hex color #978F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978F9A is #687065. Grayscale: #929292. Windows color (decimal): -6844518 or 10129303. OLE color: 10129303.

HSL color Cylindrical-coordinate representation of color #978F9A: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #978F9A is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB151143154-
CMYK0.020.0700.40
HSL283.64º5.16%58.24%-
HSV(B)283.64º7.14%60.39%-
XYZ28.4228.5634.59-
YUV146.65132.15131.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 33.71%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=33.71%
G=31.92%
B=34.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511431540.020.0700.40283.645.1658.24
Hex978F9A2702811c53a
Octal22721723227050434572
Binary100101111000111110011010101110101000100011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978F9A; }

 p { color: rgb(151,143,154); }

 H1.HeaderClassName
 {
   color: #978F9A;
 }
 .AnyTagClassName
 {
   color: #978F9A;
 }
</style>
background-color css

<style>
 a { background-color: #978F9A; }

 a { background-color: rgb(151,143,154); }

 div.DivClassName
 {
   background-color: #978F9A;
 }
 .BgClassName
 {
   background-color: #978F9A;
 }
</style>
border-color css

<style>
 span { border-color: #978F9A; }

 span { border-color: rgb(151,143,154); }

 td.TdClassName
 {
   border-color: #978F9A;
 }
 .TagClassName
 {
   border-color: #978F9A;
 }
</style>