COLOR #7E589E

HEX: #7E589E
RGB: (126,88,158)

Color info

#7E589E contains mainly red and blue colors. Web safe color of #7E589E is #666699 (or #669).

RGB color model

#7E589E color RGB value is (126,88,158).

  • red value is 126;
  • green value is 88;
  • blue value is 158.
RGB:
(126,88,158)
(49%,35%,62%)

RGB channels and saturation

R 126 of 255 = 49%
G 88 of 255 = 35%
B 158 of 255 = 62%

126
88
158

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

Portions of RGB colors in percentages

R + G + B =
126 + 88 + 158 = 372 (100%)
R 126 of 372 ~ 33.87%
G 88 of 372 ~ 23.66%
B 158 of 372 ~ 42.47%

%33.87
%23.66
%42.47

CMYK color model

#7E589E color CMYK value is (20,44,0,38).

  • cyan value is 20.25%
  • magenta value is 44.30%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(20,44,0,38)
C20M44Y0K38 
(20%,44%,0%,38%)
(0.20/0.44/0.00/0.38)	

CMYK percentages

%20.25
%44.3
%0
%38.04

Codes

Color #7E589E in popluar color models

7E589E
RGB12688158
HSL273°28.46%48.24%
HSB/HSV273°44.30%61.96%
CMYK20.25%44.30%0.00%
38.04%

Color #7E589E in popluar number systems.

HEX7E589E
Decimal12688158
Binary1111110101100010011110
Octal176130236

Shades and tints

Shades of #7E589E

#7E589E
(126,88,158)
#735090
(115,80,144)
#684882
(104,72,130)
#5D4074
(93,64,116)
#523866
(82,56,102)
#473058
(71,48,88)
#3C284A
(60,40,74)
#31203C
(49,32,60)
#26182E
(38,24,46)
#1B1020
(27,16,32)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #7E589E

#7E589E
(126,88,158)
#8967A6
(137,103,166)
#9476AE
(148,118,174)
#9F85B6
(159,133,182)
#AA94BE
(170,148,190)
#B5A3C6
(181,163,198)
#C0B2CE
(192,178,206)
#CBC1D6
(203,193,214)
#D6D0DE
(214,208,222)
#E1DFE6
(225,223,230)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E589E color. Also use rgb(126,88,158) instead hex code.

Text Font Color

.myTextColor { color: #7E589E; }

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

This text font color is #7E589E.


Background Color

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

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

This div background color is #7E589E.


Border color

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

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

This div border color is #7E589E.


Opacity

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

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

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

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

This text has shadow with #7E589E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E589E on black background.


Color preview on white background

This text has color #7E589E on white background.



Black color preview on #7E589E background

This text has black color on #7E589E background.


White color preview on #7E589E background

This text has white color on #7E589E background.