COLOR #7E528C

HEX: #7E528C RGB: (126,82,140)

Color info

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

RGB color model

#7E528C color RGB value is (126,82,140).

RGB: (126,82,140) (49%, 32%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 82 of 255 = 32%
B 140 of 255 = 55%

126
82
140

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

Portions of RGB colors in percentages

R + G + B = 126 + 82 + 140 = 348 (100%)
R 126 of 348 ~ 36.21%
G 82 of 348 ~ 23.56%
B 140 of 348 ~ 40.23'%

%36.21
%23.56
%40.23

CMYK color model

#7E528C color CMYK value is (10,41,0,45).

  • cyan value is 10.00%
  • magenta value is 41.43%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (10,41,0,45)
C10M41Y0K45 (10%, 41%, 0%, 45%)
(0.10 / 0.41 / 0.00 / 0.45)

CMYK percentages

%10
%41.43
%0
%45.1

Codes

Color #7E528C in popluar color models

7E 52 8C
RGB 126 82 140
HSL 286° 26.13% 43.53%
HSB/HSV 286° 41.43% 54.90%
CMYK 10.00% 41.43% 0.00%
45.10%

Color #7E528C in popluar number systems.

HEX 7E 52 8C
Decimal 126 82 140
Binary 1111110 1010010 10001100
Octal 176 122 214

Shades and tints

Shades of #7E528C

#7E528C
(126,82,140)
#734B80
(115,75,128)
#684474
(104,68,116)
#5D3D68
(93,61,104)
#52365C
(82,54,92)
#472F50
(71,47,80)
#3C2844
(60,40,68)
#312138
(49,33,56)
#261A2C
(38,26,44)
#1B1320
(27,19,32)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #7E528C

#7E528C
(126,82,140)
#896196
(137,97,150)
#9470A0
(148,112,160)
#9F7FAA
(159,127,170)
#AA8EB4
(170,142,180)
#B59DBE
(181,157,190)
#C0ACC8
(192,172,200)
#CBBBD2
(203,187,210)
#D6CADC
(214,202,220)
#E1D9E6
(225,217,230)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E528C; }

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

This text font color is #7E528C.

Background Color

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

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

This div background color is #7E528C.

Border color

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

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

This div border color is #7E528C.

Opacity

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

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

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

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

This text has shadow with #7E528C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E528C.

Preview

Color preview on black background

This text has color #7E528C on black background.


Color preview on white background

This text has color #7E528C on white background.


Black color preview on #7E528C background

This text has black color on #7E528C background.


White color preview on #7E528C background

This text has white color on #7E528C background.


Related colors

Complementary color

Complementary color for #hex is #81AD73.


I love getcolorcode.com

Triadic colors

1 #8C7E52 and #528C7E with #7E528C are triadic colors.

2 #8C527E and #527E8C with #7E528C are triadic colors.