COLOR #7976BE

HEX: #7976BE
RGB: (121,118,190)

Color info

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

RGB color model

#7976BE color RGB value is (121,118,190).

  • red value is 121;
  • green value is 118;
  • blue value is 190.
RGB:
(121,118,190)
(47%,46%,75%)

RGB channels and saturation

R 121 of 255 = 47%
G 118 of 255 = 46%
B 190 of 255 = 75%

121
118
190

R + G + B ~ 56%. #7976BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 118 + 190 = 429 (100%)
R 121 of 429 ~ 28.21%
G 118 of 429 ~ 27.51%
B 190 of 429 ~ 44.29%

%28.21
%27.51
%44.29

CMYK color model

#7976BE color CMYK value is (36,38,0,25).

  • cyan value is 36.32%
  • magenta value is 37.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(36,38,0,25)
C36M38Y0K25 
(36%,38%,0%,25%)
(0.36/0.38/0.00/0.25)	

CMYK percentages

%36.32
%37.89
%0
%25.49

Codes

Color #7976BE in popluar color models

7976BE
RGB121118190
HSL243°35.64%60.39%
HSB/HSV243°37.89%74.51%
CMYK36.32%37.89%0.00%
25.49%

Color #7976BE in popluar number systems.

HEX7976BE
Decimal121118190
Binary1111001111011010111110
Octal171166276

Shades and tints

Shades of #7976BE

#7976BE
(121,118,190)
#6E6CAD
(110,108,173)
#63629C
(99,98,156)
#58588B
(88,88,139)
#4D4E7A
(77,78,122)
#424469
(66,68,105)
#373A58
(55,58,88)
#2C3047
(44,48,71)
#212636
(33,38,54)
#161C25
(22,28,37)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #7976BE

#7976BE
(121,118,190)
#8582C3
(133,130,195)
#918EC8
(145,142,200)
#9D9ACD
(157,154,205)
#A9A6D2
(169,166,210)
#B5B2D7
(181,178,215)
#C1BEDC
(193,190,220)
#CDCAE1
(205,202,225)
#D9D6E6
(217,214,230)
#E5E2EB
(229,226,235)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7976BE color. Also use rgb(121,118,190) instead hex code.

Text Font Color

.myTextColor { color: #7976BE; }

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

This text font color is #7976BE.


Background Color

.myBgColor { background-color: #7976BE; }

<div style="background-color:#7976BE">Inner text</div>

This div background color is #7976BE.


Border color

.myBorderColor { border: 1px solid #7976BE; }

<div style="border:3px solid #7976BE">Div</div>

This div border color is #7976BE.


Opacity

.myOpacity80 { color: #7976BE; opacity: 0.8; }

<p style="color:#7976BE;opacity:0.8;">80%</p>

Text with #7976BE 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 #7976BE;}

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

This text has shadow with #7976BE color.

.textShadow {text-shadow: 3px 3px 1px #7976BE, 3px 3px 1px red;}

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

This text has shadow with #7976BE primary color and red secondary color.


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

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

This text has shadow with #7976BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7976BE on black background.


Color preview on white background

This text has color #7976BE on white background.



Black color preview on #7976BE background

This text has black color on #7976BE background.


White color preview on #7976BE background

This text has white color on #7976BE background.