#8E9B94

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

Shades of Edward #8E9B94

Tints of Edward #8E9B94

Color information

#8E9B94 (or 0x8E9B94) is unknown color: approx Edward. HEX triplet: 8E, 9B and 94. RGB value is (142,155,148). Sum of RGB (Red+Green+Blue) = 142+155+148=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9B94 is #71646B. Grayscale: #969696. Windows color (decimal): -7431276 or 9739150. OLE color: 9739150.

HSL color Cylindrical-coordinate representation of color #8E9B94: hue angle of 147.69º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E9B94 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB142155148-
CMYK0.0800.050.39
HSL147.69º6.1%58.24%-
HSV(B)147.69º8.39%60.78%-
XYZ28.2231.3332.58-
YUV150.32126.69122.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 155 (60.94% from 255) = 34.83%
BLUE value IS 148 (58.20% from 255) = 33.26%
R=31.91%
G=34.83%
B=33.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421551480.0800.050.39147.696.158.24
Hex8E9B94805279463a
Octal216233224100547224672
Binary1000111010011011100101001000010110011110010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,155,148); }

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

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

 a { background-color: rgb(142,155,148); }

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

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

 span { border-color: rgb(142,155,148); }

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