#8A918C

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

Shades of Envy #8A918C

Tints of Envy #8A918C

Color information

#8A918C (or 0x8A918C) is unknown color: approx Envy. HEX triplet: 8A, 91 and 8C. RGB value is (138,145,140). Sum of RGB (Red+Green+Blue) = 138+145+140=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 145 - color contains mainly: green. Hex color #8A918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A918C is #756E73. Grayscale: #8E8E8E. Windows color (decimal): -7695988 or 9212298. OLE color: 9212298.

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

Color convert

RGB138145140-
CMYK0.0500.030.43
HSL137.14º3.08%55.49%-
HSV(B)137.14º4.83%56.86%-
XYZ25.3427.5528.79-
YUV142.34126.68124.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=32.62%
G=34.28%
B=33.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1381451400.0500.030.43137.143.0855.49
Hex8A918C5032B89337
Octal21222121450353211367
Binary1000101010010001100011001010111010111000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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