COLOR #7E71BB

HEX: #7E71BB RGB: (126,113,187)

Color info

#7E71BB contains mainly blue color. Web safe color of #7E71BB is #6666CC (or #66C).

RGB color model

#7E71BB color RGB value is (126,113,187).

RGB: (126,113,187) (49%, 44%, 73%)

RGB channels and saturation

R 126 of 255 = 49%
G 113 of 255 = 44%
B 187 of 255 = 73%

126
113
187

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

Portions of RGB colors in percentages

R + G + B = 126 + 113 + 187 = 426 (100%)
R 126 of 426 ~ 29.58%
G 113 of 426 ~ 26.53%
B 187 of 426 ~ 43.9'%

%29.58
%26.53
%43.9

CMYK color model

#7E71BB color CMYK value is (33,40,0,27).

  • cyan value is 32.62%
  • magenta value is 39.57%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (33,40,0,27)
C33M40Y0K27 (33%, 40%, 0%, 27%)
(0.33 / 0.40 / 0.00 / 0.27)

CMYK percentages

%32.62
%39.57
%0
%26.67

Codes

Color #7E71BB in popluar color models

7E 71 BB
RGB 126 113 187
HSL 251° 35.24% 58.82%
HSB/HSV 251° 39.57% 73.33%
CMYK 32.62% 39.57% 0.00%
26.67%

Color #7E71BB in popluar number systems.

HEX 7E 71 BB
Decimal 126 113 187
Binary 1111110 1110001 10111011
Octal 176 161 273

Shades and tints

Shades of #7E71BB

#7E71BB
(126,113,187)
#7367AA
(115,103,170)
#685D99
(104,93,153)
#5D5388
(93,83,136)
#524977
(82,73,119)
#473F66
(71,63,102)
#3C3555
(60,53,85)
#312B44
(49,43,68)
#262133
(38,33,51)
#1B1722
(27,23,34)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #7E71BB

#7E71BB
(126,113,187)
#897DC1
(137,125,193)
#9489C7
(148,137,199)
#9F95CD
(159,149,205)
#AAA1D3
(170,161,211)
#B5ADD9
(181,173,217)
#C0B9DF
(192,185,223)
#CBC5E5
(203,197,229)
#D6D1EB
(214,209,235)
#E1DDF1
(225,221,241)
#ECE9F7
(236,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E71BB color. Also use rgb(126,113,187) instead hex code.

Text Font Color

.myTextColor { color: #7E71BB; }

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

This text font color is #7E71BB.

Background Color

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

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

This div background color is #7E71BB.

Border color

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

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

This div border color is #7E71BB.

Opacity

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

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

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

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

This text has shadow with #7E71BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E71BB.

Preview

Color preview on black background

This text has color #7E71BB on black background.


Color preview on white background

This text has color #7E71BB on white background.


Black color preview on #7E71BB background

This text has black color on #7E71BB background.


White color preview on #7E71BB background

This text has white color on #7E71BB background.


Related colors

Complementary color

Complementary color for #hex is #818E44.


I love getcolorcode.com

Triadic colors

1 #BB7E71 and #71BB7E with #7E71BB are triadic colors.

2 #BB717E and #717EBB with #7E71BB are triadic colors.