#979598

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

Shades of Amethyst Smoke #979598

Tints of Amethyst Smoke #979598

Color information

#979598 (or 0x979598) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 95 and 98. RGB value is (151,149,152). Sum of RGB (Red+Green+Blue) = 151+149+152=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 152 - color contains mainly: blue. Hex color #979598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979598 is #686A67. Grayscale: #959595. Windows color (decimal): -6842984 or 9999767. OLE color: 9999767.

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

Color convert

RGB151149152-
CMYK0.010.0200.40
HSL280º1.44%59.02%-
HSV(B)280º1.97%59.61%-
XYZ29.1830.3434.02-
YUV149.94129.16128.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.41%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 152 (59.77% from 255) = 33.63%
R=33.41%
G=32.96%
B=33.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511491520.010.0200.402801.4459.02
Hex9795981202811813b
Octal22722523012050430173
Binary10010111100101011001100011001010001000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979598; }

 p { color: rgb(151,149,152); }

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

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

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

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

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

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

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