COLOR #7E5E9B

HEX: #7E5E9B
RGB: (126,94,155)

Color info

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

RGB color model

#7E5E9B color RGB value is (126,94,155).

  • red value is 126;
  • green value is 94;
  • blue value is 155.
RGB:
(126,94,155)
(49%,37%,61%)

RGB channels and saturation

R 126 of 255 = 49%
G 94 of 255 = 37%
B 155 of 255 = 61%

126
94
155

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

Portions of RGB colors in percentages

R + G + B =
126 + 94 + 155 = 375 (100%)
R 126 of 375 ~ 33.6%
G 94 of 375 ~ 25.07%
B 155 of 375 ~ 41.33%

%33.6
%25.07
%41.33

CMYK color model

#7E5E9B color CMYK value is (19,39,0,39).

  • cyan value is 18.71%
  • magenta value is 39.35%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(19,39,0,39)
C19M39Y0K39 
(19%,39%,0%,39%)
(0.19/0.39/0.00/0.39)	

CMYK percentages

%18.71
%39.35
%0
%39.22

Codes

Color #7E5E9B in popluar color models

7E5E9B
RGB12694155
HSL271°24.50%48.82%
HSB/HSV271°39.35%60.78%
CMYK18.71%39.35%0.00%
39.22%

Color #7E5E9B in popluar number systems.

HEX7E5E9B
Decimal12694155
Binary1111110101111010011011
Octal176136233

Shades and tints

Shades of #7E5E9B

#7E5E9B
(126,94,155)
#73568D
(115,86,141)
#684E7F
(104,78,127)
#5D4671
(93,70,113)
#523E63
(82,62,99)
#473655
(71,54,85)
#3C2E47
(60,46,71)
#312639
(49,38,57)
#261E2B
(38,30,43)
#1B161D
(27,22,29)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #7E5E9B

#7E5E9B
(126,94,155)
#896CA4
(137,108,164)
#947AAD
(148,122,173)
#9F88B6
(159,136,182)
#AA96BF
(170,150,191)
#B5A4C8
(181,164,200)
#C0B2D1
(192,178,209)
#CBC0DA
(203,192,218)
#D6CEE3
(214,206,227)
#E1DCEC
(225,220,236)
#ECEAF5
(236,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5E9B color. Also use rgb(126,94,155) instead hex code.

Text Font Color

.myTextColor { color: #7E5E9B; }

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

This text font color is #7E5E9B.


Background Color

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

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

This div background color is #7E5E9B.


Border color

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

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

This div border color is #7E5E9B.


Opacity

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

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

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

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

This text has shadow with #7E5E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5E9B on black background.


Color preview on white background

This text has color #7E5E9B on white background.



Black color preview on #7E5E9B background

This text has black color on #7E5E9B background.


White color preview on #7E5E9B background

This text has white color on #7E5E9B background.