#8B9A8C

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

Shades of Pewter #8B9A8C

Tints of Pewter #8B9A8C

Color information

#8B9A8C (or 0x8B9A8C) is unknown color: approx Pewter. HEX triplet: 8B, 9A and 8C. RGB value is (139,154,140). Sum of RGB (Red+Green+Blue) = 139+154+140=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 154 - color contains mainly: green. Hex color #8B9A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9A8C is #746573. Grayscale: #939393. Windows color (decimal): -7628148 or 9214603. OLE color: 9214603.

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

Color convert

RGB139154140-
CMYK0.1000.090.40
HSL124º6.91%57.45%-
HSV(B)124º9.74%60.39%-
XYZ26.9430.4929.28-
YUV147.92123.53121.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.10%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=32.10%
G=35.57%
B=32.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391541400.1000.090.401246.9157.45
Hex8B9A8CA09287c739
Octal2132322141201150174771
Binary1000101110011010100011001010010011010001111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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