Html Css Color HEX #8E998C Mantle

📋 copy color: '#8E998C'

red 142 ◦ green 153 ◦ blue 140

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

Shades of Mantle #8E998C

Tints of Mantle #8E998C

RGB

 RED value IS 142 (55.86% from 255) = 32.64%

 GREEN value IS 153 (60.16% from 255) = 35.17%

 BLUE value IS 140 (55.08% from 255) = 32.18%

R = 32.64%
G = 35.17%
B = 32.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#8E998C (or 0x8E998C) is known color: Mantle. HEX triplet: 8E, 99 and 8C. RGB value is (142,153,140). Sum of RGB (Red+Green+Blue) = 142+153+140=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 153 - color contains mainly: green. Hex color #8E998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E998C is #716673. Grayscale: #949494. Windows color (decimal): -7431796 or 9214350. OLE color: 9214350.

HSL color Cylindrical-coordinate representation of color #8E998C: hue angle of 110.77º 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 #8E998C is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 153 140 -
CMYK 0.07 0 0.08 0.4
HSL 110.77º 0.06% 0.57% -
HSV(B) 110.77º 0.08% 0.6% -
XYZ 27.28 30.43 29.25 -
YUV 148.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 142 153 140 0.07 0 0.08 0.4 110.77 0.06 0.57
Hex 8E 99 8C 7 0 8 28 6F 6 39
Octal 216 231 214 7 0 10 50 157 6 71
Binary 10001110 10011001 10001100 111 0 1000 101000 1101111 110 111001

Color Harmonies of #8E998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E998C

Black with #8E998C

Text Example


Text Example

White with #8E998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E998C;
 }
 .AnyTagClassName
 {
   color: #8E998C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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