#8E938E

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

Shades of Pewter #8E938E

Tints of Pewter #8E938E

Color information

#8E938E (or 0x8E938E) is unknown color: approx Pewter. HEX triplet: 8E, 93 and 8E. RGB value is (142,147,142). Sum of RGB (Red+Green+Blue) = 142+147+142=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 147 - color contains mainly: green. Hex color #8E938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E938E is #716C71. Grayscale: #909090. Windows color (decimal): -7433330 or 9343886. OLE color: 9343886.

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

Color convert

RGB142147142-
CMYK0.0300.030.42
HSL120º2.26%56.67%-
HSV(B)120º3.4%57.65%-
XYZ26.4728.5729.71-
YUV144.94126.34125.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.95%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=32.95%
G=34.11%
B=32.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421471420.0300.030.421202.2656.67
Hex8E938E3032A78239
Octal21622321630352170271
Binary10001110100100111000111011011101010111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,147,142); }

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

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

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

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

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

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

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