COLOR #7970BB

HEX: #7970BB RGB: (121,112,187)

Color info

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

RGB color model

#7970BB color RGB value is (121,112,187).

RGB: (121,112,187) (47%, 44%, 73%)

RGB channels and saturation

R 121 of 255 = 47%
G 112 of 255 = 44%
B 187 of 255 = 73%

121
112
187

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

Portions of RGB colors in percentages

R + G + B = 121 + 112 + 187 = 420 (100%)
R 121 of 420 ~ 28.81%
G 112 of 420 ~ 26.67%
B 187 of 420 ~ 44.52'%

%28.81
%26.67
%44.52

CMYK color model

#7970BB color CMYK value is (35,40,0,27).

  • cyan value is 35.29%
  • magenta value is 40.11%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (35,40,0,27)
C35M40Y0K27 (35%, 40%, 0%, 27%)
(0.35 / 0.40 / 0.00 / 0.27)

CMYK percentages

%35.29
%40.11
%0
%26.67

Codes

Color #7970BB in popluar color models

79 70 BB
RGB 121 112 187
HSL 247° 35.55% 58.63%
HSB/HSV 247° 40.11% 73.33%
CMYK 35.29% 40.11% 0.00%
26.67%

Color #7970BB in popluar number systems.

HEX 79 70 BB
Decimal 121 112 187
Binary 1111001 1110000 10111011
Octal 171 160 273

Shades and tints

Shades of #7970BB

#7970BB
(121,112,187)
#6E66AA
(110,102,170)
#635C99
(99,92,153)
#585288
(88,82,136)
#4D4877
(77,72,119)
#423E66
(66,62,102)
#373455
(55,52,85)
#2C2A44
(44,42,68)
#212033
(33,32,51)
#161622
(22,22,34)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #7970BB

#7970BB
(121,112,187)
#857DC1
(133,125,193)
#918AC7
(145,138,199)
#9D97CD
(157,151,205)
#A9A4D3
(169,164,211)
#B5B1D9
(181,177,217)
#C1BEDF
(193,190,223)
#CDCBE5
(205,203,229)
#D9D8EB
(217,216,235)
#E5E5F1
(229,229,241)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7970BB color. Also use rgb(121,112,187) instead hex code.

Text Font Color

.myTextColor { color: #7970BB; }

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

This text font color is #7970BB.

Background Color

.myBgColor { background-color: #7970BB; }

<div style="background-color:#7970BB">Inner text</div>

This div background color is #7970BB.

Border color

.myBorderColor { border: 1px solid #7970BB; }

<div style="border:3px solid #7970BB">Div</div>

This div border color is #7970BB.

Opacity

.myOpacity80 { color: #7970BB; opacity: 0.8; }

<p style="color:#7970BB;opacity:0.8;">80%</p>

Text with #7970BB 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 #7970BB;}

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

This text has shadow with #7970BB color.


.textShadow {text-shadow: 3px 3px 1px #7970BB', 3px 3px 1px red;}

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

This text has shadow with #7970BB primary color and red secondary color.


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

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

This text has shadow with #7970BB and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7970BB; -webkit-box-shadow: 1px 1px 3px 2px #7970BB; box-shadow:1px 1px 3px 2px #7970BB;">
Div content here
</div>

This div box has shadow with color #7970BB.

Preview

Color preview on black background

This text has color #7970BB on black background.


Color preview on white background

This text has color #7970BB on white background.


Black color preview on #7970BB background

This text has black color on #7970BB background.


White color preview on #7970BB background

This text has white color on #7970BB background.


Related colors

Complementary color

Complementary color for #hex is #868F44.


I love getcolorcode.com

Triadic colors

1 #BB7970 and #70BB79 with #7970BB are triadic colors.

2 #BB7079 and #7079BB with #7970BB are triadic colors.