COLOR #7973B7

HEX: #7973B7 RGB: (121,115,183)

Color info

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

RGB color model

#7973B7 color RGB value is (121,115,183).

RGB: (121,115,183) (47%, 45%, 72%)

RGB channels and saturation

R 121 of 255 = 47%
G 115 of 255 = 45%
B 183 of 255 = 72%

121
115
183

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

Portions of RGB colors in percentages

R + G + B = 121 + 115 + 183 = 419 (100%)
R 121 of 419 ~ 28.88%
G 115 of 419 ~ 27.45%
B 183 of 419 ~ 43.68'%

%28.88
%27.45
%43.68

CMYK color model

#7973B7 color CMYK value is (34,37,0,28).

  • cyan value is 33.88%
  • magenta value is 37.16%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (34,37,0,28)
C34M37Y0K28 (34%, 37%, 0%, 28%)
(0.34 / 0.37 / 0.00 / 0.28)

CMYK percentages

%33.88
%37.16
%0
%28.24

Codes

Color #7973B7 in popluar color models

79 73 B7
RGB 121 115 183
HSL 245° 32.08% 58.43%
HSB/HSV 245° 37.16% 71.76%
CMYK 33.88% 37.16% 0.00%
28.24%

Color #7973B7 in popluar number systems.

HEX 79 73 B7
Decimal 121 115 183
Binary 1111001 1110011 10110111
Octal 171 163 267

Shades and tints

Shades of #7973B7

#7973B7
(121,115,183)
#6E69A7
(110,105,167)
#635F97
(99,95,151)
#585587
(88,85,135)
#4D4B77
(77,75,119)
#424167
(66,65,103)
#373757
(55,55,87)
#2C2D47
(44,45,71)
#212337
(33,35,55)
#161927
(22,25,39)
#0B0F17
(11,15,23)
#000000
(0,0,0)

Tints of #7973B7

#7973B7
(121,115,183)
#857FBD
(133,127,189)
#918BC3
(145,139,195)
#9D97C9
(157,151,201)
#A9A3CF
(169,163,207)
#B5AFD5
(181,175,213)
#C1BBDB
(193,187,219)
#CDC7E1
(205,199,225)
#D9D3E7
(217,211,231)
#E5DFED
(229,223,237)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7973B7; }

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

This text font color is #7973B7.

Background Color

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

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

This div background color is #7973B7.

Border color

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

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

This div border color is #7973B7.

Opacity

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

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

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

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

This text has shadow with #7973B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7973B7.

Preview

Color preview on black background

This text has color #7973B7 on black background.


Color preview on white background

This text has color #7973B7 on white background.


Black color preview on #7973B7 background

This text has black color on #7973B7 background.


White color preview on #7973B7 background

This text has white color on #7973B7 background.


Related colors

Complementary color

Complementary color for #hex is #868C48.


I love getcolorcode.com

Triadic colors

1 #B77973 and #73B779 with #7973B7 are triadic colors.

2 #B77379 and #7379B7 with #7973B7 are triadic colors.