COLOR #7E6893

HEX: #7E6893 RGB: (126,104,147)

Color info

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

RGB color model

#7E6893 color RGB value is (126,104,147).

RGB: (126,104,147) (49%, 41%, 58%)

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 147 of 255 = 58%

126
104
147

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

Portions of RGB colors in percentages

R + G + B = 126 + 104 + 147 = 377 (100%)
R 126 of 377 ~ 33.42%
G 104 of 377 ~ 27.59%
B 147 of 377 ~ 38.99'%

%33.42
%27.59
%38.99

CMYK color model

#7E6893 color CMYK value is (14,29,0,42).

  • cyan value is 14.29%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (14,29,0,42)
C14M29Y0K42 (14%, 29%, 0%, 42%)
(0.14 / 0.29 / 0.00 / 0.42)

CMYK percentages

%14.29
%29.25
%0
%42.35

Codes

Color #7E6893 in popluar color models

7E 68 93
RGB 126 104 147
HSL 271° 17.13% 49.22%
HSB/HSV 271° 29.25% 57.65%
CMYK 14.29% 29.25% 0.00%
42.35%

Color #7E6893 in popluar number systems.

HEX 7E 68 93
Decimal 126 104 147
Binary 1111110 1101000 10010011
Octal 176 150 223

Shades and tints

Shades of #7E6893

#7E6893
(126,104,147)
#735F86
(115,95,134)
#685679
(104,86,121)
#5D4D6C
(93,77,108)
#52445F
(82,68,95)
#473B52
(71,59,82)
#3C3245
(60,50,69)
#312938
(49,41,56)
#26202B
(38,32,43)
#1B171E
(27,23,30)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #7E6893

#7E6893
(126,104,147)
#89759C
(137,117,156)
#9482A5
(148,130,165)
#9F8FAE
(159,143,174)
#AA9CB7
(170,156,183)
#B5A9C0
(181,169,192)
#C0B6C9
(192,182,201)
#CBC3D2
(203,195,210)
#D6D0DB
(214,208,219)
#E1DDE4
(225,221,228)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6893 color. Also use rgb(126,104,147) instead hex code.

Text Font Color

.myTextColor { color: #7E6893; }

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

This text font color is #7E6893.

Background Color

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

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

This div background color is #7E6893.

Border color

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

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

This div border color is #7E6893.

Opacity

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

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

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

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

This text has shadow with #7E6893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6893.

Preview

Color preview on black background

This text has color #7E6893 on black background.


Color preview on white background

This text has color #7E6893 on white background.


Black color preview on #7E6893 background

This text has black color on #7E6893 background.


White color preview on #7E6893 background

This text has white color on #7E6893 background.


Related colors

Complementary color

Complementary color for #hex is #81976C.


I love getcolorcode.com

Triadic colors

1 #937E68 and #68937E with #7E6893 are triadic colors.

2 #93687E and #687E93 with #7E6893 are triadic colors.