Html Css Color HEX #8E9891 Envy

📋 copy color: '#8E9891'

red 142 ◦ green 152 ◦ blue 145

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

Shades of Envy #8E9891

Tints of Envy #8E9891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.03%

R = 32.35%
G = 34.62%
B = 33.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#8E9891 (or 0x8E9891) is known color: Envy. HEX triplet: 8E, 98 and 91. RGB value is (142,152,145). Sum of RGB (Red+Green+Blue) = 142+152+145=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 152 - color contains mainly: green. Hex color #8E9891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9891 is #71676E. Grayscale: #949494. Windows color (decimal): -7432047 or 9541774. OLE color: 9541774.

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

Color convert

RGB 142 152 145 -
CMYK 0.07 0 0.05 0.40
HSL 138º 0.05% 0.58% -
HSV(B) 138º 0.07% 0.6% -
XYZ 27.49 30.25 31.18 -
YUV 148.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 142 152 145 0.07 0 0.05 0.40 138 0.05 0.58
Hex 8E 98 91 7 0 5 28 8A 5 3A
Octal 216 230 221 7 0 5 50 212 5 72
Binary 10001110 10011000 10010001 111 0 101 101000 10001010 101 111010

Color Harmonies of #8E9891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9891

Black with #8E9891

Text Example


Text Example

White with #8E9891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,152,145); }

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

background-color css

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

 a { background-color: rgb(142,152,145); }

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

border-color css

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

 span { border-color: rgb(142,152,145); }

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