COLOR #7E4286

HEX: #7E4286
RGB: (126,66,134)

Color info

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

RGB color model

#7E4286 color RGB value is (126,66,134).

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

RGB channels and saturation

R 126 of 255 = 49%
G 66 of 255 = 26%
B 134 of 255 = 53%

126
66
134

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

Portions of RGB colors in percentages

R + G + B =
126 + 66 + 134 = 326 (100%)
R 126 of 326 ~ 38.65%
G 66 of 326 ~ 20.25%
B 134 of 326 ~ 41.1%

%38.65
%20.25
%41.1

CMYK color model

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

  • cyan value is 5.97%
  • magenta value is 50.75%
  • 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
%50.75
%0
%47.45

Codes

Color #7E4286 in popluar color models

7E4286
RGB12666134
HSL293°34.00%39.22%
HSB/HSV293°50.75%52.55%
CMYK5.97%50.75%0.00%
47.45%

Color #7E4286 in popluar number systems.

HEX7E4286
Decimal12666134
Binary1111110100001010000110
Octal176102206

Shades and tints

Shades of #7E4286

#7E4286
(126,66,134)
#733C7A
(115,60,122)
#68366E
(104,54,110)
#5D3062
(93,48,98)
#522A56
(82,42,86)
#47244A
(71,36,74)
#3C1E3E
(60,30,62)
#311832
(49,24,50)
#261226
(38,18,38)
#1B0C1A
(27,12,26)
#10060E
(16,6,14)
#000000
(0,0,0)

Tints of #7E4286

#7E4286
(126,66,134)
#895391
(137,83,145)
#94649C
(148,100,156)
#9F75A7
(159,117,167)
#AA86B2
(170,134,178)
#B597BD
(181,151,189)
#C0A8C8
(192,168,200)
#CBB9D3
(203,185,211)
#D6CADE
(214,202,222)
#E1DBE9
(225,219,233)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4286; }

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

This text font color is #7E4286.


Background Color

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

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

This div background color is #7E4286.


Border color

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

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

This div border color is #7E4286.


Opacity

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

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

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

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

This text has shadow with #7E4286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4286 on black background.


Color preview on white background

This text has color #7E4286 on white background.



Black color preview on #7E4286 background

This text has black color on #7E4286 background.


White color preview on #7E4286 background

This text has white color on #7E4286 background.