#8F9C8E

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

Shades of Pewter #8F9C8E

Tints of Pewter #8F9C8E

Color information

#8F9C8E (or 0x8F9C8E) is unknown color: approx Pewter. HEX triplet: 8F, 9C and 8E. RGB value is (143,156,142). Sum of RGB (Red+Green+Blue) = 143+156+142=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9C8E is #706371. Grayscale: #969696. Windows color (decimal): -7365490 or 9346191. OLE color: 9346191.

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

Color convert

RGB143156142-
CMYK0.0800.090.39
HSL115.71º6.6%58.43%-
HSV(B)115.71º8.97%61.18%-
XYZ28.131.5730.2-
YUV150.52123.19122.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.43%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=32.43%
G=35.37%
B=32.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1431561420.0800.090.39115.716.658.43
Hex8F9C8E809277473a
Octal2172342161001147164772
Binary1000111110011100100011101000010011001111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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