#939B96

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

Shades of Edward #939B96

Tints of Edward #939B96

Color information

#939B96 (or 0x939B96) is unknown color: approx Edward. HEX triplet: 93, 9B and 96. RGB value is (147,155,150). Sum of RGB (Red+Green+Blue) = 147+155+150=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 155 - color contains mainly: green. Hex color #939B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939B96 is #6C6469. Grayscale: #989898. Windows color (decimal): -7103594 or 9870227. OLE color: 9870227.

HSL color Cylindrical-coordinate representation of color #939B96: hue angle of 142.5º 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 #939B96 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB147155150-
CMYK0.0500.030.39
HSL142.5º3.85%59.22%-
HSV(B)142.5º5.16%60.78%-
XYZ29.2631.8533.46-
YUV152.04126.85124.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.52%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 150 (58.98% from 255) = 33.19%
R=32.52%
G=34.29%
B=33.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471551500.0500.030.39142.53.8559.22
Hex939B96503278e43b
Octal22323322650347216473
Binary10010011100110111001011010101110011110001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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