Html Css Color HEX #8F988D Mantle

📋 copy color: '#8F988D'

red 143 ◦ green 152 ◦ blue 141

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

Shades of Mantle #8F988D

Tints of Mantle #8F988D

RGB

 RED value IS 143 (56.25% from 255) = 32.8%

 GREEN value IS 152 (59.77% from 255) = 34.86%

 BLUE value IS 141 (55.47% from 255) = 32.34%

R = 32.8%
G = 34.86%
B = 32.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#8F988D (or 0x8F988D) is known color: Mantle. HEX triplet: 8F, 98 and 8D. RGB value is (143,152,141). Sum of RGB (Red+Green+Blue) = 143+152+141=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 152 - color contains mainly: green. Hex color #8F988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F988D is #706772. Grayscale: #949494. Windows color (decimal): -7366515 or 9279631. OLE color: 9279631.

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

Color convert

RGB 143 152 141 -
CMYK 0.06 0 0.07 0.40
HSL 109.09º 0.05% 0.57% -
HSV(B) 109.09º 0.07% 0.6% -
XYZ 27.36 30.22 29.59 -
YUV 148.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 143 152 141 0.06 0 0.07 0.40 109.09 0.05 0.57
Hex 8F 98 8D 6 0 7 28 6D 5 39
Octal 217 230 215 6 0 7 50 155 5 71
Binary 10001111 10011000 10001101 110 0 111 101000 1101101 101 111001

Color Harmonies of #8F988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F988D

Black with #8F988D

Text Example


Text Example

White with #8F988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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