#8C9990

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

Shades of Envy #8C9990

Tints of Envy #8C9990

Color information

#8C9990 (or 0x8C9990) is unknown color: approx Envy. HEX triplet: 8C, 99 and 90. RGB value is (140,153,144). Sum of RGB (Red+Green+Blue) = 140+153+144=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9990 is #73666F. Grayscale: #949494. Windows color (decimal): -7562864 or 9476492. OLE color: 9476492.

HSL color Cylindrical-coordinate representation of color #8C9990: hue angle of 138.46º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C9990 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB140153144-
CMYK0.0800.060.4
HSL138.46º5.99%57.45%-
HSV(B)138.46º8.5%60%-
XYZ27.2430.3730.81-
YUV148.09125.69122.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.04%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=32.04%
G=35.01%
B=32.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1401531440.0800.060.4138.465.9957.45
Hex8C9990806288a639
Octal214231220100650212671
Binary1000110010011001100100001000011010100010001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,153,144); }

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

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

 a { background-color: rgb(140,153,144); }

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

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

 span { border-color: rgb(140,153,144); }

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