#8F948D

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

Shades of Mantle #8F948D

Tints of Mantle #8F948D

Color information

#8F948D (or 0x8F948D) is unknown color: approx Mantle. HEX triplet: 8F, 94 and 8D. RGB value is (143,148,141). Sum of RGB (Red+Green+Blue) = 143+148+141=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 148 - color contains mainly: green. Hex color #8F948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F948D is #706B72. Grayscale: #919191. Windows color (decimal): -7367539 or 9278607. OLE color: 9278607.

HSL color Cylindrical-coordinate representation of color #8F948D: hue angle of 102.86º 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 #8F948D is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB143148141-
CMYK0.0300.050.42
HSL102.86º3.17%56.67%-
HSV(B)102.86º4.73%58.04%-
XYZ26.7328.9429.38-
YUV145.71125.34126.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 148 (58.20% from 255) = 34.26%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=33.10%
G=34.26%
B=32.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431481410.0300.050.42102.863.1756.67
Hex8F948D3052A67339
Octal21722421530552147371
Binary100011111001010010001101110101101010110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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