#8B938C

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

Shades of Pewter #8B938C

Tints of Pewter #8B938C

Color information

#8B938C (or 0x8B938C) is unknown color: approx Pewter. HEX triplet: 8B, 93 and 8C. RGB value is (139,147,140). Sum of RGB (Red+Green+Blue) = 139+147+140=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 147 - color contains mainly: green. Hex color #8B938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B938C is #746C73. Grayscale: #8F8F8F. Windows color (decimal): -7629940 or 9212811. OLE color: 9212811.

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

Color convert

RGB139147140-
CMYK0.0500.050.42
HSL127.5º3.57%56.08%-
HSV(B)127.5º5.44%57.65%-
XYZ25.8128.2528.9-
YUV143.81125.85124.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=32.63%
G=34.51%
B=32.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391471400.0500.050.42127.53.5756.08
Hex8B938C5052A7f438
Octal21322321450552177470
Binary10001011100100111000110010101011010101111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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