COLOR #7E5DA9

HEX: #7E5DA9
RGB: (126,93,169)

Color info

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

RGB color model

#7E5DA9 color RGB value is (126,93,169).

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

RGB channels and saturation

R 126 of 255 = 49%
G 93 of 255 = 36%
B 169 of 255 = 66%

126
93
169

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

Portions of RGB colors in percentages

R + G + B =
126 + 93 + 169 = 388 (100%)
R 126 of 388 ~ 32.47%
G 93 of 388 ~ 23.97%
B 169 of 388 ~ 43.56%

%32.47
%23.97
%43.56

CMYK color model

#7E5DA9 color CMYK value is (25,45,0,34).

  • cyan value is 25.44%
  • magenta value is 44.97%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(25,45,0,34)
C25M45Y0K34 
(25%,45%,0%,34%)
(0.25/0.45/0.00/0.34)	

CMYK percentages

%25.44
%44.97
%0
%33.73

Codes

Color #7E5DA9 in popluar color models

7E5DA9
RGB12693169
HSL266°30.65%51.37%
HSB/HSV266°44.97%66.27%
CMYK25.44%44.97%0.00%
33.73%

Color #7E5DA9 in popluar number systems.

HEX7E5DA9
Decimal12693169
Binary1111110101110110101001
Octal176135251

Shades and tints

Shades of #7E5DA9

#7E5DA9
(126,93,169)
#73559A
(115,85,154)
#684D8B
(104,77,139)
#5D457C
(93,69,124)
#523D6D
(82,61,109)
#47355E
(71,53,94)
#3C2D4F
(60,45,79)
#312540
(49,37,64)
#261D31
(38,29,49)
#1B1522
(27,21,34)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #7E5DA9

#7E5DA9
(126,93,169)
#896BB0
(137,107,176)
#9479B7
(148,121,183)
#9F87BE
(159,135,190)
#AA95C5
(170,149,197)
#B5A3CC
(181,163,204)
#C0B1D3
(192,177,211)
#CBBFDA
(203,191,218)
#D6CDE1
(214,205,225)
#E1DBE8
(225,219,232)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5DA9; }

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

This text font color is #7E5DA9.


Background Color

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

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

This div background color is #7E5DA9.


Border color

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

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

This div border color is #7E5DA9.


Opacity

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

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

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

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

This text has shadow with #7E5DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5DA9 on black background.


Color preview on white background

This text has color #7E5DA9 on white background.



Black color preview on #7E5DA9 background

This text has black color on #7E5DA9 background.


White color preview on #7E5DA9 background

This text has white color on #7E5DA9 background.