#8C9C93

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

Shades of Edward #8C9C93

Tints of Edward #8C9C93

Color information

#8C9C93 (or 0x8C9C93) is unknown color: approx Edward. HEX triplet: 8C, 9C and 93. RGB value is (140,156,147). Sum of RGB (Red+Green+Blue) = 140+156+147=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 156 - color contains mainly: green. Hex color #8C9C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9C93 is #73636C. Grayscale: #969696. Windows color (decimal): -7562093 or 9673868. OLE color: 9673868.

HSL color Cylindrical-coordinate representation of color #8C9C93: hue angle of 146.25º 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 #8C9C93 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB140156147-
CMYK0.1000.060.39
HSL146.25º7.48%58.04%-
HSV(B)146.25º10.26%61.18%-
XYZ27.9731.4632.2-
YUV150.19126.2120.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.60%
GREEN value IS 156 (61.33% from 255) = 35.21%
BLUE value IS 147 (57.81% from 255) = 33.18%
R=31.60%
G=35.21%
B=33.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401561470.1000.060.39146.257.4858.04
Hex8C9C93A06279273a
Octal214234223120647222772
Binary1000110010011100100100111010011010011110010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,156,147); }

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

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

 a { background-color: rgb(140,156,147); }

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

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

 span { border-color: rgb(140,156,147); }

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