COLOR #7971B0

HEX: #7971B0
RGB: (121,113,176)

Color info

#7971B0 contains mainly red and blue colors. Web safe color of #7971B0 is #666699 (or #669).

RGB color model

#7971B0 color RGB value is (121,113,176).

  • red value is 121;
  • green value is 113;
  • blue value is 176.
RGB:
(121,113,176)
(47%,44%,69%)

RGB channels and saturation

R 121 of 255 = 47%
G 113 of 255 = 44%
B 176 of 255 = 69%

121
113
176

R + G + B ~ 53%. #7971B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 113 + 176 = 410 (100%)
R 121 of 410 ~ 29.51%
G 113 of 410 ~ 27.56%
B 176 of 410 ~ 42.93%

%29.51
%27.56
%42.93

CMYK color model

#7971B0 color CMYK value is (31,36,0,31).

  • cyan value is 31.25%
  • magenta value is 35.80%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(31,36,0,31)
C31M36Y0K31 
(31%,36%,0%,31%)
(0.31/0.36/0.00/0.31)	

CMYK percentages

%31.25
%35.8
%0
%30.98

Codes

Color #7971B0 in popluar color models

7971B0
RGB121113176
HSL248°28.51%56.67%
HSB/HSV248°35.80%69.02%
CMYK31.25%35.80%0.00%
30.98%

Color #7971B0 in popluar number systems.

HEX7971B0
Decimal121113176
Binary1111001111000110110000
Octal171161260

Shades and tints

Shades of #7971B0

#7971B0
(121,113,176)
#6E67A0
(110,103,160)
#635D90
(99,93,144)
#585380
(88,83,128)
#4D4970
(77,73,112)
#423F60
(66,63,96)
#373550
(55,53,80)
#2C2B40
(44,43,64)
#212130
(33,33,48)
#161720
(22,23,32)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #7971B0

#7971B0
(121,113,176)
#857DB7
(133,125,183)
#9189BE
(145,137,190)
#9D95C5
(157,149,197)
#A9A1CC
(169,161,204)
#B5ADD3
(181,173,211)
#C1B9DA
(193,185,218)
#CDC5E1
(205,197,225)
#D9D1E8
(217,209,232)
#E5DDEF
(229,221,239)
#F1E9F6
(241,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7971B0 color. Also use rgb(121,113,176) instead hex code.

Text Font Color

.myTextColor { color: #7971B0; }

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

This text font color is #7971B0.


Background Color

.myBgColor { background-color: #7971B0; }

<div style="background-color:#7971B0">Inner text</div>

This div background color is #7971B0.


Border color

.myBorderColor { border: 1px solid #7971B0; }

<div style="border:3px solid #7971B0">Div</div>

This div border color is #7971B0.


Opacity

.myOpacity80 { color: #7971B0; opacity: 0.8; }

<p style="color:#7971B0;opacity:0.8;">80%</p>

Text with #7971B0 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 #7971B0;}

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

This text has shadow with #7971B0 color.

.textShadow {text-shadow: 3px 3px 1px #7971B0, 3px 3px 1px red;}

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

This text has shadow with #7971B0 primary color and red secondary color.


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

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

This text has shadow with #7971B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7971B0 on black background.


Color preview on white background

This text has color #7971B0 on white background.



Black color preview on #7971B0 background

This text has black color on #7971B0 background.


White color preview on #7971B0 background

This text has white color on #7971B0 background.