COLOR #7973D2

HEX: #7973D2 RGB: (121,115,210)

Color info

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

RGB color model

#7973D2 color RGB value is (121,115,210).

RGB: (121,115,210) (47%, 45%, 82%)

RGB channels and saturation

R 121 of 255 = 47%
G 115 of 255 = 45%
B 210 of 255 = 82%

121
115
210

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

Portions of RGB colors in percentages

R + G + B = 121 + 115 + 210 = 446 (100%)
R 121 of 446 ~ 27.13%
G 115 of 446 ~ 25.78%
B 210 of 446 ~ 47.09'%

%27.13
%25.78
%47.09

CMYK color model

#7973D2 color CMYK value is (42,45,0,18).

  • cyan value is 42.38%
  • magenta value is 45.24%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (42,45,0,18)
C42M45Y0K18 (42%, 45%, 0%, 18%)
(0.42 / 0.45 / 0.00 / 0.18)

CMYK percentages

%42.38
%45.24
%0
%17.65

Codes

Color #7973D2 in popluar color models

79 73 D2
RGB 121 115 210
HSL 244° 51.35% 63.73%
HSB/HSV 244° 45.24% 82.35%
CMYK 42.38% 45.24% 0.00%
17.65%

Color #7973D2 in popluar number systems.

HEX 79 73 D2
Decimal 121 115 210
Binary 1111001 1110011 11010010
Octal 171 163 322

Shades and tints

Shades of #7973D2

#7973D2
(121,115,210)
#6E69BF
(110,105,191)
#635FAC
(99,95,172)
#585599
(88,85,153)
#4D4B86
(77,75,134)
#424173
(66,65,115)
#373760
(55,55,96)
#2C2D4D
(44,45,77)
#21233A
(33,35,58)
#161927
(22,25,39)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #7973D2

#7973D2
(121,115,210)
#857FD6
(133,127,214)
#918BDA
(145,139,218)
#9D97DE
(157,151,222)
#A9A3E2
(169,163,226)
#B5AFE6
(181,175,230)
#C1BBEA
(193,187,234)
#CDC7EE
(205,199,238)
#D9D3F2
(217,211,242)
#E5DFF6
(229,223,246)
#F1EBFA
(241,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7973D2; }

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

This text font color is #7973D2.

Background Color

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

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

This div background color is #7973D2.

Border color

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

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

This div border color is #7973D2.

Opacity

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

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

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

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

This text has shadow with #7973D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7973D2.

Preview

Color preview on black background

This text has color #7973D2 on black background.


Color preview on white background

This text has color #7973D2 on white background.


Black color preview on #7973D2 background

This text has black color on #7973D2 background.


White color preview on #7973D2 background

This text has white color on #7973D2 background.


Related colors

Complementary color

Complementary color for #hex is #868C2D.


I love getcolorcode.com

Triadic colors

1 #D27973 and #73D279 with #7973D2 are triadic colors.

2 #D27379 and #7379D2 with #7973D2 are triadic colors.