#8D938E

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

Shades of Pewter #8D938E

Tints of Pewter #8D938E

Color information

#8D938E (or 0x8D938E) is unknown color: approx Pewter. HEX triplet: 8D, 93 and 8E. RGB value is (141,147,142). Sum of RGB (Red+Green+Blue) = 141+147+142=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 147 - color contains mainly: green. Hex color #8D938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D938E is #726C71. Grayscale: #909090. Windows color (decimal): -7498866 or 9343885. OLE color: 9343885.

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

Color convert

RGB141147142-
CMYK0.0400.030.42
HSL130º2.7%56.47%-
HSV(B)130º4.08%57.65%-
XYZ26.328.4829.7-
YUV144.64126.51125.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.79%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 142 (55.86% from 255) = 33.02%
R=32.79%
G=34.19%
B=33.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471420.0400.030.421302.756.47
Hex8D938E4032A82338
Octal21522321640352202370
Binary1000110110010011100011101000111010101000001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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