COLOR #7E4186

HEX: #7E4186
RGB: (126,65,134)

Color info

#7E4186 contains mainly red and blue colors. Web safe color of #7E4186 is #663399 (or #639).

RGB color model

#7E4186 color RGB value is (126,65,134).

  • red value is 126;
  • green value is 65;
  • blue value is 134.
RGB:
(126,65,134)
(49%,25%,53%)

RGB channels and saturation

R 126 of 255 = 49%
G 65 of 255 = 25%
B 134 of 255 = 53%

126
65
134

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

Portions of RGB colors in percentages

R + G + B =
126 + 65 + 134 = 325 (100%)
R 126 of 325 ~ 38.77%
G 65 of 325 ~ 20%
B 134 of 325 ~ 41.23%

%38.77
%20
%41.23

CMYK color model

#7E4186 color CMYK value is (6,51,0,47).

  • cyan value is 5.97%
  • magenta value is 51.49%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(6,51,0,47)
C6M51Y0K47 
(6%,51%,0%,47%)
(0.06/0.51/0.00/0.47)	

CMYK percentages

%5.97
%51.49
%0
%47.45

Codes

Color #7E4186 in popluar color models

7E4186
RGB12665134
HSL293°34.67%39.02%
HSB/HSV293°51.49%52.55%
CMYK5.97%51.49%0.00%
47.45%

Color #7E4186 in popluar number systems.

HEX7E4186
Decimal12665134
Binary1111110100000110000110
Octal176101206

Shades and tints

Shades of #7E4186

#7E4186
(126,65,134)
#733C7A
(115,60,122)
#68376E
(104,55,110)
#5D3262
(93,50,98)
#522D56
(82,45,86)
#47284A
(71,40,74)
#3C233E
(60,35,62)
#311E32
(49,30,50)
#261926
(38,25,38)
#1B141A
(27,20,26)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #7E4186

#7E4186
(126,65,134)
#895291
(137,82,145)
#94639C
(148,99,156)
#9F74A7
(159,116,167)
#AA85B2
(170,133,178)
#B596BD
(181,150,189)
#C0A7C8
(192,167,200)
#CBB8D3
(203,184,211)
#D6C9DE
(214,201,222)
#E1DAE9
(225,218,233)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4186 color. Also use rgb(126,65,134) instead hex code.

Text Font Color

.myTextColor { color: #7E4186; }

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

This text font color is #7E4186.


Background Color

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

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

This div background color is #7E4186.


Border color

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

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

This div border color is #7E4186.


Opacity

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

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

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

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

This text has shadow with #7E4186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4186 on black background.


Color preview on white background

This text has color #7E4186 on white background.



Black color preview on #7E4186 background

This text has black color on #7E4186 background.


White color preview on #7E4186 background

This text has white color on #7E4186 background.