Html Css Color HEX #8D988F Envy

📋 copy color: '#8D988F'

red 141 ◦ green 152 ◦ blue 143

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

Shades of Envy #8D988F

Tints of Envy #8D988F

RGB

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

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

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

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

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

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

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

Color convert

RGB 141 152 143 -
CMYK 0.07 0 0.06 0.40
HSL 130.91º 0.05% 0.57% -
HSV(B) 130.91º 0.07% 0.6% -
XYZ 27.17 30.1 30.36 -
YUV 147.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 141 152 143 0.07 0 0.06 0.40 130.91 0.05 0.57
Hex 8D 98 8F 7 0 6 28 83 5 39
Octal 215 230 217 7 0 6 50 203 5 71
Binary 10001101 10011000 10001111 111 0 110 101000 10000011 101 111001

Color Harmonies of #8D988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D988F

Black with #8D988F

Text Example


Text Example

White with #8D988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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