#8E9993

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

Shades of Edward #8E9993

Tints of Edward #8E9993

Color information

#8E9993 (or 0x8E9993) is unknown color: approx Edward. HEX triplet: 8E, 99 and 93. RGB value is (142,153,147). Sum of RGB (Red+Green+Blue) = 142+153+147=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9993 is #71666C. Grayscale: #959595. Windows color (decimal): -7431789 or 9673102. OLE color: 9673102.

HSL color Cylindrical-coordinate representation of color #8E9993: hue angle of 147.27º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8E9993 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB142153147-
CMYK0.0700.040.4
HSL147.27º5.12%57.84%-
HSV(B)147.27º7.19%60%-
XYZ27.8130.6432.05-
YUV149.03126.86122.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=32.13%
G=34.62%
B=33.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1421531470.0700.040.4147.275.1257.84
Hex8E9993704289353a
Octal21623122370450223572
Binary100011101001100110010011111010010100010010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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