COLOR #7E5287

HEX: #7E5287 RGB: (126,82,135)

Color info

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

RGB color model

#7E5287 color RGB value is (126,82,135).

RGB: (126,82,135) (49%, 32%, 53%)

RGB channels and saturation

R 126 of 255 = 49%
G 82 of 255 = 32%
B 135 of 255 = 53%

126
82
135

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

Portions of RGB colors in percentages

R + G + B = 126 + 82 + 135 = 343 (100%)
R 126 of 343 ~ 36.73%
G 82 of 343 ~ 23.91%
B 135 of 343 ~ 39.36'%

%36.73
%23.91
%39.36

CMYK color model

#7E5287 color CMYK value is (7,39,0,47).

  • cyan value is 6.67%
  • magenta value is 39.26%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (7,39,0,47)
C7M39Y0K47 (7%, 39%, 0%, 47%)
(0.07 / 0.39 / 0.00 / 0.47)

CMYK percentages

%6.67
%39.26
%0
%47.06

Codes

Color #7E5287 in popluar color models

7E 52 87
RGB 126 82 135
HSL 290° 24.42% 42.55%
HSB/HSV 290° 39.26% 52.94%
CMYK 6.67% 39.26% 0.00%
47.06%

Color #7E5287 in popluar number systems.

HEX 7E 52 87
Decimal 126 82 135
Binary 1111110 1010010 10000111
Octal 176 122 207

Shades and tints

Shades of #7E5287

#7E5287
(126,82,135)
#734B7B
(115,75,123)
#68446F
(104,68,111)
#5D3D63
(93,61,99)
#523657
(82,54,87)
#472F4B
(71,47,75)
#3C283F
(60,40,63)
#312133
(49,33,51)
#261A27
(38,26,39)
#1B131B
(27,19,27)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #7E5287

#7E5287
(126,82,135)
#896191
(137,97,145)
#94709B
(148,112,155)
#9F7FA5
(159,127,165)
#AA8EAF
(170,142,175)
#B59DB9
(181,157,185)
#C0ACC3
(192,172,195)
#CBBBCD
(203,187,205)
#D6CAD7
(214,202,215)
#E1D9E1
(225,217,225)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5287; }

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

This text font color is #7E5287.

Background Color

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

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

This div background color is #7E5287.

Border color

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

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

This div border color is #7E5287.

Opacity

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

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

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

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

This text has shadow with #7E5287 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5287.

Preview

Color preview on black background

This text has color #7E5287 on black background.


Color preview on white background

This text has color #7E5287 on white background.


Black color preview on #7E5287 background

This text has black color on #7E5287 background.


White color preview on #7E5287 background

This text has white color on #7E5287 background.


Related colors

Complementary color

Complementary color for #hex is #81AD78.


I love getcolorcode.com

Triadic colors

1 #877E52 and #52877E with #7E5287 are triadic colors.

2 #87527E and #527E87 with #7E5287 are triadic colors.