#979495

Color #979495 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #979495

Tints of Shady Lady #979495

Color information

#979495 (or 0x979495) is unknown color: approx Shady Lady. HEX triplet: 97, 94 and 95. RGB value is (151,148,149). Sum of RGB (Red+Green+Blue) = 151+148+149=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 151 - color contains mainly: red. Hex color #979495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979495 is #686B6A. Grayscale: #959595. Windows color (decimal): -6843243 or 9802903. OLE color: 9802903.

HSL color Cylindrical-coordinate representation of color #979495: hue angle of 340º 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 #979495 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB151148149-
CMYK00.020.010.41
HSL340º1.42%58.63%-
HSV(B)340º1.99%59.22%-
XYZ28.7829.9332.69-
YUV149.01127.99129.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.71%
GREEN value IS 148 (58.20% from 255) = 33.04%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=33.71%
G=33.04%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114814900.020.010.413401.4258.63
Hex9794950212915413b
Octal22722422502151524173
Binary10010111100101001001010101011010011010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979495; }

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

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

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

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

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

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

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

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