COLOR #7E558A

HEX: #7E558A
RGB: (126,85,138)

Color info

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

RGB color model

#7E558A color RGB value is (126,85,138).

  • red value is 126;
  • green value is 85;
  • blue value is 138.
RGB:
(126,85,138)
(49%,33%,54%)

RGB channels and saturation

R 126 of 255 = 49%
G 85 of 255 = 33%
B 138 of 255 = 54%

126
85
138

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

Portions of RGB colors in percentages

R + G + B =
126 + 85 + 138 = 349 (100%)
R 126 of 349 ~ 36.1%
G 85 of 349 ~ 24.36%
B 138 of 349 ~ 39.54%

%36.1
%24.36
%39.54

CMYK color model

#7E558A color CMYK value is (9,38,0,46).

  • cyan value is 8.70%
  • magenta value is 38.41%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(9,38,0,46)
C9M38Y0K46 
(9%,38%,0%,46%)
(0.09/0.38/0.00/0.46)	

CMYK percentages

%8.7
%38.41
%0
%45.88

Codes

Color #7E558A in popluar color models

7E558A
RGB12685138
HSL286°23.77%43.73%
HSB/HSV286°38.41%54.12%
CMYK8.70%38.41%0.00%
45.88%

Color #7E558A in popluar number systems.

HEX7E558A
Decimal12685138
Binary1111110101010110001010
Octal176125212

Shades and tints

Shades of #7E558A

#7E558A
(126,85,138)
#734E7E
(115,78,126)
#684772
(104,71,114)
#5D4066
(93,64,102)
#52395A
(82,57,90)
#47324E
(71,50,78)
#3C2B42
(60,43,66)
#312436
(49,36,54)
#261D2A
(38,29,42)
#1B161E
(27,22,30)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #7E558A

#7E558A
(126,85,138)
#896494
(137,100,148)
#94739E
(148,115,158)
#9F82A8
(159,130,168)
#AA91B2
(170,145,178)
#B5A0BC
(181,160,188)
#C0AFC6
(192,175,198)
#CBBED0
(203,190,208)
#D6CDDA
(214,205,218)
#E1DCE4
(225,220,228)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E558A color. Also use rgb(126,85,138) instead hex code.

Text Font Color

.myTextColor { color: #7E558A; }

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

This text font color is #7E558A.


Background Color

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

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

This div background color is #7E558A.


Border color

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

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

This div border color is #7E558A.


Opacity

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

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

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

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

This text has shadow with #7E558A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E558A on black background.


Color preview on white background

This text has color #7E558A on white background.



Black color preview on #7E558A background

This text has black color on #7E558A background.


White color preview on #7E558A background

This text has white color on #7E558A background.