COLOR #7A5DBA

HEX: #7A5DBA RGB: (122,93,186)

Color info

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

RGB color model

#7A5DBA color RGB value is (122,93,186).

RGB: (122,93,186) (48%, 36%, 73%)

RGB channels and saturation

R 122 of 255 = 48%
G 93 of 255 = 36%
B 186 of 255 = 73%

122
93
186

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

Portions of RGB colors in percentages

R + G + B = 122 + 93 + 186 = 401 (100%)
R 122 of 401 ~ 30.42%
G 93 of 401 ~ 23.19%
B 186 of 401 ~ 46.38'%

%30.42
%23.19
%46.38

CMYK color model

#7A5DBA color CMYK value is (34,50,0,27).

  • cyan value is 34.41%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (34,50,0,27)
C34M50Y0K27 (34%, 50%, 0%, 27%)
(0.34 / 0.50 / 0.00 / 0.27)

CMYK percentages

%34.41
%50
%0
%27.06

Codes

Color #7A5DBA in popluar color models

7A 5D BA
RGB 122 93 186
HSL 259° 40.26% 54.71%
HSB/HSV 259° 50.00% 72.94%
CMYK 34.41% 50.00% 0.00%
27.06%

Color #7A5DBA in popluar number systems.

HEX 7A 5D BA
Decimal 122 93 186
Binary 1111010 1011101 10111010
Octal 172 135 272

Shades and tints

Shades of #7A5DBA

#7A5DBA
(122,93,186)
#6F55AA
(111,85,170)
#644D9A
(100,77,154)
#59458A
(89,69,138)
#4E3D7A
(78,61,122)
#43356A
(67,53,106)
#382D5A
(56,45,90)
#2D254A
(45,37,74)
#221D3A
(34,29,58)
#17152A
(23,21,42)
#0C0D1A
(12,13,26)
#000000
(0,0,0)

Tints of #7A5DBA

#7A5DBA
(122,93,186)
#866BC0
(134,107,192)
#9279C6
(146,121,198)
#9E87CC
(158,135,204)
#AA95D2
(170,149,210)
#B6A3D8
(182,163,216)
#C2B1DE
(194,177,222)
#CEBFE4
(206,191,228)
#DACDEA
(218,205,234)
#E6DBF0
(230,219,240)
#F2E9F6
(242,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5DBA color. Also use rgb(122,93,186) instead hex code.

Text Font Color

.myTextColor { color: #7A5DBA; }

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

This text font color is #7A5DBA.

Background Color

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

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

This div background color is #7A5DBA.

Border color

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

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

This div border color is #7A5DBA.

Opacity

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

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

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

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

This text has shadow with #7A5DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5DBA.

Preview

Color preview on black background

This text has color #7A5DBA on black background.


Color preview on white background

This text has color #7A5DBA on white background.


Black color preview on #7A5DBA background

This text has black color on #7A5DBA background.


White color preview on #7A5DBA background

This text has white color on #7A5DBA background.


Related colors

Complementary color

Complementary color for #hex is #85A245.


I love getcolorcode.com

Triadic colors

1 #BA7A5D and #5DBA7A with #7A5DBA are triadic colors.

2 #BA5D7A and #5D7ABA with #7A5DBA are triadic colors.