#8D9D93

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

Shades of Edward #8D9D93

Tints of Edward #8D9D93

Color information

#8D9D93 (or 0x8D9D93) is unknown color: approx Edward. HEX triplet: 8D, 9D and 93. RGB value is (141,157,147). Sum of RGB (Red+Green+Blue) = 141+157+147=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 157 - color contains mainly: green. Hex color #8D9D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9D93 is #72626C. Grayscale: #979797. Windows color (decimal): -7496301 or 9674125. OLE color: 9674125.

HSL color Cylindrical-coordinate representation of color #8D9D93: hue angle of 142.5º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D9D93 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB141157147-
CMYK0.1000.060.38
HSL142.5º7.55%58.43%-
HSV(B)142.5º10.19%61.57%-
XYZ28.3131.8832.27-
YUV151.08125.7120.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 157 (61.72% from 255) = 35.28%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=31.69%
G=35.28%
B=33.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411571470.1000.060.38142.57.5558.43
Hex8D9D93A06268e83a
Octal2152352231206462161072
Binary10001101100111011001001110100110100110100011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,157,147); }

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

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

 a { background-color: rgb(141,157,147); }

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

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

 span { border-color: rgb(141,157,147); }

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