#939F8B

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

Shades of Mantle #939F8B

Tints of Mantle #939F8B

Color information

#939F8B (or 0x939F8B) is unknown color: approx Mantle. HEX triplet: 93, 9F and 8B. RGB value is (147,159,139). Sum of RGB (Red+Green+Blue) = 147+159+139=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 159 - color contains mainly: green. Hex color #939F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939F8B is #6C6074. Grayscale: #999999. Windows color (decimal): -7102581 or 9150355. OLE color: 9150355.

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

Color convert

RGB147159139-
CMYK0.0800.130.38
HSL96º9.43%58.43%-
HSV(B)96º12.58%62.35%-
XYZ29.0932.8629.24-
YUV153.13120.02123.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 159 (62.5% from 255) = 35.73%
BLUE value IS 139 (54.69% from 255) = 31.24%
R=33.03%
G=35.73%
B=31.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471591390.0800.130.38969.4358.43
Hex939F8B80D266093a
Octal22323721310015461401172
Binary10010011100111111000101110000110110011011000001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939F8B; }

 p { color: rgb(147,159,139); }

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

<style>
 a { background-color: #939F8B; }

 a { background-color: rgb(147,159,139); }

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

<style>
 span { border-color: #939F8B; }

 span { border-color: rgb(147,159,139); }

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