#939D95

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

Shades of Edward #939D95

Tints of Edward #939D95

Color information

#939D95 (or 0x939D95) is unknown color: approx Edward. HEX triplet: 93, 9D and 95. RGB value is (147,157,149). Sum of RGB (Red+Green+Blue) = 147+157+149=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 157 - color contains mainly: green. Hex color #939D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939D95 is #6C626A. Grayscale: #999999. Windows color (decimal): -7103083 or 9805203. OLE color: 9805203.

HSL color Cylindrical-coordinate representation of color #939D95: hue angle of 132º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #939D95 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB147157149-
CMYK0.0600.050.38
HSL132º4.85%59.61%-
HSV(B)132º6.37%61.57%-
XYZ29.5132.4933.15-
YUV153.1125.69123.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.45%
GREEN value IS 157 (61.72% from 255) = 34.66%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=32.45%
G=34.66%
B=32.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471571490.0600.050.381324.8559.61
Hex939D95605268453c
Octal22323522560546204574
Binary100100111001110110010101110010110011010000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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