#8B9D8C

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

Shades of Pewter #8B9D8C

Tints of Pewter #8B9D8C

Color information

#8B9D8C (or 0x8B9D8C) is unknown color: approx Pewter. HEX triplet: 8B, 9D and 8C. RGB value is (139,157,140). Sum of RGB (Red+Green+Blue) = 139+157+140=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 157 - color contains mainly: green. Hex color #8B9D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9D8C is #746273. Grayscale: #959595. Windows color (decimal): -7627380 or 9215371. OLE color: 9215371.

HSL color Cylindrical-coordinate representation of color #8B9D8C: hue angle of 123.33º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B9D8C is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB139157140-
CMYK0.1100.110.38
HSL123.33º8.41%58.04%-
HSV(B)123.33º11.46%61.57%-
XYZ27.4431.529.44-
YUV149.68122.54120.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 157 (61.72% from 255) = 36.01%
BLUE value IS 140 (55.08% from 255) = 32.11%
R=31.88%
G=36.01%
B=32.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391571400.1100.110.38123.338.4158.04
Hex8B9D8CB0B267b83a
Octal21323521413013461731072
Binary10001011100111011000110010110101110011011110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,157,140); }

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

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

 a { background-color: rgb(139,157,140); }

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

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

 span { border-color: rgb(139,157,140); }

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