COLOR #7E5897

HEX: #7E5897
RGB: (126,88,151)

Color info

#7E5897 contains mainly red and blue colors. Web safe color of #7E5897 is #666699 (or #669).

RGB color model

#7E5897 color RGB value is (126,88,151).

  • red value is 126;
  • green value is 88;
  • blue value is 151.
RGB:
(126,88,151)
(49%,35%,59%)

RGB channels and saturation

R 126 of 255 = 49%
G 88 of 255 = 35%
B 151 of 255 = 59%

126
88
151

R + G + B ~ 48%. #7E5897 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 88 + 151 = 365 (100%)
R 126 of 365 ~ 34.52%
G 88 of 365 ~ 24.11%
B 151 of 365 ~ 41.37%

%34.52
%24.11
%41.37

CMYK color model

#7E5897 color CMYK value is (17,42,0,41).

  • cyan value is 16.56%
  • magenta value is 41.72%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(17,42,0,41)
C17M42Y0K41 
(17%,42%,0%,41%)
(0.17/0.42/0.00/0.41)	

CMYK percentages

%16.56
%41.72
%0
%40.78

Codes

Color #7E5897 in popluar color models

7E5897
RGB12688151
HSL276°26.36%46.86%
HSB/HSV276°41.72%59.22%
CMYK16.56%41.72%0.00%
40.78%

Color #7E5897 in popluar number systems.

HEX7E5897
Decimal12688151
Binary1111110101100010010111
Octal176130227

Shades and tints

Shades of #7E5897

#7E5897
(126,88,151)
#73508A
(115,80,138)
#68487D
(104,72,125)
#5D4070
(93,64,112)
#523863
(82,56,99)
#473056
(71,48,86)
#3C2849
(60,40,73)
#31203C
(49,32,60)
#26182F
(38,24,47)
#1B1022
(27,16,34)
#100815
(16,8,21)
#000000
(0,0,0)

Tints of #7E5897

#7E5897
(126,88,151)
#8967A0
(137,103,160)
#9476A9
(148,118,169)
#9F85B2
(159,133,178)
#AA94BB
(170,148,187)
#B5A3C4
(181,163,196)
#C0B2CD
(192,178,205)
#CBC1D6
(203,193,214)
#D6D0DF
(214,208,223)
#E1DFE8
(225,223,232)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5897 color. Also use rgb(126,88,151) instead hex code.

Text Font Color

.myTextColor { color: #7E5897; }

<p style="color:#7E5897">This sample text font color is #7E5897.</p>

This text font color is #7E5897.


Background Color

.myBgColor { background-color: #7E5897; }

<div style="background-color:#7E5897">Inner text</div>

This div background color is #7E5897.


Border color

.myBorderColor { border: 1px solid #7E5897; }

<div style="border:3px solid #7E5897">Div</div>

This div border color is #7E5897.


Opacity

.myOpacity80 { color: #7E5897; opacity: 0.8; }

<p style="color:#7E5897;opacity:0.8;">80%</p>

Text with #7E5897 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7E5897;}

<p style="text-shadow: 3px 3px 1px #7E5897">Text here.</p>

This text has shadow with #7E5897 color.

.textShadow {text-shadow: 3px 3px 1px #7E5897, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7E5897, 5px 5px 20px red">Text here.</p>

This text has shadow with #7E5897 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E5897, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7E5897, Direction=45, Strength=4)">Text</p>

This text has shadow with #7E5897 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7E5897;
  -webkit-box-shadow:	1px 1px 3px 2px #7E5897;
  box-shadow:		1px 1px 3px 2px #7E5897;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E5897;
-webkit-box-shadow: 1px 1px 3px 2px #7E5897;
box-shadow:1px 1px 3px 2px #7E5897;">
Div content here</div>
This div box has shadow with color #7E5897.

Preview

Color preview on black background

This text has color #7E5897 on black background.


Color preview on white background

This text has color #7E5897 on white background.



Black color preview on #7E5897 background

This text has black color on #7E5897 background.


White color preview on #7E5897 background

This text has white color on #7E5897 background.