#939B95

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

Shades of Edward #939B95

Tints of Edward #939B95

Color information

#939B95 (or 0x939B95) is unknown color: approx Edward. HEX triplet: 93, 9B and 95. RGB value is (147,155,149). Sum of RGB (Red+Green+Blue) = 147+155+149=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 155 - color contains mainly: green. Hex color #939B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939B95 is #6C646A. Grayscale: #979797. Windows color (decimal): -7103595 or 9804691. OLE color: 9804691.

HSL color Cylindrical-coordinate representation of color #939B95: hue angle of 135º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #939B95 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB147155149-
CMYK0.0500.040.39
HSL135º3.85%59.22%-
HSV(B)135º5.16%60.78%-
XYZ29.1831.8233.04-
YUV151.92126.35124.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.59%
GREEN value IS 155 (60.94% from 255) = 34.37%
BLUE value IS 149 (58.59% from 255) = 33.04%
R=32.59%
G=34.37%
B=33.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471551490.0500.040.391353.8559.22
Hex939B95504278743b
Octal22323322550447207473
Binary100100111001101110010101101010010011110000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939B95; }

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

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

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

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

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

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

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

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