COLOR #7960A1

HEX: #7960A1
RGB: (121,96,161)

Color info

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

RGB color model

#7960A1 color RGB value is (121,96,161).

  • red value is 121;
  • green value is 96;
  • blue value is 161.
RGB:
(121,96,161)
(47%,38%,63%)

RGB channels and saturation

R 121 of 255 = 47%
G 96 of 255 = 38%
B 161 of 255 = 63%

121
96
161

R + G + B ~ 49%. #7960A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 96 + 161 = 378 (100%)
R 121 of 378 ~ 32.01%
G 96 of 378 ~ 25.4%
B 161 of 378 ~ 42.59%

%32.01
%25.4
%42.59

CMYK color model

#7960A1 color CMYK value is (25,40,0,37).

  • cyan value is 24.84%
  • magenta value is 40.37%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(25,40,0,37)
C25M40Y0K37 
(25%,40%,0%,37%)
(0.25/0.40/0.00/0.37)	

CMYK percentages

%24.84
%40.37
%0
%36.86

Codes

Color #7960A1 in popluar color models

7960A1
RGB12196161
HSL263°25.69%50.39%
HSB/HSV263°40.37%63.14%
CMYK24.84%40.37%0.00%
36.86%

Color #7960A1 in popluar number systems.

HEX7960A1
Decimal12196161
Binary1111001110000010100001
Octal171140241

Shades and tints

Shades of #7960A1

#7960A1
(121,96,161)
#6E5893
(110,88,147)
#635085
(99,80,133)
#584877
(88,72,119)
#4D4069
(77,64,105)
#42385B
(66,56,91)
#37304D
(55,48,77)
#2C283F
(44,40,63)
#212031
(33,32,49)
#161823
(22,24,35)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #7960A1

#7960A1
(121,96,161)
#856EA9
(133,110,169)
#917CB1
(145,124,177)
#9D8AB9
(157,138,185)
#A998C1
(169,152,193)
#B5A6C9
(181,166,201)
#C1B4D1
(193,180,209)
#CDC2D9
(205,194,217)
#D9D0E1
(217,208,225)
#E5DEE9
(229,222,233)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7960A1 color. Also use rgb(121,96,161) instead hex code.

Text Font Color

.myTextColor { color: #7960A1; }

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

This text font color is #7960A1.


Background Color

.myBgColor { background-color: #7960A1; }

<div style="background-color:#7960A1">Inner text</div>

This div background color is #7960A1.


Border color

.myBorderColor { border: 1px solid #7960A1; }

<div style="border:3px solid #7960A1">Div</div>

This div border color is #7960A1.


Opacity

.myOpacity80 { color: #7960A1; opacity: 0.8; }

<p style="color:#7960A1;opacity:0.8;">80%</p>

Text with #7960A1 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 #7960A1;}

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

This text has shadow with #7960A1 color.

.textShadow {text-shadow: 3px 3px 1px #7960A1, 3px 3px 1px red;}

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

This text has shadow with #7960A1 primary color and red secondary color.


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

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

This text has shadow with #7960A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7960A1 on black background.


Color preview on white background

This text has color #7960A1 on white background.



Black color preview on #7960A1 background

This text has black color on #7960A1 background.


White color preview on #7960A1 background

This text has white color on #7960A1 background.