#8D9C94

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

Shades of Edward #8D9C94

Tints of Edward #8D9C94

Color information

#8D9C94 (or 0x8D9C94) is unknown color: approx Edward. HEX triplet: 8D, 9C and 94. RGB value is (141,156,148). Sum of RGB (Red+Green+Blue) = 141+156+148=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 156 - color contains mainly: green. Hex color #8D9C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9C94 is #72636B. Grayscale: #969696. Windows color (decimal): -7496556 or 9739405. OLE color: 9739405.

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

Color convert

RGB141156148-
CMYK0.1000.050.39
HSL148º7.04%58.24%-
HSV(B)148º9.62%61.18%-
XYZ28.2231.5832.62-
YUV150.6126.53121.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 156 (61.33% from 255) = 35.06%
BLUE value IS 148 (58.20% from 255) = 33.26%
R=31.69%
G=35.06%
B=33.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411561480.1000.050.391487.0458.24
Hex8D9C94A05279473a
Octal215234224120547224772
Binary1000110110011100100101001010010110011110010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,156,148); }

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

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

 a { background-color: rgb(141,156,148); }

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

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

 span { border-color: rgb(141,156,148); }

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