COLOR #7973AA

HEX: #7973AA
RGB: (121,115,170)

Color info

#7973AA contains red, green and blue colors in about the same proportion. Web safe color of #7973AA is #666699 (or #669).

RGB color model

#7973AA color RGB value is (121,115,170).

  • red value is 121;
  • green value is 115;
  • blue value is 170.
RGB:
(121,115,170)
(47%,45%,67%)

RGB channels and saturation

R 121 of 255 = 47%
G 115 of 255 = 45%
B 170 of 255 = 67%

121
115
170

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

Portions of RGB colors in percentages

R + G + B =
121 + 115 + 170 = 406 (100%)
R 121 of 406 ~ 29.8%
G 115 of 406 ~ 28.33%
B 170 of 406 ~ 41.87%

%29.8
%28.33
%41.87

CMYK color model

#7973AA color CMYK value is (29,32,0,33).

  • cyan value is 28.82%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(29,32,0,33)
C29M32Y0K33 
(29%,32%,0%,33%)
(0.29/0.32/0.00/0.33)	

CMYK percentages

%28.82
%32.35
%0
%33.33

Codes

Color #7973AA in popluar color models

7973AA
RGB121115170
HSL247°24.44%55.88%
HSB/HSV247°32.35%66.67%
CMYK28.82%32.35%0.00%
33.33%

Color #7973AA in popluar number systems.

HEX7973AA
Decimal121115170
Binary1111001111001110101010
Octal171163252

Shades and tints

Shades of #7973AA

#7973AA
(121,115,170)
#6E699B
(110,105,155)
#635F8C
(99,95,140)
#58557D
(88,85,125)
#4D4B6E
(77,75,110)
#42415F
(66,65,95)
#373750
(55,55,80)
#2C2D41
(44,45,65)
#212332
(33,35,50)
#161923
(22,25,35)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #7973AA

#7973AA
(121,115,170)
#857FB1
(133,127,177)
#918BB8
(145,139,184)
#9D97BF
(157,151,191)
#A9A3C6
(169,163,198)
#B5AFCD
(181,175,205)
#C1BBD4
(193,187,212)
#CDC7DB
(205,199,219)
#D9D3E2
(217,211,226)
#E5DFE9
(229,223,233)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7973AA; }

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

This text font color is #7973AA.


Background Color

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

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

This div background color is #7973AA.


Border color

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

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

This div border color is #7973AA.


Opacity

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

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

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

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

This text has shadow with #7973AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7973AA on black background.


Color preview on white background

This text has color #7973AA on white background.



Black color preview on #7973AA background

This text has black color on #7973AA background.


White color preview on #7973AA background

This text has white color on #7973AA background.