COLOR #7E5692

HEX: #7E5692
RGB: (126,86,146)

Color info

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

RGB color model

#7E5692 color RGB value is (126,86,146).

  • red value is 126;
  • green value is 86;
  • blue value is 146.
RGB:
(126,86,146)
(49%,34%,57%)

RGB channels and saturation

R 126 of 255 = 49%
G 86 of 255 = 34%
B 146 of 255 = 57%

126
86
146

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

Portions of RGB colors in percentages

R + G + B =
126 + 86 + 146 = 358 (100%)
R 126 of 358 ~ 35.2%
G 86 of 358 ~ 24.02%
B 146 of 358 ~ 40.78%

%35.2
%24.02
%40.78

CMYK color model

#7E5692 color CMYK value is (14,41,0,43).

  • cyan value is 13.70%
  • magenta value is 41.10%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(14,41,0,43)
C14M41Y0K43 
(14%,41%,0%,43%)
(0.14/0.41/0.00/0.43)	

CMYK percentages

%13.7
%41.1
%0
%42.75

Codes

Color #7E5692 in popluar color models

7E5692
RGB12686146
HSL280°25.86%45.49%
HSB/HSV280°41.10%57.25%
CMYK13.70%41.10%0.00%
42.75%

Color #7E5692 in popluar number systems.

HEX7E5692
Decimal12686146
Binary1111110101011010010010
Octal176126222

Shades and tints

Shades of #7E5692

#7E5692
(126,86,146)
#734F85
(115,79,133)
#684878
(104,72,120)
#5D416B
(93,65,107)
#523A5E
(82,58,94)
#473351
(71,51,81)
#3C2C44
(60,44,68)
#312537
(49,37,55)
#261E2A
(38,30,42)
#1B171D
(27,23,29)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7E5692

#7E5692
(126,86,146)
#89659B
(137,101,155)
#9474A4
(148,116,164)
#9F83AD
(159,131,173)
#AA92B6
(170,146,182)
#B5A1BF
(181,161,191)
#C0B0C8
(192,176,200)
#CBBFD1
(203,191,209)
#D6CEDA
(214,206,218)
#E1DDE3
(225,221,227)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5692 color. Also use rgb(126,86,146) instead hex code.

Text Font Color

.myTextColor { color: #7E5692; }

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

This text font color is #7E5692.


Background Color

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

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

This div background color is #7E5692.


Border color

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

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

This div border color is #7E5692.


Opacity

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

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

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

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

This text has shadow with #7E5692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5692 on black background.


Color preview on white background

This text has color #7E5692 on white background.



Black color preview on #7E5692 background

This text has black color on #7E5692 background.


White color preview on #7E5692 background

This text has white color on #7E5692 background.