#8F9E91

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

Shades of Pewter #8F9E91

Tints of Pewter #8F9E91

Color information

#8F9E91 (or 0x8F9E91) is unknown color: approx Pewter. HEX triplet: 8F, 9E and 91. RGB value is (143,158,145). Sum of RGB (Red+Green+Blue) = 143+158+145=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9E91 is #70616E. Grayscale: #989898. Windows color (decimal): -7364975 or 9543311. OLE color: 9543311.

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

Color convert

RGB143158145-
CMYK0.0900.080.38
HSL128º7.18%59.02%-
HSV(B)128º9.49%61.96%-
XYZ28.6732.3431.52-
YUV152.03124.03121.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.06%
GREEN value IS 158 (62.11% from 255) = 35.43%
BLUE value IS 145 (57.03% from 255) = 32.51%
R=32.06%
G=35.43%
B=32.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431581450.0900.080.381287.1859.02
Hex8F9E91908268073b
Octal2172362211101046200773
Binary10001111100111101001000110010100010011010000000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,158,145); }

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

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

 a { background-color: rgb(143,158,145); }

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

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

 span { border-color: rgb(143,158,145); }

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