#979399

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

Shades of Amethyst Smoke #979399

Tints of Amethyst Smoke #979399

Color information

#979399 (or 0x979399) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 93 and 99. RGB value is (151,147,153). Sum of RGB (Red+Green+Blue) = 151+147+153=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 153 - color contains mainly: blue. Hex color #979399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979399 is #686C66. Grayscale: #949494. Windows color (decimal): -6843495 or 10064791. OLE color: 10064791.

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

Color convert

RGB151147153-
CMYK0.010.0400.4
HSL280º2.86%58.82%-
HSV(B)280º3.92%60%-
XYZ28.9529.7534.35-
YUV148.88130.33129.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 153 (60.16% from 255) = 33.92%
R=33.48%
G=32.59%
B=33.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511471530.010.0400.42802.8658.82
Hex9793991402811833b
Octal22722323114050430373
Binary1001011110010011100110011100010100010001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979399; }

 p { color: rgb(151,147,153); }

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

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

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

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

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

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

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