#939995

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

Shades of Edward #939995

Tints of Edward #939995

Color information

#939995 (or 0x939995) is unknown color: approx Edward. HEX triplet: 93, 99 and 95. RGB value is (147,153,149). Sum of RGB (Red+Green+Blue) = 147+153+149=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 153 - color contains mainly: green. Hex color #939995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939995 is #6C666A. Grayscale: #969696. Windows color (decimal): -7104107 or 9804179. OLE color: 9804179.

HSL color Cylindrical-coordinate representation of color #939995: hue angle of 140º 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 #939995 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB147153149-
CMYK0.0400.030.4
HSL140º2.86%58.82%-
HSV(B)140º3.92%60%-
XYZ28.8531.1632.93-
YUV150.75127.01125.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.74%
GREEN value IS 153 (60.16% from 255) = 34.08%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=32.74%
G=34.08%
B=33.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531490.0400.030.41402.8658.82
Hex939995403288c33b
Octal22323122540350214373
Binary1001001110011001100101011000111010001000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939995; }

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

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

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

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

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

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

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

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