Html Css Color HEX #8E997C Sage

📋 copy color: '#8E997C'

red 142 ◦ green 153 ◦ blue 124

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

Shades of Sage #8E997C

Tints of Sage #8E997C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.59%

R = 33.89%
G = 36.52%
B = 29.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#8E997C (or 0x8E997C) is known color: Sage. HEX triplet: 8E, 99 and 7C. RGB value is (142,153,124). Sum of RGB (Red+Green+Blue) = 142+153+124=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #8E997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E997C is #716683. Grayscale: #929292. Windows color (decimal): -7431812 or 8165774. OLE color: 8165774.

HSL color Cylindrical-coordinate representation of color #8E997C: hue angle of 82.76º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E997C is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 153 124 -
CMYK 0.07 0 0.19 0.4
HSL 82.76º 0.12% 0.54% -
HSV(B) 82.76º 0.19% 0.6% -
XYZ 26.18 29.99 23.48 -
YUV 146.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 142 153 124 0.07 0 0.19 0.4 82.76 0.12 0.54
Hex 8E 99 7C 7 0 13 28 53 C 36
Octal 216 231 174 7 0 23 50 123 14 66
Binary 10001110 10011001 1111100 111 0 10011 101000 1010011 1100 110110

Color Harmonies of #8E997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E997C

Black with #8E997C

Text Example


Text Example

White with #8E997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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