COLOR #7961C1

HEX: #7961C1
RGB: (121,97,193)

Color info

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

RGB color model

#7961C1 color RGB value is (121,97,193).

  • red value is 121;
  • green value is 97;
  • blue value is 193.
RGB:
(121,97,193)
(47%,38%,76%)

RGB channels and saturation

R 121 of 255 = 47%
G 97 of 255 = 38%
B 193 of 255 = 76%

121
97
193

R + G + B ~ 54%. #7961C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 97 + 193 = 411 (100%)
R 121 of 411 ~ 29.44%
G 97 of 411 ~ 23.6%
B 193 of 411 ~ 46.96%

%29.44
%23.6
%46.96

CMYK color model

#7961C1 color CMYK value is (37,50,0,24).

  • cyan value is 37.31%
  • magenta value is 49.74%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(37,50,0,24)
C37M50Y0K24 
(37%,50%,0%,24%)
(0.37/0.50/0.00/0.24)	

CMYK percentages

%37.31
%49.74
%0
%24.31

Codes

Color #7961C1 in popluar color models

7961C1
RGB12197193
HSL255°43.64%56.86%
HSB/HSV255°49.74%75.69%
CMYK37.31%49.74%0.00%
24.31%

Color #7961C1 in popluar number systems.

HEX7961C1
Decimal12197193
Binary1111001110000111000001
Octal171141301

Shades and tints

Shades of #7961C1

#7961C1
(121,97,193)
#6E59B0
(110,89,176)
#63519F
(99,81,159)
#58498E
(88,73,142)
#4D417D
(77,65,125)
#42396C
(66,57,108)
#37315B
(55,49,91)
#2C294A
(44,41,74)
#212139
(33,33,57)
#161928
(22,25,40)
#0B1117
(11,17,23)
#000000
(0,0,0)

Tints of #7961C1

#7961C1
(121,97,193)
#856FC6
(133,111,198)
#917DCB
(145,125,203)
#9D8BD0
(157,139,208)
#A999D5
(169,153,213)
#B5A7DA
(181,167,218)
#C1B5DF
(193,181,223)
#CDC3E4
(205,195,228)
#D9D1E9
(217,209,233)
#E5DFEE
(229,223,238)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7961C1 color. Also use rgb(121,97,193) instead hex code.

Text Font Color

.myTextColor { color: #7961C1; }

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

This text font color is #7961C1.


Background Color

.myBgColor { background-color: #7961C1; }

<div style="background-color:#7961C1">Inner text</div>

This div background color is #7961C1.


Border color

.myBorderColor { border: 1px solid #7961C1; }

<div style="border:3px solid #7961C1">Div</div>

This div border color is #7961C1.


Opacity

.myOpacity80 { color: #7961C1; opacity: 0.8; }

<p style="color:#7961C1;opacity:0.8;">80%</p>

Text with #7961C1 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 #7961C1;}

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

This text has shadow with #7961C1 color.

.textShadow {text-shadow: 3px 3px 1px #7961C1, 3px 3px 1px red;}

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

This text has shadow with #7961C1 primary color and red secondary color.


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

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

This text has shadow with #7961C1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7961C1 on black background.


Color preview on white background

This text has color #7961C1 on white background.



Black color preview on #7961C1 background

This text has black color on #7961C1 background.


White color preview on #7961C1 background

This text has white color on #7961C1 background.