#8E958F

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

Shades of Pewter #8E958F

Tints of Pewter #8E958F

Color information

#8E958F (or 0x8E958F) is unknown color: approx Pewter. HEX triplet: 8E, 95 and 8F. RGB value is (142,149,143). Sum of RGB (Red+Green+Blue) = 142+149+143=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 149 - color contains mainly: green. Hex color #8E958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E958F is #716A70. Grayscale: #929292. Windows color (decimal): -7432817 or 9409934. OLE color: 9409934.

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

Color convert

RGB142149143-
CMYK0.0500.040.42
HSL128.57º3.2%57.06%-
HSV(B)128.57º4.7%58.43%-
XYZ26.8629.2330.21-
YUV146.22126.18124.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.72%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 143 (56.25% from 255) = 32.95%
R=32.72%
G=34.33%
B=32.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421491430.0500.040.42128.573.257.06
Hex8E958F5042A81339
Octal21622521750452201371
Binary10001110100101011000111110101001010101000000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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