#979497

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

Shades of Amethyst Smoke #979497

Tints of Amethyst Smoke #979497

Color information

#979497 (or 0x979497) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 94 and 97. RGB value is (151,148,151). Sum of RGB (Red+Green+Blue) = 151+148+151=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #979497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979497 is #686B68. Grayscale: #959595. Windows color (decimal): -6843241 or 9933975. OLE color: 9933975.

HSL color Cylindrical-coordinate representation of color #979497: hue angle of 300º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #979497 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB151148151-
CMYK00.0200.41
HSL300º1.42%58.63%-
HSV(B)300º1.99%59.22%-
XYZ28.9429.9933.54-
YUV149.24128.99129.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.56%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=33.56%
G=32.89%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114815100.0200.413001.4258.63
Hex9794970202912c13b
Octal22722422702051454173
Binary10010111100101001001011101001010011001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979497; }

 p { color: rgb(151,148,151); }

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

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

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

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

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

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

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