COLOR #7B5DAA

HEX: #7B5DAA RGB: (123,93,170)

Color info

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

RGB color model

#7B5DAA color RGB value is (123,93,170).

RGB: (123,93,170) (48%, 36%, 67%)

RGB channels and saturation

R 123 of 255 = 48%
G 93 of 255 = 36%
B 170 of 255 = 67%

123
93
170

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

Portions of RGB colors in percentages

R + G + B = 123 + 93 + 170 = 386 (100%)
R 123 of 386 ~ 31.87%
G 93 of 386 ~ 24.09%
B 170 of 386 ~ 44.04'%

%31.87
%24.09
%44.04

CMYK color model

#7B5DAA color CMYK value is (28,45,0,33).

  • cyan value is 27.65%
  • magenta value is 45.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (28,45,0,33) C28M45Y0K33 (28%,45%,0%,33%) (0.28/0.45/0.00/0.33) 

CMYK percentages

%27.65
%45.29
%0
%33.33

Codes

Color #7B5DAA in popluar color models

7B 5D AA
RGB 123 93 170
HSL 263° 31.17% 51.57%
HSB/HSV 263° 45.29% 66.67%
CMYK 27.65% 45.29% 0.00%
33.33%

Color #7B5DAA in popluar number systems.

HEX 7B 5D AA
Decimal 123 93 170
Binary 1111011 1011101 10101010
Octal 173 135 252

Shades and tints

Shades of #7B5DAA

#7B5DAA
(123,93,170)
#70559B
(112,85,155)
#654D8C
(101,77,140)
#5A457D
(90,69,125)
#4F3D6E
(79,61,110)
#44355F
(68,53,95)
#392D50
(57,45,80)
#2E2541
(46,37,65)
#231D32
(35,29,50)
#181523
(24,21,35)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #7B5DAA

#7B5DAA
(123,93,170)
#876BB1
(135,107,177)
#9379B8
(147,121,184)
#9F87BF
(159,135,191)
#AB95C6
(171,149,198)
#B7A3CD
(183,163,205)
#C3B1D4
(195,177,212)
#CFBFDB
(207,191,219)
#DBCDE2
(219,205,226)
#E7DBE9
(231,219,233)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5DAA color. Also use rgb(123,93,170) instead hex code.

Text Font Color

.myTextColor { color: #7B5DAA; }

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

This text font color is #7B5DAA.

Background Color

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

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

This div background color is #7B5DAA.

Border color

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

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

This div border color is #7B5DAA.

Opacity

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

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

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

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

This text has shadow with #7B5DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5DAA.

Preview

Color preview on black background

This text has color #7B5DAA on black background.


Color preview on white background

This text has color #7B5DAA on white background.


Black color preview on #7B5DAA background

This text has black color on #7B5DAA background.


White color preview on #7B5DAA background

This text has white color on #7B5DAA background.


Related colors

Complementary color

Complementary color for #hex is #84A255.


I love getcolorcode.com

Triadic colors

1 #AA7B5D and #5DAA7B with #7B5DAA are triadic colors.

2 #AA5D7B and #5D7BAA with #7B5DAA are triadic colors.