#8B998C

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

Shades of Pewter #8B998C

Tints of Pewter #8B998C

Color information

#8B998C (or 0x8B998C) is unknown color: approx Pewter. HEX triplet: 8B, 99 and 8C. RGB value is (139,153,140). Sum of RGB (Red+Green+Blue) = 139+153+140=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 153 - color contains mainly: green. Hex color #8B998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B998C is #746673. Grayscale: #939393. Windows color (decimal): -7628404 or 9214347. OLE color: 9214347.

HSL color Cylindrical-coordinate representation of color #8B998C: hue angle of 124.29º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B998C is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB139153140-
CMYK0.0900.080.4
HSL124.29º6.42%57.25%-
HSV(B)124.29º9.15%60%-
XYZ26.7730.1629.22-
YUV147.33123.86122.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.18%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=32.18%
G=35.42%
B=32.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391531400.0900.080.4124.296.4257.25
Hex8B998C908287c639
Octal2132312141101050174671
Binary1000101110011001100011001001010001010001111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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