COLOR #7E548D

HEX: #7E548D
RGB: (126,84,141)

Color info

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

RGB color model

#7E548D color RGB value is (126,84,141).

  • red value is 126;
  • green value is 84;
  • blue value is 141.
RGB:
(126,84,141)
(49%,33%,55%)

RGB channels and saturation

R 126 of 255 = 49%
G 84 of 255 = 33%
B 141 of 255 = 55%

126
84
141

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

Portions of RGB colors in percentages

R + G + B =
126 + 84 + 141 = 351 (100%)
R 126 of 351 ~ 35.9%
G 84 of 351 ~ 23.93%
B 141 of 351 ~ 40.17%

%35.9
%23.93
%40.17

CMYK color model

#7E548D color CMYK value is (11,40,0,45).

  • cyan value is 10.64%
  • magenta value is 40.43%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(11,40,0,45)
C11M40Y0K45 
(11%,40%,0%,45%)
(0.11/0.40/0.00/0.45)	

CMYK percentages

%10.64
%40.43
%0
%44.71

Codes

Color #7E548D in popluar color models

7E548D
RGB12684141
HSL284°25.33%44.12%
HSB/HSV284°40.43%55.29%
CMYK10.64%40.43%0.00%
44.71%

Color #7E548D in popluar number systems.

HEX7E548D
Decimal12684141
Binary1111110101010010001101
Octal176124215

Shades and tints

Shades of #7E548D

#7E548D
(126,84,141)
#734D81
(115,77,129)
#684675
(104,70,117)
#5D3F69
(93,63,105)
#52385D
(82,56,93)
#473151
(71,49,81)
#3C2A45
(60,42,69)
#312339
(49,35,57)
#261C2D
(38,28,45)
#1B1521
(27,21,33)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #7E548D

#7E548D
(126,84,141)
#896397
(137,99,151)
#9472A1
(148,114,161)
#9F81AB
(159,129,171)
#AA90B5
(170,144,181)
#B59FBF
(181,159,191)
#C0AEC9
(192,174,201)
#CBBDD3
(203,189,211)
#D6CCDD
(214,204,221)
#E1DBE7
(225,219,231)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E548D color. Also use rgb(126,84,141) instead hex code.

Text Font Color

.myTextColor { color: #7E548D; }

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

This text font color is #7E548D.


Background Color

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

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

This div background color is #7E548D.


Border color

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

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

This div border color is #7E548D.


Opacity

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

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

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

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

This text has shadow with #7E548D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E548D on black background.


Color preview on white background

This text has color #7E548D on white background.



Black color preview on #7E548D background

This text has black color on #7E548D background.


White color preview on #7E548D background

This text has white color on #7E548D background.