#8A937C

Color #8A937C Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #8A937C

Tints of Sage #8A937C

Color information

#8A937C (or 0x8A937C) is unknown color: approx Sage. HEX triplet: 8A, 93 and 7C. RGB value is (138,147,124). Sum of RGB (Red+Green+Blue) = 138+147+124=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #8A937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A937C is #756C83. Grayscale: #8D8D8D. Windows color (decimal): -7695492 or 8164234. OLE color: 8164234.

HSL color Cylindrical-coordinate representation of color #8A937C: hue angle of 83.48º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8A937C is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB138147124-
CMYK0.0600.160.42
HSL83.48º9.62%53.14%-
HSV(B)83.48º15.65%57.65%-
XYZ24.5527.7323.13-
YUV141.69118.02125.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=33.74%
G=35.94%
B=30.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381471240.0600.160.4283.489.6253.14
Hex8A937C60102A53a35
Octal2122231746020521231265
Binary1000101010010011111110011001000010101010100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,147,124); }

 H1.HeaderClassName
 {
   color: #8A937C;
 }
 .AnyTagClassName
 {
   color: #8A937C;
 }
</style>
background-color css

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

 a { background-color: rgb(138,147,124); }

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

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

 span { border-color: rgb(138,147,124); }

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