#8F998C

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

Shades of Mantle #8F998C

Tints of Mantle #8F998C

Color information

#8F998C (or 0x8F998C) is unknown color: approx Mantle. HEX triplet: 8F, 99 and 8C. RGB value is (143,153,140). Sum of RGB (Red+Green+Blue) = 143+153+140=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #8F998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F998C is #706673. Grayscale: #949494. Windows color (decimal): -7366260 or 9214351. OLE color: 9214351.

HSL color Cylindrical-coordinate representation of color #8F998C: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F998C is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB143153140-
CMYK0.0700.080.4
HSL106.15º5.99%57.45%-
HSV(B)106.15º8.5%60%-
XYZ27.4530.5229.25-
YUV148.53123.19124.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.80%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 140 (55.08% from 255) = 32.11%
R=32.80%
G=35.09%
B=32.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1431531400.0700.080.4106.155.9957.45
Hex8F998C708286a639
Octal217231214701050152671
Binary100011111001100110001100111010001010001101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,153,140); }

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

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

 a { background-color: rgb(143,153,140); }

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

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

 span { border-color: rgb(143,153,140); }

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