COLOR #7972AD

HEX: #7972AD
RGB: (121,114,173)

Color info

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

RGB color model

#7972AD color RGB value is (121,114,173).

  • red value is 121;
  • green value is 114;
  • blue value is 173.
RGB:
(121,114,173)
(47%,45%,68%)

RGB channels and saturation

R 121 of 255 = 47%
G 114 of 255 = 45%
B 173 of 255 = 68%

121
114
173

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

Portions of RGB colors in percentages

R + G + B =
121 + 114 + 173 = 408 (100%)
R 121 of 408 ~ 29.66%
G 114 of 408 ~ 27.94%
B 173 of 408 ~ 42.4%

%29.66
%27.94
%42.4

CMYK color model

#7972AD color CMYK value is (30,34,0,32).

  • cyan value is 30.06%
  • magenta value is 34.10%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(30,34,0,32)
C30M34Y0K32 
(30%,34%,0%,32%)
(0.30/0.34/0.00/0.32)	

CMYK percentages

%30.06
%34.1
%0
%32.16

Codes

Color #7972AD in popluar color models

7972AD
RGB121114173
HSL247°26.46%56.27%
HSB/HSV247°34.10%67.84%
CMYK30.06%34.10%0.00%
32.16%

Color #7972AD in popluar number systems.

HEX7972AD
Decimal121114173
Binary1111001111001010101101
Octal171162255

Shades and tints

Shades of #7972AD

#7972AD
(121,114,173)
#6E689E
(110,104,158)
#635E8F
(99,94,143)
#585480
(88,84,128)
#4D4A71
(77,74,113)
#424062
(66,64,98)
#373653
(55,54,83)
#2C2C44
(44,44,68)
#212235
(33,34,53)
#161826
(22,24,38)
#0B0E17
(11,14,23)
#000000
(0,0,0)

Tints of #7972AD

#7972AD
(121,114,173)
#857EB4
(133,126,180)
#918ABB
(145,138,187)
#9D96C2
(157,150,194)
#A9A2C9
(169,162,201)
#B5AED0
(181,174,208)
#C1BAD7
(193,186,215)
#CDC6DE
(205,198,222)
#D9D2E5
(217,210,229)
#E5DEEC
(229,222,236)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7972AD color. Also use rgb(121,114,173) instead hex code.

Text Font Color

.myTextColor { color: #7972AD; }

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

This text font color is #7972AD.


Background Color

.myBgColor { background-color: #7972AD; }

<div style="background-color:#7972AD">Inner text</div>

This div background color is #7972AD.


Border color

.myBorderColor { border: 1px solid #7972AD; }

<div style="border:3px solid #7972AD">Div</div>

This div border color is #7972AD.


Opacity

.myOpacity80 { color: #7972AD; opacity: 0.8; }

<p style="color:#7972AD;opacity:0.8;">80%</p>

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

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

This text has shadow with #7972AD color.

.textShadow {text-shadow: 3px 3px 1px #7972AD, 3px 3px 1px red;}

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

This text has shadow with #7972AD primary color and red secondary color.


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

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

This text has shadow with #7972AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7972AD on black background.


Color preview on white background

This text has color #7972AD on white background.



Black color preview on #7972AD background

This text has black color on #7972AD background.


White color preview on #7972AD background

This text has white color on #7972AD background.