COLOR #7B5AC5

HEX: #7B5AC5 RGB: (123,90,197)

Color info

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

RGB color model

#7B5AC5 color RGB value is (123,90,197).

RGB: (123,90,197) (48%, 35%, 77%)

RGB channels and saturation

R 123 of 255 = 48%
G 90 of 255 = 35%
B 197 of 255 = 77%

123
90
197

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

Portions of RGB colors in percentages

R + G + B = 123 + 90 + 197 = 410 (100%)
R 123 of 410 ~ 30%
G 90 of 410 ~ 21.95%
B 197 of 410 ~ 48.05'%

%30
%21.95
%48.05

CMYK color model

#7B5AC5 color CMYK value is (38,54,0,23).

  • cyan value is 37.56%
  • magenta value is 54.31%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (38,54,0,23)
C38M54Y0K23 (38%, 54%, 0%, 23%)
(0.38 / 0.54 / 0.00 / 0.23)

CMYK percentages

%37.56
%54.31
%0
%22.75

Codes

Color #7B5AC5 in popluar color models

7B 5A C5
RGB 123 90 197
HSL 259° 47.98% 56.27%
HSB/HSV 259° 54.31% 77.25%
CMYK 37.56% 54.31% 0.00%
22.75%

Color #7B5AC5 in popluar number systems.

HEX 7B 5A C5
Decimal 123 90 197
Binary 1111011 1011010 11000101
Octal 173 132 305

Shades and tints

Shades of #7B5AC5

#7B5AC5
(123,90,197)
#7052B4
(112,82,180)
#654AA3
(101,74,163)
#5A4292
(90,66,146)
#4F3A81
(79,58,129)
#443270
(68,50,112)
#392A5F
(57,42,95)
#2E224E
(46,34,78)
#231A3D
(35,26,61)
#18122C
(24,18,44)
#0D0A1B
(13,10,27)
#000000
(0,0,0)

Tints of #7B5AC5

#7B5AC5
(123,90,197)
#8769CA
(135,105,202)
#9378CF
(147,120,207)
#9F87D4
(159,135,212)
#AB96D9
(171,150,217)
#B7A5DE
(183,165,222)
#C3B4E3
(195,180,227)
#CFC3E8
(207,195,232)
#DBD2ED
(219,210,237)
#E7E1F2
(231,225,242)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5AC5 color. Also use rgb(123,90,197) instead hex code.

Text Font Color

.myTextColor { color: #7B5AC5; }

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

This text font color is #7B5AC5.

Background Color

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

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

This div background color is #7B5AC5.

Border color

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

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

This div border color is #7B5AC5.

Opacity

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

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

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

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

This text has shadow with #7B5AC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5AC5.

Preview

Color preview on black background

This text has color #7B5AC5 on black background.


Color preview on white background

This text has color #7B5AC5 on white background.


Black color preview on #7B5AC5 background

This text has black color on #7B5AC5 background.


White color preview on #7B5AC5 background

This text has white color on #7B5AC5 background.


Related colors

Complementary color

Complementary color for #hex is #84A53A.


I love getcolorcode.com

Triadic colors

1 #C57B5A and #5AC57B with #7B5AC5 are triadic colors.

2 #C55A7B and #5A7BC5 with #7B5AC5 are triadic colors.