Html Css Color HEX #939D8E Mantle

📋 copy color: '#939D8E'

red 147 ◦ green 157 ◦ blue 142

#939D8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #939D8E

Tints of Mantle #939D8E

RGB

 RED value IS 147 (57.81% from 255) = 32.96%

 GREEN value IS 157 (61.72% from 255) = 35.2%

 BLUE value IS 142 (55.86% from 255) = 31.84%

R = 32.96%
G = 35.2%
B = 31.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#939D8E (or 0x939D8E) is known color: Mantle. HEX triplet: 93, 9D and 8E. RGB value is (147,157,142). Sum of RGB (Red+Green+Blue) = 147+157+142=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 157 - color contains mainly: green. Hex color #939D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939D8E is #6C6271. Grayscale: #989898. Windows color (decimal): -7103090 or 9346451. OLE color: 9346451.

HSL color Cylindrical-coordinate representation of color #939D8E: hue angle of 100º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #939D8E is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 157 142 -
CMYK 0.06 0 0.10 0.38
HSL 100º 0.07% 0.59% -
HSV(B) 100º 0.1% 0.62% -
XYZ 28.97 32.27 30.29 -
YUV 152.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 147 157 142 0.06 0 0.10 0.38 100 0.07 0.59
Hex 93 9D 8E 6 0 A 26 64 7 3B
Octal 223 235 216 6 0 12 46 144 7 73
Binary 10010011 10011101 10001110 110 0 1010 100110 1100100 111 111011

Color Harmonies of #939D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939D8E

Black with #939D8E

Text Example


Text Example

White with #939D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,157,142); }

 H1.HeaderClassName
 {
   color: #939D8E;
 }
 .AnyTagClassName
 {
   color: #939D8E;
 }
</style>

background-color css

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

 a { background-color: rgb(147,157,142); }

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

border-color css

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

 span { border-color: rgb(147,157,142); }

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