COLOR #7960A4

HEX: #7960A4
RGB: (121,96,164)

Color info

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

RGB color model

#7960A4 color RGB value is (121,96,164).

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

RGB channels and saturation

R 121 of 255 = 47%
G 96 of 255 = 38%
B 164 of 255 = 64%

121
96
164

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

Portions of RGB colors in percentages

R + G + B =
121 + 96 + 164 = 381 (100%)
R 121 of 381 ~ 31.76%
G 96 of 381 ~ 25.2%
B 164 of 381 ~ 43.04%

%31.76
%25.2
%43.04

CMYK color model

#7960A4 color CMYK value is (26,41,0,36).

  • cyan value is 26.22%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(26,41,0,36)
C26M41Y0K36 
(26%,41%,0%,36%)
(0.26/0.41/0.00/0.36)	

CMYK percentages

%26.22
%41.46
%0
%35.69

Codes

Color #7960A4 in popluar color models

7960A4
RGB12196164
HSL262°27.20%50.98%
HSB/HSV262°41.46%64.31%
CMYK26.22%41.46%0.00%
35.69%

Color #7960A4 in popluar number systems.

HEX7960A4
Decimal12196164
Binary1111001110000010100100
Octal171140244

Shades and tints

Shades of #7960A4

#7960A4
(121,96,164)
#6E5896
(110,88,150)
#635088
(99,80,136)
#58487A
(88,72,122)
#4D406C
(77,64,108)
#42385E
(66,56,94)
#373050
(55,48,80)
#2C2842
(44,40,66)
#212034
(33,32,52)
#161826
(22,24,38)
#0B1018
(11,16,24)
#000000
(0,0,0)

Tints of #7960A4

#7960A4
(121,96,164)
#856EAC
(133,110,172)
#917CB4
(145,124,180)
#9D8ABC
(157,138,188)
#A998C4
(169,152,196)
#B5A6CC
(181,166,204)
#C1B4D4
(193,180,212)
#CDC2DC
(205,194,220)
#D9D0E4
(217,208,228)
#E5DEEC
(229,222,236)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7960A4; }

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

This text font color is #7960A4.


Background Color

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

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

This div background color is #7960A4.


Border color

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

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

This div border color is #7960A4.


Opacity

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

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

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

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

This text has shadow with #7960A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7960A4 on black background.


Color preview on white background

This text has color #7960A4 on white background.



Black color preview on #7960A4 background

This text has black color on #7960A4 background.


White color preview on #7960A4 background

This text has white color on #7960A4 background.