COLOR #7E6DB1

HEX: #7E6DB1 RGB: (126,109,177)

Color info

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

RGB color model

#7E6DB1 color RGB value is (126,109,177).

RGB: (126,109,177) (49%, 43%, 69%)

RGB channels and saturation

R 126 of 255 = 49%
G 109 of 255 = 43%
B 177 of 255 = 69%

126
109
177

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

Portions of RGB colors in percentages

R + G + B = 126 + 109 + 177 = 412 (100%)
R 126 of 412 ~ 30.58%
G 109 of 412 ~ 26.46%
B 177 of 412 ~ 42.96'%

%30.58
%26.46
%42.96

CMYK color model

#7E6DB1 color CMYK value is (29,38,0,31).

  • cyan value is 28.81%
  • magenta value is 38.42%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (29,38,0,31)
C29M38Y0K31 (29%, 38%, 0%, 31%)
(0.29 / 0.38 / 0.00 / 0.31)

CMYK percentages

%28.81
%38.42
%0
%30.59

Codes

Color #7E6DB1 in popluar color models

7E 6D B1
RGB 126 109 177
HSL 255° 30.36% 56.08%
HSB/HSV 255° 38.42% 69.41%
CMYK 28.81% 38.42% 0.00%
30.59%

Color #7E6DB1 in popluar number systems.

HEX 7E 6D B1
Decimal 126 109 177
Binary 1111110 1101101 10110001
Octal 176 155 261

Shades and tints

Shades of #7E6DB1

#7E6DB1
(126,109,177)
#7364A1
(115,100,161)
#685B91
(104,91,145)
#5D5281
(93,82,129)
#524971
(82,73,113)
#474061
(71,64,97)
#3C3751
(60,55,81)
#312E41
(49,46,65)
#262531
(38,37,49)
#1B1C21
(27,28,33)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #7E6DB1

#7E6DB1
(126,109,177)
#897AB8
(137,122,184)
#9487BF
(148,135,191)
#9F94C6
(159,148,198)
#AAA1CD
(170,161,205)
#B5AED4
(181,174,212)
#C0BBDB
(192,187,219)
#CBC8E2
(203,200,226)
#D6D5E9
(214,213,233)
#E1E2F0
(225,226,240)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6DB1 color. Also use rgb(126,109,177) instead hex code.

Text Font Color

.myTextColor { color: #7E6DB1; }

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

This text font color is #7E6DB1.

Background Color

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

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

This div background color is #7E6DB1.

Border color

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

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

This div border color is #7E6DB1.

Opacity

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

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

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

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

This text has shadow with #7E6DB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6DB1.

Preview

Color preview on black background

This text has color #7E6DB1 on black background.


Color preview on white background

This text has color #7E6DB1 on white background.


Black color preview on #7E6DB1 background

This text has black color on #7E6DB1 background.


White color preview on #7E6DB1 background

This text has white color on #7E6DB1 background.


Related colors

Complementary color

Complementary color for #hex is #81924E.


I love getcolorcode.com

Triadic colors

1 #B17E6D and #6DB17E with #7E6DB1 are triadic colors.

2 #B16D7E and #6D7EB1 with #7E6DB1 are triadic colors.