COLOR #7E6490

HEX: #7E6490 RGB: (126,100,144)

Color info

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

RGB color model

#7E6490 color RGB value is (126,100,144).

RGB: (126,100,144) (49%, 39%, 56%)

RGB channels and saturation

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

126
100
144

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

Portions of RGB colors in percentages

R + G + B = 126 + 100 + 144 = 370 (100%)
R 126 of 370 ~ 34.05%
G 100 of 370 ~ 27.03%
B 144 of 370 ~ 38.92'%

%34.05
%27.03
%38.92

CMYK color model

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

  • cyan value is 12.50%
  • magenta value is 30.56%
  • 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
%30.56
%0
%43.53

Codes

Color #7E6490 in popluar color models

7E 64 90
RGB 126 100 144
HSL 275° 18.03% 47.84%
HSB/HSV 275° 30.56% 56.47%
CMYK 12.50% 30.56% 0.00%
43.53%

Color #7E6490 in popluar number systems.

HEX 7E 64 90
Decimal 126 100 144
Binary 1111110 1100100 10010000
Octal 176 144 220

Shades and tints

Shades of #7E6490

#7E6490
(126,100,144)
#735B83
(115,91,131)
#685276
(104,82,118)
#5D4969
(93,73,105)
#52405C
(82,64,92)
#47374F
(71,55,79)
#3C2E42
(60,46,66)
#312535
(49,37,53)
#261C28
(38,28,40)
#1B131B
(27,19,27)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #7E6490

#7E6490
(126,100,144)
#89729A
(137,114,154)
#9480A4
(148,128,164)
#9F8EAE
(159,142,174)
#AA9CB8
(170,156,184)
#B5AAC2
(181,170,194)
#C0B8CC
(192,184,204)
#CBC6D6
(203,198,214)
#D6D4E0
(214,212,224)
#E1E2EA
(225,226,234)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6490; }

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

This text font color is #7E6490.

Background Color

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

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

This div background color is #7E6490.

Border color

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

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

This div border color is #7E6490.

Opacity

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

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

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

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

This text has shadow with #7E6490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6490.

Preview

Color preview on black background

This text has color #7E6490 on black background.


Color preview on white background

This text has color #7E6490 on white background.


Black color preview on #7E6490 background

This text has black color on #7E6490 background.


White color preview on #7E6490 background

This text has white color on #7E6490 background.


Related colors

Complementary color

Complementary color for #hex is #819B6F.


I love getcolorcode.com

Triadic colors

1 #907E64 and #64907E with #7E6490 are triadic colors.

2 #90647E and #647E90 with #7E6490 are triadic colors.