COLOR #7953AA

HEX: #7953AA RGB: (121,83,170)

Color info

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

RGB color model

#7953AA color RGB value is (121,83,170).

RGB: (121,83,170) (47%, 33%, 67%)

RGB channels and saturation

R 121 of 255 = 47%
G 83 of 255 = 33%
B 170 of 255 = 67%

121
83
170

R + G + B ~ 49%. #7953AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 83 + 170 = 374 (100%)
R 121 of 374 ~ 32.35%
G 83 of 374 ~ 22.19%
B 170 of 374 ~ 45.45'%

%32.35
%22.19
%45.45

CMYK color model

#7953AA color CMYK value is (29,51,0,33).

  • cyan value is 28.82%
  • magenta value is 51.18%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (29,51,0,33)
C29M51Y0K33 (29%, 51%, 0%, 33%)
(0.29 / 0.51 / 0.00 / 0.33)

CMYK percentages

%28.82
%51.18
%0
%33.33

Codes

Color #7953AA in popluar color models

79 53 AA
RGB 121 83 170
HSL 266° 34.39% 49.61%
HSB/HSV 266° 51.18% 66.67%
CMYK 28.82% 51.18% 0.00%
33.33%

Color #7953AA in popluar number systems.

HEX 79 53 AA
Decimal 121 83 170
Binary 1111001 1010011 10101010
Octal 171 123 252

Shades and tints

Shades of #7953AA

#7953AA
(121,83,170)
#6E4C9B
(110,76,155)
#63458C
(99,69,140)
#583E7D
(88,62,125)
#4D376E
(77,55,110)
#42305F
(66,48,95)
#372950
(55,41,80)
#2C2241
(44,34,65)
#211B32
(33,27,50)
#161423
(22,20,35)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #7953AA

#7953AA
(121,83,170)
#8562B1
(133,98,177)
#9171B8
(145,113,184)
#9D80BF
(157,128,191)
#A98FC6
(169,143,198)
#B59ECD
(181,158,205)
#C1ADD4
(193,173,212)
#CDBCDB
(205,188,219)
#D9CBE2
(217,203,226)
#E5DAE9
(229,218,233)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7953AA color. Also use rgb(121,83,170) instead hex code.

Text Font Color

.myTextColor { color: #7953AA; }

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

This text font color is #7953AA.

Background Color

.myBgColor { background-color: #7953AA; }

<div style="background-color:#7953AA">Inner text</div>

This div background color is #7953AA.

Border color

.myBorderColor { border: 1px solid #7953AA; }

<div style="border:3px solid #7953AA">Div</div>

This div border color is #7953AA.

Opacity

.myOpacity80 { color: #7953AA; opacity: 0.8; }

<p style="color:#7953AA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7953AA color.


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

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

This text has shadow with #7953AA primary color and red secondary color.


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

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

This text has shadow with #7953AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7953AA.

Preview

Color preview on black background

This text has color #7953AA on black background.


Color preview on white background

This text has color #7953AA on white background.


Black color preview on #7953AA background

This text has black color on #7953AA background.


White color preview on #7953AA background

This text has white color on #7953AA background.


Related colors

Complementary color

Complementary color for #hex is #86AC55.


I love getcolorcode.com

Triadic colors

1 #AA7953 and #53AA79 with #7953AA are triadic colors.

2 #AA5379 and #5379AA with #7953AA are triadic colors.