COLOR #7E7591

HEX: #7E7591
RGB: (126,117,145)

Color info

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

RGB color model

#7E7591 color RGB value is (126,117,145).

  • red value is 126;
  • green value is 117;
  • blue value is 145.
RGB:
(126,117,145)
(49%,46%,57%)

RGB channels and saturation

R 126 of 255 = 49%
G 117 of 255 = 46%
B 145 of 255 = 57%

126
117
145

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

Portions of RGB colors in percentages

R + G + B =
126 + 117 + 145 = 388 (100%)
R 126 of 388 ~ 32.47%
G 117 of 388 ~ 30.15%
B 145 of 388 ~ 37.37%

%32.47
%30.15
%37.37

CMYK color model

#7E7591 color CMYK value is (13,19,0,43).

  • cyan value is 13.10%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(13,19,0,43)
C13M19Y0K43 
(13%,19%,0%,43%)
(0.13/0.19/0.00/0.43)	

CMYK percentages

%13.1
%19.31
%0
%43.14

Codes

Color #7E7591 in popluar color models

7E7591
RGB126117145
HSL259°11.29%51.37%
HSB/HSV259°19.31%56.86%
CMYK13.10%19.31%0.00%
43.14%

Color #7E7591 in popluar number systems.

HEX7E7591
Decimal126117145
Binary1111110111010110010001
Octal176165221

Shades and tints

Shades of #7E7591

#7E7591
(126,117,145)
#736B84
(115,107,132)
#686177
(104,97,119)
#5D576A
(93,87,106)
#524D5D
(82,77,93)
#474350
(71,67,80)
#3C3943
(60,57,67)
#312F36
(49,47,54)
#262529
(38,37,41)
#1B1B1C
(27,27,28)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #7E7591

#7E7591
(126,117,145)
#89819B
(137,129,155)
#948DA5
(148,141,165)
#9F99AF
(159,153,175)
#AAA5B9
(170,165,185)
#B5B1C3
(181,177,195)
#C0BDCD
(192,189,205)
#CBC9D7
(203,201,215)
#D6D5E1
(214,213,225)
#E1E1EB
(225,225,235)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7591 color. Also use rgb(126,117,145) instead hex code.

Text Font Color

.myTextColor { color: #7E7591; }

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

This text font color is #7E7591.


Background Color

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

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

This div background color is #7E7591.


Border color

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

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

This div border color is #7E7591.


Opacity

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

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

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

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

This text has shadow with #7E7591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7591 on black background.


Color preview on white background

This text has color #7E7591 on white background.



Black color preview on #7E7591 background

This text has black color on #7E7591 background.


White color preview on #7E7591 background

This text has white color on #7E7591 background.