#8F938D

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

Shades of Mantle #8F938D

Tints of Mantle #8F938D

Color information

#8F938D (or 0x8F938D) is unknown color: approx Mantle. HEX triplet: 8F, 93 and 8D. RGB value is (143,147,141). Sum of RGB (Red+Green+Blue) = 143+147+141=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 147 - color contains mainly: green. Hex color #8F938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F938D is #706C72. Grayscale: #919191. Windows color (decimal): -7367795 or 9278351. OLE color: 9278351.

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

Color convert

RGB143147141-
CMYK0.0300.040.42
HSL100º2.7%56.47%-
HSV(B)100º4.08%57.65%-
XYZ26.5728.6329.33-
YUV145.12125.67126.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.18%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=33.18%
G=34.11%
B=32.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431471410.0300.040.421002.756.47
Hex8F938D3042A64338
Octal21722321530452144370
Binary100011111001001110001101110100101010110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,147,141); }

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

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

 a { background-color: rgb(143,147,141); }

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

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

 span { border-color: rgb(143,147,141); }

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