COLOR #7E6DC3

HEX: #7E6DC3 RGB: (126,109,195)

Color info

#7E6DC3 contains mainly blue color. Web safe color of #7E6DC3 is #6666CC (or #66C).

RGB color model

#7E6DC3 color RGB value is (126,109,195).

RGB: (126,109,195) (49%, 43%, 76%)

RGB channels and saturation

R 126 of 255 = 49%
G 109 of 255 = 43%
B 195 of 255 = 76%

126
109
195

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

Portions of RGB colors in percentages

R + G + B = 126 + 109 + 195 = 430 (100%)
R 126 of 430 ~ 29.3%
G 109 of 430 ~ 25.35%
B 195 of 430 ~ 45.35'%

%29.3
%25.35
%45.35

CMYK color model

#7E6DC3 color CMYK value is (35,44,0,24).

  • cyan value is 35.38%
  • magenta value is 44.10%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (35,44,0,24)
C35M44Y0K24 (35%, 44%, 0%, 24%)
(0.35 / 0.44 / 0.00 / 0.24)

CMYK percentages

%35.38
%44.1
%0
%23.53

Codes

Color #7E6DC3 in popluar color models

7E 6D C3
RGB 126 109 195
HSL 252° 41.75% 59.61%
HSB/HSV 252° 44.10% 76.47%
CMYK 35.38% 44.10% 0.00%
23.53%

Color #7E6DC3 in popluar number systems.

HEX 7E 6D C3
Decimal 126 109 195
Binary 1111110 1101101 11000011
Octal 176 155 303

Shades and tints

Shades of #7E6DC3

#7E6DC3
(126,109,195)
#7364B2
(115,100,178)
#685BA1
(104,91,161)
#5D5290
(93,82,144)
#52497F
(82,73,127)
#47406E
(71,64,110)
#3C375D
(60,55,93)
#312E4C
(49,46,76)
#26253B
(38,37,59)
#1B1C2A
(27,28,42)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #7E6DC3

#7E6DC3
(126,109,195)
#897AC8
(137,122,200)
#9487CD
(148,135,205)
#9F94D2
(159,148,210)
#AAA1D7
(170,161,215)
#B5AEDC
(181,174,220)
#C0BBE1
(192,187,225)
#CBC8E6
(203,200,230)
#D6D5EB
(214,213,235)
#E1E2F0
(225,226,240)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6DC3; }

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

This text font color is #7E6DC3.

Background Color

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

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

This div background color is #7E6DC3.

Border color

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

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

This div border color is #7E6DC3.

Opacity

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

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

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

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

This text has shadow with #7E6DC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6DC3.

Preview

Color preview on black background

This text has color #7E6DC3 on black background.


Color preview on white background

This text has color #7E6DC3 on white background.


Black color preview on #7E6DC3 background

This text has black color on #7E6DC3 background.


White color preview on #7E6DC3 background

This text has white color on #7E6DC3 background.


Related colors

Complementary color

Complementary color for #hex is #81923C.


I love getcolorcode.com

Triadic colors

1 #C37E6D and #6DC37E with #7E6DC3 are triadic colors.

2 #C36D7E and #6D7EC3 with #7E6DC3 are triadic colors.