COLOR #7959A9

HEX: #7959A9
RGB: (121,89,169)

Color info

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

RGB color model

#7959A9 color RGB value is (121,89,169).

  • red value is 121;
  • green value is 89;
  • blue value is 169.
RGB:
(121,89,169)
(47%,35%,66%)

RGB channels and saturation

R 121 of 255 = 47%
G 89 of 255 = 35%
B 169 of 255 = 66%

121
89
169

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

Portions of RGB colors in percentages

R + G + B =
121 + 89 + 169 = 379 (100%)
R 121 of 379 ~ 31.93%
G 89 of 379 ~ 23.48%
B 169 of 379 ~ 44.59%

%31.93
%23.48
%44.59

CMYK color model

#7959A9 color CMYK value is (28,47,0,34).

  • cyan value is 28.40%
  • magenta value is 47.34%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(28,47,0,34)
C28M47Y0K34 
(28%,47%,0%,34%)
(0.28/0.47/0.00/0.34)	

CMYK percentages

%28.4
%47.34
%0
%33.73

Codes

Color #7959A9 in popluar color models

7959A9
RGB12189169
HSL264°31.75%50.59%
HSB/HSV264°47.34%66.27%
CMYK28.40%47.34%0.00%
33.73%

Color #7959A9 in popluar number systems.

HEX7959A9
Decimal12189169
Binary1111001101100110101001
Octal171131251

Shades and tints

Shades of #7959A9

#7959A9
(121,89,169)
#6E519A
(110,81,154)
#63498B
(99,73,139)
#58417C
(88,65,124)
#4D396D
(77,57,109)
#42315E
(66,49,94)
#37294F
(55,41,79)
#2C2140
(44,33,64)
#211931
(33,25,49)
#161122
(22,17,34)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #7959A9

#7959A9
(121,89,169)
#8568B0
(133,104,176)
#9177B7
(145,119,183)
#9D86BE
(157,134,190)
#A995C5
(169,149,197)
#B5A4CC
(181,164,204)
#C1B3D3
(193,179,211)
#CDC2DA
(205,194,218)
#D9D1E1
(217,209,225)
#E5E0E8
(229,224,232)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7959A9 color. Also use rgb(121,89,169) instead hex code.

Text Font Color

.myTextColor { color: #7959A9; }

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

This text font color is #7959A9.


Background Color

.myBgColor { background-color: #7959A9; }

<div style="background-color:#7959A9">Inner text</div>

This div background color is #7959A9.


Border color

.myBorderColor { border: 1px solid #7959A9; }

<div style="border:3px solid #7959A9">Div</div>

This div border color is #7959A9.


Opacity

.myOpacity80 { color: #7959A9; opacity: 0.8; }

<p style="color:#7959A9;opacity:0.8;">80%</p>

Text with #7959A9 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 #7959A9;}

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

This text has shadow with #7959A9 color.

.textShadow {text-shadow: 3px 3px 1px #7959A9, 3px 3px 1px red;}

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

This text has shadow with #7959A9 primary color and red secondary color.


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

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

This text has shadow with #7959A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7959A9 on black background.


Color preview on white background

This text has color #7959A9 on white background.



Black color preview on #7959A9 background

This text has black color on #7959A9 background.


White color preview on #7959A9 background

This text has white color on #7959A9 background.