COLOR #7E6390

HEX: #7E6390
RGB: (126,99,144)

Color info

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

RGB color model

#7E6390 color RGB value is (126,99,144).

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

RGB channels and saturation

R 126 of 255 = 49%
G 99 of 255 = 39%
B 144 of 255 = 56%

126
99
144

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

Portions of RGB colors in percentages

R + G + B =
126 + 99 + 144 = 369 (100%)
R 126 of 369 ~ 34.15%
G 99 of 369 ~ 26.83%
B 144 of 369 ~ 39.02%

%34.15
%26.83
%39.02

CMYK color model

#7E6390 color CMYK value is (13,31,0,44).

  • cyan value is 12.50%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(13,31,0,44)
C13M31Y0K44 
(13%,31%,0%,44%)
(0.13/0.31/0.00/0.44)	

CMYK percentages

%12.5
%31.25
%0
%43.53

Codes

Color #7E6390 in popluar color models

7E6390
RGB12699144
HSL276°18.52%47.65%
HSB/HSV276°31.25%56.47%
CMYK12.50%31.25%0.00%
43.53%

Color #7E6390 in popluar number systems.

HEX7E6390
Decimal12699144
Binary1111110110001110010000
Octal176143220

Shades and tints

Shades of #7E6390

#7E6390
(126,99,144)
#735A83
(115,90,131)
#685176
(104,81,118)
#5D4869
(93,72,105)
#523F5C
(82,63,92)
#47364F
(71,54,79)
#3C2D42
(60,45,66)
#312435
(49,36,53)
#261B28
(38,27,40)
#1B121B
(27,18,27)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #7E6390

#7E6390
(126,99,144)
#89719A
(137,113,154)
#947FA4
(148,127,164)
#9F8DAE
(159,141,174)
#AA9BB8
(170,155,184)
#B5A9C2
(181,169,194)
#C0B7CC
(192,183,204)
#CBC5D6
(203,197,214)
#D6D3E0
(214,211,224)
#E1E1EA
(225,225,234)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6390; }

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

This text font color is #7E6390.


Background Color

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

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

This div background color is #7E6390.


Border color

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

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

This div border color is #7E6390.


Opacity

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

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

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

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

This text has shadow with #7E6390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6390 on black background.


Color preview on white background

This text has color #7E6390 on white background.



Black color preview on #7E6390 background

This text has black color on #7E6390 background.


White color preview on #7E6390 background

This text has white color on #7E6390 background.