COLOR #7973B8

HEX: #7973B8
RGB: (121,115,184)

Color info

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

RGB color model

#7973B8 color RGB value is (121,115,184).

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

RGB channels and saturation

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

121
115
184

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

Portions of RGB colors in percentages

R + G + B =
121 + 115 + 184 = 420 (100%)
R 121 of 420 ~ 28.81%
G 115 of 420 ~ 27.38%
B 184 of 420 ~ 43.81%

%28.81
%27.38
%43.81

CMYK color model

#7973B8 color CMYK value is (34,38,0,28).

  • cyan value is 34.24%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(34,38,0,28)
C34M38Y0K28 
(34%,38%,0%,28%)
(0.34/0.38/0.00/0.28)	

CMYK percentages

%34.24
%37.5
%0
%27.84

Codes

Color #7973B8 in popluar color models

7973B8
RGB121115184
HSL245°32.70%58.63%
HSB/HSV245°37.50%72.16%
CMYK34.24%37.50%0.00%
27.84%

Color #7973B8 in popluar number systems.

HEX7973B8
Decimal121115184
Binary1111001111001110111000
Octal171163270

Shades and tints

Shades of #7973B8

#7973B8
(121,115,184)
#6E69A8
(110,105,168)
#635F98
(99,95,152)
#585588
(88,85,136)
#4D4B78
(77,75,120)
#424168
(66,65,104)
#373758
(55,55,88)
#2C2D48
(44,45,72)
#212338
(33,35,56)
#161928
(22,25,40)
#0B0F18
(11,15,24)
#000000
(0,0,0)

Tints of #7973B8

#7973B8
(121,115,184)
#857FBE
(133,127,190)
#918BC4
(145,139,196)
#9D97CA
(157,151,202)
#A9A3D0
(169,163,208)
#B5AFD6
(181,175,214)
#C1BBDC
(193,187,220)
#CDC7E2
(205,199,226)
#D9D3E8
(217,211,232)
#E5DFEE
(229,223,238)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7973B8; }

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

This text font color is #7973B8.


Background Color

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

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

This div background color is #7973B8.


Border color

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

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

This div border color is #7973B8.


Opacity

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

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

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

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

This text has shadow with #7973B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7973B8 on black background.


Color preview on white background

This text has color #7973B8 on white background.



Black color preview on #7973B8 background

This text has black color on #7973B8 background.


White color preview on #7973B8 background

This text has white color on #7973B8 background.