COLOR #7B71BA

HEX: #7B71BA RGB: (123,113,186)

Color info

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

RGB color model

#7B71BA color RGB value is (123,113,186).

RGB: (123,113,186) (48%, 44%, 73%)

RGB channels and saturation

R 123 of 255 = 48%
G 113 of 255 = 44%
B 186 of 255 = 73%

123
113
186

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

Portions of RGB colors in percentages

R + G + B = 123 + 113 + 186 = 422 (100%)
R 123 of 422 ~ 29.15%
G 113 of 422 ~ 26.78%
B 186 of 422 ~ 44.08'%

%29.15
%26.78
%44.08

CMYK color model

#7B71BA color CMYK value is (34,39,0,27).

  • cyan value is 33.87%
  • magenta value is 39.25%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (34,39,0,27)
C34M39Y0K27 (34%, 39%, 0%, 27%)
(0.34 / 0.39 / 0.00 / 0.27)

CMYK percentages

%33.87
%39.25
%0
%27.06

Codes

Color #7B71BA in popluar color models

7B 71 BA
RGB 123 113 186
HSL 248° 34.60% 58.63%
HSB/HSV 248° 39.25% 72.94%
CMYK 33.87% 39.25% 0.00%
27.06%

Color #7B71BA in popluar number systems.

HEX 7B 71 BA
Decimal 123 113 186
Binary 1111011 1110001 10111010
Octal 173 161 272

Shades and tints

Shades of #7B71BA

#7B71BA
(123,113,186)
#7067AA
(112,103,170)
#655D9A
(101,93,154)
#5A538A
(90,83,138)
#4F497A
(79,73,122)
#443F6A
(68,63,106)
#39355A
(57,53,90)
#2E2B4A
(46,43,74)
#23213A
(35,33,58)
#18172A
(24,23,42)
#0D0D1A
(13,13,26)
#000000
(0,0,0)

Tints of #7B71BA

#7B71BA
(123,113,186)
#877DC0
(135,125,192)
#9389C6
(147,137,198)
#9F95CC
(159,149,204)
#ABA1D2
(171,161,210)
#B7ADD8
(183,173,216)
#C3B9DE
(195,185,222)
#CFC5E4
(207,197,228)
#DBD1EA
(219,209,234)
#E7DDF0
(231,221,240)
#F3E9F6
(243,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B71BA color. Also use rgb(123,113,186) instead hex code.

Text Font Color

.myTextColor { color: #7B71BA; }

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

This text font color is #7B71BA.

Background Color

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

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

This div background color is #7B71BA.

Border color

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

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

This div border color is #7B71BA.

Opacity

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

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

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

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

This text has shadow with #7B71BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B71BA.

Preview

Color preview on black background

This text has color #7B71BA on black background.


Color preview on white background

This text has color #7B71BA on white background.


Black color preview on #7B71BA background

This text has black color on #7B71BA background.


White color preview on #7B71BA background

This text has white color on #7B71BA background.


Related colors

Complementary color

Complementary color for #hex is #848E45.


I love getcolorcode.com

Triadic colors

1 #BA7B71 and #71BA7B with #7B71BA are triadic colors.

2 #BA717B and #717BBA with #7B71BA are triadic colors.