COLOR #7E5886

HEX: #7E5886
RGB: (126,88,134)

Color info

#7E5886 contains red, green and blue colors in about the same proportion. Web safe color of #7E5886 is #666699 (or #669).

RGB color model

#7E5886 color RGB value is (126,88,134).

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

RGB channels and saturation

R 126 of 255 = 49%
G 88 of 255 = 35%
B 134 of 255 = 53%

126
88
134

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

Portions of RGB colors in percentages

R + G + B =
126 + 88 + 134 = 348 (100%)
R 126 of 348 ~ 36.21%
G 88 of 348 ~ 25.29%
B 134 of 348 ~ 38.51%

%36.21
%25.29
%38.51

CMYK color model

#7E5886 color CMYK value is (6,34,0,47).

  • cyan value is 5.97%
  • magenta value is 34.33%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(6,34,0,47)
C6M34Y0K47 
(6%,34%,0%,47%)
(0.06/0.34/0.00/0.47)	

CMYK percentages

%5.97
%34.33
%0
%47.45

Codes

Color #7E5886 in popluar color models

7E5886
RGB12688134
HSL290°20.72%43.53%
HSB/HSV290°34.33%52.55%
CMYK5.97%34.33%0.00%
47.45%

Color #7E5886 in popluar number systems.

HEX7E5886
Decimal12688134
Binary1111110101100010000110
Octal176130206

Shades and tints

Shades of #7E5886

#7E5886
(126,88,134)
#73507A
(115,80,122)
#68486E
(104,72,110)
#5D4062
(93,64,98)
#523856
(82,56,86)
#47304A
(71,48,74)
#3C283E
(60,40,62)
#312032
(49,32,50)
#261826
(38,24,38)
#1B101A
(27,16,26)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #7E5886

#7E5886
(126,88,134)
#896791
(137,103,145)
#94769C
(148,118,156)
#9F85A7
(159,133,167)
#AA94B2
(170,148,178)
#B5A3BD
(181,163,189)
#C0B2C8
(192,178,200)
#CBC1D3
(203,193,211)
#D6D0DE
(214,208,222)
#E1DFE9
(225,223,233)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5886; }

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

This text font color is #7E5886.


Background Color

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

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

This div background color is #7E5886.


Border color

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

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

This div border color is #7E5886.


Opacity

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

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

Text with #7E5886 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 #7E5886;}

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

This text has shadow with #7E5886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5886 on black background.


Color preview on white background

This text has color #7E5886 on white background.



Black color preview on #7E5886 background

This text has black color on #7E5886 background.


White color preview on #7E5886 background

This text has white color on #7E5886 background.