#8D9C8E

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

Shades of Pewter #8D9C8E

Tints of Pewter #8D9C8E

Color information

#8D9C8E (or 0x8D9C8E) is unknown color: approx Pewter. HEX triplet: 8D, 9C and 8E. RGB value is (141,156,142). Sum of RGB (Red+Green+Blue) = 141+156+142=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 156 - color contains mainly: green. Hex color #8D9C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9C8E is #726371. Grayscale: #959595. Windows color (decimal): -7496562 or 9346189. OLE color: 9346189.

HSL color Cylindrical-coordinate representation of color #8D9C8E: hue angle of 124º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D9C8E is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB141156142-
CMYK0.1000.090.39
HSL124º7.04%58.24%-
HSV(B)124º9.62%61.18%-
XYZ27.7631.3930.19-
YUV149.92123.53121.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 156 (61.33% from 255) = 35.54%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=32.12%
G=35.54%
B=32.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411561420.1000.090.391247.0458.24
Hex8D9C8EA09277c73a
Octal2152342161201147174772
Binary1000110110011100100011101010010011001111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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