COLOR #7E5D90

HEX: #7E5D90
RGB: (126,93,144)

Color info

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

RGB color model

#7E5D90 color RGB value is (126,93,144).

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

RGB channels and saturation

R 126 of 255 = 49%
G 93 of 255 = 36%
B 144 of 255 = 56%

126
93
144

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

Portions of RGB colors in percentages

R + G + B =
126 + 93 + 144 = 363 (100%)
R 126 of 363 ~ 34.71%
G 93 of 363 ~ 25.62%
B 144 of 363 ~ 39.67%

%34.71
%25.62
%39.67

CMYK color model

#7E5D90 color CMYK value is (13,35,0,44).

  • cyan value is 12.50%
  • magenta value is 35.42%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(13,35,0,44)
C13M35Y0K44 
(13%,35%,0%,44%)
(0.13/0.35/0.00/0.44)	

CMYK percentages

%12.5
%35.42
%0
%43.53

Codes

Color #7E5D90 in popluar color models

7E5D90
RGB12693144
HSL279°21.52%46.47%
HSB/HSV279°35.42%56.47%
CMYK12.50%35.42%0.00%
43.53%

Color #7E5D90 in popluar number systems.

HEX7E5D90
Decimal12693144
Binary1111110101110110010000
Octal176135220

Shades and tints

Shades of #7E5D90

#7E5D90
(126,93,144)
#735583
(115,85,131)
#684D76
(104,77,118)
#5D4569
(93,69,105)
#523D5C
(82,61,92)
#47354F
(71,53,79)
#3C2D42
(60,45,66)
#312535
(49,37,53)
#261D28
(38,29,40)
#1B151B
(27,21,27)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #7E5D90

#7E5D90
(126,93,144)
#896B9A
(137,107,154)
#9479A4
(148,121,164)
#9F87AE
(159,135,174)
#AA95B8
(170,149,184)
#B5A3C2
(181,163,194)
#C0B1CC
(192,177,204)
#CBBFD6
(203,191,214)
#D6CDE0
(214,205,224)
#E1DBEA
(225,219,234)
#ECE9F4
(236,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5D90; }

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

This text font color is #7E5D90.


Background Color

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

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

This div background color is #7E5D90.


Border color

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

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

This div border color is #7E5D90.


Opacity

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

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

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

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

This text has shadow with #7E5D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5D90 on black background.


Color preview on white background

This text has color #7E5D90 on white background.



Black color preview on #7E5D90 background

This text has black color on #7E5D90 background.


White color preview on #7E5D90 background

This text has white color on #7E5D90 background.