COLOR #7978CA

HEX: #7978CA
RGB: (121,120,202)

Color info

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

RGB color model

#7978CA color RGB value is (121,120,202).

  • red value is 121;
  • green value is 120;
  • blue value is 202.
RGB:
(121,120,202)
(47%,47%,79%)

RGB channels and saturation

R 121 of 255 = 47%
G 120 of 255 = 47%
B 202 of 255 = 79%

121
120
202

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

Portions of RGB colors in percentages

R + G + B =
121 + 120 + 202 = 443 (100%)
R 121 of 443 ~ 27.31%
G 120 of 443 ~ 27.09%
B 202 of 443 ~ 45.6%

%27.31
%27.09
%45.6

CMYK color model

#7978CA color CMYK value is (40,41,0,21).

  • cyan value is 40.10%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(40,41,0,21)
C40M41Y0K21 
(40%,41%,0%,21%)
(0.40/0.41/0.00/0.21)	

CMYK percentages

%40.1
%40.59
%0
%20.78

Codes

Color #7978CA in popluar color models

7978CA
RGB121120202
HSL241°43.62%63.14%
HSB/HSV241°40.59%79.22%
CMYK40.10%40.59%0.00%
20.78%

Color #7978CA in popluar number systems.

HEX7978CA
Decimal121120202
Binary1111001111100011001010
Octal171170312

Shades and tints

Shades of #7978CA

#7978CA
(121,120,202)
#6E6EB8
(110,110,184)
#6364A6
(99,100,166)
#585A94
(88,90,148)
#4D5082
(77,80,130)
#424670
(66,70,112)
#373C5E
(55,60,94)
#2C324C
(44,50,76)
#21283A
(33,40,58)
#161E28
(22,30,40)
#0B1416
(11,20,22)
#000000
(0,0,0)

Tints of #7978CA

#7978CA
(121,120,202)
#8584CE
(133,132,206)
#9190D2
(145,144,210)
#9D9CD6
(157,156,214)
#A9A8DA
(169,168,218)
#B5B4DE
(181,180,222)
#C1C0E2
(193,192,226)
#CDCCE6
(205,204,230)
#D9D8EA
(217,216,234)
#E5E4EE
(229,228,238)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7978CA color. Also use rgb(121,120,202) instead hex code.

Text Font Color

.myTextColor { color: #7978CA; }

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

This text font color is #7978CA.


Background Color

.myBgColor { background-color: #7978CA; }

<div style="background-color:#7978CA">Inner text</div>

This div background color is #7978CA.


Border color

.myBorderColor { border: 1px solid #7978CA; }

<div style="border:3px solid #7978CA">Div</div>

This div border color is #7978CA.


Opacity

.myOpacity80 { color: #7978CA; opacity: 0.8; }

<p style="color:#7978CA;opacity:0.8;">80%</p>

Text with #7978CA 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 #7978CA;}

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

This text has shadow with #7978CA color.

.textShadow {text-shadow: 3px 3px 1px #7978CA, 3px 3px 1px red;}

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

This text has shadow with #7978CA primary color and red secondary color.


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

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

This text has shadow with #7978CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7978CA on black background.


Color preview on white background

This text has color #7978CA on white background.



Black color preview on #7978CA background

This text has black color on #7978CA background.


White color preview on #7978CA background

This text has white color on #7978CA background.