COLOR #7970C2

HEX: #7970C2
RGB: (121,112,194)

Color info

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

RGB color model

#7970C2 color RGB value is (121,112,194).

  • red value is 121;
  • green value is 112;
  • blue value is 194.
RGB:
(121,112,194)
(47%,44%,76%)

RGB channels and saturation

R 121 of 255 = 47%
G 112 of 255 = 44%
B 194 of 255 = 76%

121
112
194

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

Portions of RGB colors in percentages

R + G + B =
121 + 112 + 194 = 427 (100%)
R 121 of 427 ~ 28.34%
G 112 of 427 ~ 26.23%
B 194 of 427 ~ 45.43%

%28.34
%26.23
%45.43

CMYK color model

#7970C2 color CMYK value is (38,42,0,24).

  • cyan value is 37.63%
  • magenta value is 42.27%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(38,42,0,24)
C38M42Y0K24 
(38%,42%,0%,24%)
(0.38/0.42/0.00/0.24)	

CMYK percentages

%37.63
%42.27
%0
%23.92

Codes

Color #7970C2 in popluar color models

7970C2
RGB121112194
HSL247°40.20%60.00%
HSB/HSV247°42.27%76.08%
CMYK37.63%42.27%0.00%
23.92%

Color #7970C2 in popluar number systems.

HEX7970C2
Decimal121112194
Binary1111001111000011000010
Octal171160302

Shades and tints

Shades of #7970C2

#7970C2
(121,112,194)
#6E66B1
(110,102,177)
#635CA0
(99,92,160)
#58528F
(88,82,143)
#4D487E
(77,72,126)
#423E6D
(66,62,109)
#37345C
(55,52,92)
#2C2A4B
(44,42,75)
#21203A
(33,32,58)
#161629
(22,22,41)
#0B0C18
(11,12,24)
#000000
(0,0,0)

Tints of #7970C2

#7970C2
(121,112,194)
#857DC7
(133,125,199)
#918ACC
(145,138,204)
#9D97D1
(157,151,209)
#A9A4D6
(169,164,214)
#B5B1DB
(181,177,219)
#C1BEE0
(193,190,224)
#CDCBE5
(205,203,229)
#D9D8EA
(217,216,234)
#E5E5EF
(229,229,239)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7970C2; }

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

This text font color is #7970C2.


Background Color

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

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

This div background color is #7970C2.


Border color

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

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

This div border color is #7970C2.


Opacity

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

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

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

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

This text has shadow with #7970C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7970C2 on black background.


Color preview on white background

This text has color #7970C2 on white background.



Black color preview on #7970C2 background

This text has black color on #7970C2 background.


White color preview on #7970C2 background

This text has white color on #7970C2 background.