COLOR #7978B7

HEX: #7978B7
RGB: (121,120,183)

Color info

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

RGB color model

#7978B7 color RGB value is (121,120,183).

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

RGB channels and saturation

R 121 of 255 = 47%
G 120 of 255 = 47%
B 183 of 255 = 72%

121
120
183

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

Portions of RGB colors in percentages

R + G + B =
121 + 120 + 183 = 424 (100%)
R 121 of 424 ~ 28.54%
G 120 of 424 ~ 28.3%
B 183 of 424 ~ 43.16%

%28.54
%28.3
%43.16

CMYK color model

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

  • cyan value is 33.88%
  • magenta value is 34.43%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(34,34,0,28)
C34M34Y0K28 
(34%,34%,0%,28%)
(0.34/0.34/0.00/0.28)	

CMYK percentages

%33.88
%34.43
%0
%28.24

Codes

Color #7978B7 in popluar color models

7978B7
RGB121120183
HSL241°30.43%59.41%
HSB/HSV241°34.43%71.76%
CMYK33.88%34.43%0.00%
28.24%

Color #7978B7 in popluar number systems.

HEX7978B7
Decimal121120183
Binary1111001111100010110111
Octal171170267

Shades and tints

Shades of #7978B7

#7978B7
(121,120,183)
#6E6EA7
(110,110,167)
#636497
(99,100,151)
#585A87
(88,90,135)
#4D5077
(77,80,119)
#424667
(66,70,103)
#373C57
(55,60,87)
#2C3247
(44,50,71)
#212837
(33,40,55)
#161E27
(22,30,39)
#0B1417
(11,20,23)
#000000
(0,0,0)

Tints of #7978B7

#7978B7
(121,120,183)
#8584BD
(133,132,189)
#9190C3
(145,144,195)
#9D9CC9
(157,156,201)
#A9A8CF
(169,168,207)
#B5B4D5
(181,180,213)
#C1C0DB
(193,192,219)
#CDCCE1
(205,204,225)
#D9D8E7
(217,216,231)
#E5E4ED
(229,228,237)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7978B7; }

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

This text font color is #7978B7.


Background Color

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

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

This div background color is #7978B7.


Border color

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

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

This div border color is #7978B7.


Opacity

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

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

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

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

This text has shadow with #7978B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7978B7 on black background.


Color preview on white background

This text has color #7978B7 on white background.



Black color preview on #7978B7 background

This text has black color on #7978B7 background.


White color preview on #7978B7 background

This text has white color on #7978B7 background.