COLOR #7E4089

HEX: #7E4089
RGB: (126,64,137)

Color info

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

RGB color model

#7E4089 color RGB value is (126,64,137).

  • red value is 126;
  • green value is 64;
  • blue value is 137.
RGB:
(126,64,137)
(49%,25%,54%)

RGB channels and saturation

R 126 of 255 = 49%
G 64 of 255 = 25%
B 137 of 255 = 54%

126
64
137

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

Portions of RGB colors in percentages

R + G + B =
126 + 64 + 137 = 327 (100%)
R 126 of 327 ~ 38.53%
G 64 of 327 ~ 19.57%
B 137 of 327 ~ 41.9%

%38.53
%19.57
%41.9

CMYK color model

#7E4089 color CMYK value is (8,53,0,46).

  • cyan value is 8.03%
  • magenta value is 53.28%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(8,53,0,46)
C8M53Y0K46 
(8%,53%,0%,46%)
(0.08/0.53/0.00/0.46)	

CMYK percentages

%8.03
%53.28
%0
%46.27

Codes

Color #7E4089 in popluar color models

7E4089
RGB12664137
HSL291°36.32%39.41%
HSB/HSV291°53.28%53.73%
CMYK8.03%53.28%0.00%
46.27%

Color #7E4089 in popluar number systems.

HEX7E4089
Decimal12664137
Binary1111110100000010001001
Octal176100211

Shades and tints

Shades of #7E4089

#7E4089
(126,64,137)
#733B7D
(115,59,125)
#683671
(104,54,113)
#5D3165
(93,49,101)
#522C59
(82,44,89)
#47274D
(71,39,77)
#3C2241
(60,34,65)
#311D35
(49,29,53)
#261829
(38,24,41)
#1B131D
(27,19,29)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #7E4089

#7E4089
(126,64,137)
#895193
(137,81,147)
#94629D
(148,98,157)
#9F73A7
(159,115,167)
#AA84B1
(170,132,177)
#B595BB
(181,149,187)
#C0A6C5
(192,166,197)
#CBB7CF
(203,183,207)
#D6C8D9
(214,200,217)
#E1D9E3
(225,217,227)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4089 color. Also use rgb(126,64,137) instead hex code.

Text Font Color

.myTextColor { color: #7E4089; }

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

This text font color is #7E4089.


Background Color

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

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

This div background color is #7E4089.


Border color

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

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

This div border color is #7E4089.


Opacity

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

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

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

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

This text has shadow with #7E4089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4089 on black background.


Color preview on white background

This text has color #7E4089 on white background.



Black color preview on #7E4089 background

This text has black color on #7E4089 background.


White color preview on #7E4089 background

This text has white color on #7E4089 background.