COLOR #7972BC

HEX: #7972BC
RGB: (121,114,188)

Color info

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

RGB color model

#7972BC color RGB value is (121,114,188).

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

RGB channels and saturation

R 121 of 255 = 47%
G 114 of 255 = 45%
B 188 of 255 = 74%

121
114
188

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

Portions of RGB colors in percentages

R + G + B =
121 + 114 + 188 = 423 (100%)
R 121 of 423 ~ 28.61%
G 114 of 423 ~ 26.95%
B 188 of 423 ~ 44.44%

%28.61
%26.95
%44.44

CMYK color model

#7972BC color CMYK value is (36,39,0,26).

  • cyan value is 35.64%
  • magenta value is 39.36%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(36,39,0,26)
C36M39Y0K26 
(36%,39%,0%,26%)
(0.36/0.39/0.00/0.26)	

CMYK percentages

%35.64
%39.36
%0
%26.27

Codes

Color #7972BC in popluar color models

7972BC
RGB121114188
HSL246°35.58%59.22%
HSB/HSV246°39.36%73.73%
CMYK35.64%39.36%0.00%
26.27%

Color #7972BC in popluar number systems.

HEX7972BC
Decimal121114188
Binary1111001111001010111100
Octal171162274

Shades and tints

Shades of #7972BC

#7972BC
(121,114,188)
#6E68AB
(110,104,171)
#635E9A
(99,94,154)
#585489
(88,84,137)
#4D4A78
(77,74,120)
#424067
(66,64,103)
#373656
(55,54,86)
#2C2C45
(44,44,69)
#212234
(33,34,52)
#161823
(22,24,35)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #7972BC

#7972BC
(121,114,188)
#857EC2
(133,126,194)
#918AC8
(145,138,200)
#9D96CE
(157,150,206)
#A9A2D4
(169,162,212)
#B5AEDA
(181,174,218)
#C1BAE0
(193,186,224)
#CDC6E6
(205,198,230)
#D9D2EC
(217,210,236)
#E5DEF2
(229,222,242)
#F1EAF8
(241,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7972BC; }

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

This text font color is #7972BC.


Background Color

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

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

This div background color is #7972BC.


Border color

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

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

This div border color is #7972BC.


Opacity

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

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

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

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

This text has shadow with #7972BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7972BC on black background.


Color preview on white background

This text has color #7972BC on white background.



Black color preview on #7972BC background

This text has black color on #7972BC background.


White color preview on #7972BC background

This text has white color on #7972BC background.