Html Css Color HEX #8E997D Sage

📋 copy color: '#8E997D'

red 142 ◦ green 153 ◦ blue 125

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

Shades of Sage #8E997D

Tints of Sage #8E997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 33.81%
G = 36.43%
B = 29.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#8E997D (or 0x8E997D) is known color: Sage. HEX triplet: 8E, 99 and 7D. RGB value is (142,153,125). Sum of RGB (Red+Green+Blue) = 142+153+125=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 153 - color contains mainly: green. Hex color #8E997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E997D is #716682. Grayscale: #929292. Windows color (decimal): -7431811 or 8231310. OLE color: 8231310.

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

Color convert

RGB 142 153 125 -
CMYK 0.07 0 0.18 0.4
HSL 83.57º 0.12% 0.55% -
HSV(B) 83.57º 0.18% 0.6% -
XYZ 26.25 30.01 23.81 -
YUV 146.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 142 153 125 0.07 0 0.18 0.4 83.57 0.12 0.55
Hex 8E 99 7D 7 0 12 28 54 C 37
Octal 216 231 175 7 0 22 50 124 14 67
Binary 10001110 10011001 1111101 111 0 10010 101000 1010100 1100 110111

Color Harmonies of #8E997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E997D

Black with #8E997D

Text Example


Text Example

White with #8E997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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