#8C918E

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

Shades of Edward #8C918E

Tints of Edward #8C918E

Color information

#8C918E (or 0x8C918E) is unknown color: approx Edward. HEX triplet: 8C, 91 and 8E. RGB value is (140,145,142). Sum of RGB (Red+Green+Blue) = 140+145+142=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 145 - color contains mainly: green. Hex color #8C918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C918E is #736E71. Grayscale: #8F8F8F. Windows color (decimal): -7564914 or 9343372. OLE color: 9343372.

HSL color Cylindrical-coordinate representation of color #8C918E: hue angle of 144º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8C918E is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB140145142-
CMYK0.0300.020.43
HSL144º2.22%55.88%-
HSV(B)144º3.45%56.86%-
XYZ25.8227.7829.59-
YUV143.16127.34125.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.79%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=32.79%
G=33.96%
B=33.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1401451420.0300.020.431442.2255.88
Hex8C918E3022B90238
Octal21422121630253220270
Binary100011001001000110001110110101010111001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,145,142); }

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

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

 a { background-color: rgb(140,145,142); }

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

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

 span { border-color: rgb(140,145,142); }

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