Html Css Color HEX #8B937C Sage

📋 copy color: '#8B937C'

red 139 ◦ green 147 ◦ blue 124

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

Shades of Sage #8B937C

Tints of Sage #8B937C

RGB

 RED value IS 139 (54.69% from 255) = 33.9%

 GREEN value IS 147 (57.81% from 255) = 35.85%

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

R = 33.9%
G = 35.85%
B = 30.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#8B937C (or 0x8B937C) is known color: Sage. HEX triplet: 8B, 93 and 7C. RGB value is (139,147,124). Sum of RGB (Red+Green+Blue) = 139+147+124=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 147 - color contains mainly: green. Hex color #8B937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B937C is #746C83. Grayscale: #8E8E8E. Windows color (decimal): -7629956 or 8164235. OLE color: 8164235.

HSL color Cylindrical-coordinate representation of color #8B937C: hue angle of 80.87º 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 #8B937C is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 147 124 -
CMYK 0.05 0 0.16 0.42
HSL 80.87º 0.1% 0.53% -
HSV(B) 80.87º 0.16% 0.58% -
XYZ 24.72 27.81 23.13 -
YUV 141.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 139 147 124 0.05 0 0.16 0.42 80.87 0.1 0.53
Hex 8B 93 7C 5 0 10 2A 51 A 35
Octal 213 223 174 5 0 20 52 121 12 65
Binary 10001011 10010011 1111100 101 0 10000 101010 1010001 1010 110101

Color Harmonies of #8B937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B937C

Black with #8B937C

Text Example


Text Example

White with #8B937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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