#8EA490

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

Shades of Pewter #8EA490

Tints of Pewter #8EA490

Color information

#8EA490 (or 0x8EA490) is unknown color: approx Pewter. HEX triplet: 8E, A4 and 90. RGB value is (142,164,144). Sum of RGB (Red+Green+Blue) = 142+164+144=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA490 is #715B6F. Grayscale: #9B9B9B. Windows color (decimal): -7428976 or 9479310. OLE color: 9479310.

HSL color Cylindrical-coordinate representation of color #8EA490: hue angle of 125.45º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8EA490 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB142164144-
CMYK0.1300.120.36
HSL125.45º10.78%60%-
HSV(B)125.45º13.41%64.31%-
XYZ29.4634.3231.46-
YUV155.14121.71118.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.56%
GREEN value IS 164 (64.45% from 255) = 36.44%
BLUE value IS 144 (56.64% from 255) = 32%
R=31.56%
G=36.44%
B=32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421641440.1300.120.36125.4510.7860
Hex8EA490D0C247db3c
Octal21624422015014441751374
Binary10001110101001001001000011010110010010011111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,164,144); }

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

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

 a { background-color: rgb(142,164,144); }

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

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

 span { border-color: rgb(142,164,144); }

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