COLOR #7E5DA2

HEX: #7E5DA2
RGB: (126,93,162)

Color info

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

RGB color model

#7E5DA2 color RGB value is (126,93,162).

  • red value is 126;
  • green value is 93;
  • blue value is 162.
RGB:
(126,93,162)
(49%,36%,64%)

RGB channels and saturation

R 126 of 255 = 49%
G 93 of 255 = 36%
B 162 of 255 = 64%

126
93
162

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

Portions of RGB colors in percentages

R + G + B =
126 + 93 + 162 = 381 (100%)
R 126 of 381 ~ 33.07%
G 93 of 381 ~ 24.41%
B 162 of 381 ~ 42.52%

%33.07
%24.41
%42.52

CMYK color model

#7E5DA2 color CMYK value is (22,43,0,36).

  • cyan value is 22.22%
  • magenta value is 42.59%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(22,43,0,36)
C22M43Y0K36 
(22%,43%,0%,36%)
(0.22/0.43/0.00/0.36)	

CMYK percentages

%22.22
%42.59
%0
%36.47

Codes

Color #7E5DA2 in popluar color models

7E5DA2
RGB12693162
HSL269°27.06%50.00%
HSB/HSV269°42.59%63.53%
CMYK22.22%42.59%0.00%
36.47%

Color #7E5DA2 in popluar number systems.

HEX7E5DA2
Decimal12693162
Binary1111110101110110100010
Octal176135242

Shades and tints

Shades of #7E5DA2

#7E5DA2
(126,93,162)
#735594
(115,85,148)
#684D86
(104,77,134)
#5D4578
(93,69,120)
#523D6A
(82,61,106)
#47355C
(71,53,92)
#3C2D4E
(60,45,78)
#312540
(49,37,64)
#261D32
(38,29,50)
#1B1524
(27,21,36)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #7E5DA2

#7E5DA2
(126,93,162)
#896BAA
(137,107,170)
#9479B2
(148,121,178)
#9F87BA
(159,135,186)
#AA95C2
(170,149,194)
#B5A3CA
(181,163,202)
#C0B1D2
(192,177,210)
#CBBFDA
(203,191,218)
#D6CDE2
(214,205,226)
#E1DBEA
(225,219,234)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5DA2 color. Also use rgb(126,93,162) instead hex code.

Text Font Color

.myTextColor { color: #7E5DA2; }

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

This text font color is #7E5DA2.


Background Color

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

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

This div background color is #7E5DA2.


Border color

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

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

This div border color is #7E5DA2.


Opacity

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

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

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

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

This text has shadow with #7E5DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5DA2 on black background.


Color preview on white background

This text has color #7E5DA2 on white background.



Black color preview on #7E5DA2 background

This text has black color on #7E5DA2 background.


White color preview on #7E5DA2 background

This text has white color on #7E5DA2 background.