#8E9390

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

Shades of Edward #8E9390

Tints of Edward #8E9390

Color information

#8E9390 (or 0x8E9390) is unknown color: approx Edward. HEX triplet: 8E, 93 and 90. RGB value is (142,147,144). Sum of RGB (Red+Green+Blue) = 142+147+144=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9390 is #716C6F. Grayscale: #919191. Windows color (decimal): -7433328 or 9474958. OLE color: 9474958.

HSL color Cylindrical-coordinate representation of color #8E9390: hue angle of 144º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8E9390 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB142147144-
CMYK0.0300.020.42
HSL144º2.26%56.67%-
HSV(B)144º3.4%57.65%-
XYZ26.6228.6330.51-
YUV145.16127.34125.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.79%
GREEN value IS 147 (57.81% from 255) = 33.95%
BLUE value IS 144 (56.64% from 255) = 33.26%
R=32.79%
G=33.95%
B=33.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421471440.0300.020.421442.2656.67
Hex8E93903022A90239
Octal21622322030252220271
Binary100011101001001110010000110101010101001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9390; }

 p { color: rgb(142,147,144); }

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

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

 a { background-color: rgb(142,147,144); }

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

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

 span { border-color: rgb(142,147,144); }

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