COLOR #7973AF

HEX: #7973AF RGB: (121,115,175)

Color info

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

RGB color model

#7973AF color RGB value is (121,115,175).

RGB: (121,115,175) (47%, 45%, 69%)

RGB channels and saturation

R 121 of 255 = 47%
G 115 of 255 = 45%
B 175 of 255 = 69%

121
115
175

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

Portions of RGB colors in percentages

R + G + B = 121 + 115 + 175 = 411 (100%)
R 121 of 411 ~ 29.44%
G 115 of 411 ~ 27.98%
B 175 of 411 ~ 42.58'%

%29.44
%27.98
%42.58

CMYK color model

#7973AF color CMYK value is (31,34,0,31).

  • cyan value is 30.86%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (31,34,0,31)
C31M34Y0K31 (31%, 34%, 0%, 31%)
(0.31 / 0.34 / 0.00 / 0.31)

CMYK percentages

%30.86
%34.29
%0
%31.37

Codes

Color #7973AF in popluar color models

79 73 AF
RGB 121 115 175
HSL 246° 27.27% 56.86%
HSB/HSV 246° 34.29% 68.63%
CMYK 30.86% 34.29% 0.00%
31.37%

Color #7973AF in popluar number systems.

HEX 79 73 AF
Decimal 121 115 175
Binary 1111001 1110011 10101111
Octal 171 163 257

Shades and tints

Shades of #7973AF

#7973AF
(121,115,175)
#6E69A0
(110,105,160)
#635F91
(99,95,145)
#585582
(88,85,130)
#4D4B73
(77,75,115)
#424164
(66,65,100)
#373755
(55,55,85)
#2C2D46
(44,45,70)
#212337
(33,35,55)
#161928
(22,25,40)
#0B0F19
(11,15,25)
#000000
(0,0,0)

Tints of #7973AF

#7973AF
(121,115,175)
#857FB6
(133,127,182)
#918BBD
(145,139,189)
#9D97C4
(157,151,196)
#A9A3CB
(169,163,203)
#B5AFD2
(181,175,210)
#C1BBD9
(193,187,217)
#CDC7E0
(205,199,224)
#D9D3E7
(217,211,231)
#E5DFEE
(229,223,238)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7973AF; }

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

This text font color is #7973AF.

Background Color

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

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

This div background color is #7973AF.

Border color

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

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

This div border color is #7973AF.

Opacity

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

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

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

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

This text has shadow with #7973AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7973AF.

Preview

Color preview on black background

This text has color #7973AF on black background.


Color preview on white background

This text has color #7973AF on white background.


Black color preview on #7973AF background

This text has black color on #7973AF background.


White color preview on #7973AF background

This text has white color on #7973AF background.


Related colors

Complementary color

Complementary color for #hex is #868C50.


I love getcolorcode.com

Triadic colors

1 #AF7973 and #73AF79 with #7973AF are triadic colors.

2 #AF7379 and #7379AF with #7973AF are triadic colors.