Html Css Color HEX #8E997F Sage

📋 copy color: '#8E997F'

red 142 ◦ green 153 ◦ blue 127

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

Shades of Sage #8E997F

Tints of Sage #8E997F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.09%

R = 33.65%
G = 36.26%
B = 30.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#8E997F (or 0x8E997F) is known color: Sage. HEX triplet: 8E, 99 and 7F. RGB value is (142,153,127). Sum of RGB (Red+Green+Blue) = 142+153+127=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #8E997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E997F is #716680. Grayscale: #929292. Windows color (decimal): -7431809 or 8362382. OLE color: 8362382.

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

Color convert

RGB 142 153 127 -
CMYK 0.07 0 0.17 0.4
HSL 85.38º 0.11% 0.55% -
HSV(B) 85.38º 0.17% 0.6% -
XYZ 26.38 30.07 24.49 -
YUV 146.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 142 153 127 0.07 0 0.17 0.4 85.38 0.11 0.55
Hex 8E 99 7F 7 0 11 28 55 B 37
Octal 216 231 177 7 0 21 50 125 13 67
Binary 10001110 10011001 1111111 111 0 10001 101000 1010101 1011 110111

Color Harmonies of #8E997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E997F

Black with #8E997F

Text Example


Text Example

White with #8E997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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