COLOR #7E528F

HEX: #7E528F RGB: (126,82,143)

Color info

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

RGB color model

#7E528F color RGB value is (126,82,143).

RGB: (126,82,143) (49%, 32%, 56%)

RGB channels and saturation

R 126 of 255 = 49%
G 82 of 255 = 32%
B 143 of 255 = 56%

126
82
143

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

Portions of RGB colors in percentages

R + G + B = 126 + 82 + 143 = 351 (100%)
R 126 of 351 ~ 35.9%
G 82 of 351 ~ 23.36%
B 143 of 351 ~ 40.74'%

%35.9
%23.36
%40.74

CMYK color model

#7E528F color CMYK value is (12,43,0,44).

  • cyan value is 11.89%
  • magenta value is 42.66%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (12,43,0,44) C12M43Y0K44 (12%,43%,0%,44%) (0.12/0.43/0.00/0.44) 

CMYK percentages

%11.89
%42.66
%0
%43.92

Codes

Color #7E528F in popluar color models

7E 52 8F
RGB 126 82 143
HSL 283° 27.11% 44.12%
HSB/HSV 283° 42.66% 56.08%
CMYK 11.89% 42.66% 0.00%
43.92%

Color #7E528F in popluar number systems.

HEX 7E 52 8F
Decimal 126 82 143
Binary 1111110 1010010 10001111
Octal 176 122 217

Shades and tints

Shades of #7E528F

#7E528F
(126,82,143)
#734B82
(115,75,130)
#684475
(104,68,117)
#5D3D68
(93,61,104)
#52365B
(82,54,91)
#472F4E
(71,47,78)
#3C2841
(60,40,65)
#312134
(49,33,52)
#261A27
(38,26,39)
#1B131A
(27,19,26)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #7E528F

#7E528F
(126,82,143)
#896199
(137,97,153)
#9470A3
(148,112,163)
#9F7FAD
(159,127,173)
#AA8EB7
(170,142,183)
#B59DC1
(181,157,193)
#C0ACCB
(192,172,203)
#CBBBD5
(203,187,213)
#D6CADF
(214,202,223)
#E1D9E9
(225,217,233)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E528F color. Also use rgb(126,82,143) instead hex code.

Text Font Color

.myTextColor { color: #7E528F; }

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

This text font color is #7E528F.

Background Color

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

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

This div background color is #7E528F.

Border color

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

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

This div border color is #7E528F.

Opacity

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

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

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

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

This text has shadow with #7E528F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E528F.

Preview

Color preview on black background

This text has color #7E528F on black background.


Color preview on white background

This text has color #7E528F on white background.


Black color preview on #7E528F background

This text has black color on #7E528F background.


White color preview on #7E528F background

This text has white color on #7E528F background.


Related colors

Complementary color

Complementary color for #hex is #81AD70.


I love getcolorcode.com

Triadic colors

1 #8F7E52 and #528F7E with #7E528F are triadic colors.

2 #8F527E and #527E8F with #7E528F are triadic colors.