COLOR #7E7390

HEX: #7E7390 RGB: (126,115,144)

Color info

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

RGB color model

#7E7390 color RGB value is (126,115,144).

RGB: (126,115,144) (49%, 45%, 56%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 144 of 255 = 56%

126
115
144

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

Portions of RGB colors in percentages

R + G + B = 126 + 115 + 144 = 385 (100%)
R 126 of 385 ~ 32.73%
G 115 of 385 ~ 29.87%
B 144 of 385 ~ 37.4'%

%32.73
%29.87
%37.4

CMYK color model

#7E7390 color CMYK value is (13,20,0,44).

  • cyan value is 12.50%
  • magenta value is 20.14%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (13,20,0,44) C13M20Y0K44 (13%,20%,0%,44%) (0.13/0.20/0.00/0.44) 

CMYK percentages

%12.5
%20.14
%0
%43.53

Codes

Color #7E7390 in popluar color models

7E 73 90
RGB 126 115 144
HSL 263° 11.55% 50.78%
HSB/HSV 263° 20.14% 56.47%
CMYK 12.50% 20.14% 0.00%
43.53%

Color #7E7390 in popluar number systems.

HEX 7E 73 90
Decimal 126 115 144
Binary 1111110 1110011 10010000
Octal 176 163 220

Shades and tints

Shades of #7E7390

#7E7390
(126,115,144)
#736983
(115,105,131)
#685F76
(104,95,118)
#5D5569
(93,85,105)
#524B5C
(82,75,92)
#47414F
(71,65,79)
#3C3742
(60,55,66)
#312D35
(49,45,53)
#262328
(38,35,40)
#1B191B
(27,25,27)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #7E7390

#7E7390
(126,115,144)
#897F9A
(137,127,154)
#948BA4
(148,139,164)
#9F97AE
(159,151,174)
#AAA3B8
(170,163,184)
#B5AFC2
(181,175,194)
#C0BBCC
(192,187,204)
#CBC7D6
(203,199,214)
#D6D3E0
(214,211,224)
#E1DFEA
(225,223,234)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7390; }

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

This text font color is #7E7390.

Background Color

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

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

This div background color is #7E7390.

Border color

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

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

This div border color is #7E7390.

Opacity

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

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

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

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

This text has shadow with #7E7390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7390.

Preview

Color preview on black background

This text has color #7E7390 on black background.


Color preview on white background

This text has color #7E7390 on white background.


Black color preview on #7E7390 background

This text has black color on #7E7390 background.


White color preview on #7E7390 background

This text has white color on #7E7390 background.


Related colors

Complementary color

Complementary color for #hex is #818C6F.


I love getcolorcode.com

Triadic colors

1 #907E73 and #73907E with #7E7390 are triadic colors.

2 #90737E and #737E90 with #7E7390 are triadic colors.