#978997

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

Shades of Amethyst Smoke #978997

Tints of Amethyst Smoke #978997

Color information

#978997 (or 0x978997) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 89 and 97. RGB value is (151,137,151). Sum of RGB (Red+Green+Blue) = 151+137+151=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #978997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978997 is #687668. Grayscale: #8E8E8E. Windows color (decimal): -6846057 or 9931159. OLE color: 9931159.

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

Color convert

RGB151137151-
CMYK00.0900.41
HSL300º6.31%56.47%-
HSV(B)300º9.27%59.22%-
XYZ27.2926.732.99-
YUV142.78132.64133.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.40%
GREEN value IS 137 (53.91% from 255) = 31.21%
BLUE value IS 151 (59.38% from 255) = 34.40%
R=34.40%
G=31.21%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113715100.0900.413006.3156.47
Hex9789970902912c638
Octal227211227011051454670
Binary100101111000100110010111010010101001100101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978997; }

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

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

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

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

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

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

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

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