COLOR #7951A4

HEX: #7951A4
RGB: (121,81,164)

Color info

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

RGB color model

#7951A4 color RGB value is (121,81,164).

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

RGB channels and saturation

R 121 of 255 = 47%
G 81 of 255 = 32%
B 164 of 255 = 64%

121
81
164

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

Portions of RGB colors in percentages

R + G + B =
121 + 81 + 164 = 366 (100%)
R 121 of 366 ~ 33.06%
G 81 of 366 ~ 22.13%
B 164 of 366 ~ 44.81%

%33.06
%22.13
%44.81

CMYK color model

#7951A4 color CMYK value is (26,51,0,36).

  • cyan value is 26.22%
  • magenta value is 50.61%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(26,51,0,36)
C26M51Y0K36 
(26%,51%,0%,36%)
(0.26/0.51/0.00/0.36)	

CMYK percentages

%26.22
%50.61
%0
%35.69

Codes

Color #7951A4 in popluar color models

7951A4
RGB12181164
HSL269°33.88%48.04%
HSB/HSV269°50.61%64.31%
CMYK26.22%50.61%0.00%
35.69%

Color #7951A4 in popluar number systems.

HEX7951A4
Decimal12181164
Binary1111001101000110100100
Octal171121244

Shades and tints

Shades of #7951A4

#7951A4
(121,81,164)
#6E4A96
(110,74,150)
#634388
(99,67,136)
#583C7A
(88,60,122)
#4D356C
(77,53,108)
#422E5E
(66,46,94)
#372750
(55,39,80)
#2C2042
(44,32,66)
#211934
(33,25,52)
#161226
(22,18,38)
#0B0B18
(11,11,24)
#000000
(0,0,0)

Tints of #7951A4

#7951A4
(121,81,164)
#8560AC
(133,96,172)
#916FB4
(145,111,180)
#9D7EBC
(157,126,188)
#A98DC4
(169,141,196)
#B59CCC
(181,156,204)
#C1ABD4
(193,171,212)
#CDBADC
(205,186,220)
#D9C9E4
(217,201,228)
#E5D8EC
(229,216,236)
#F1E7F4
(241,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7951A4; }

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

This text font color is #7951A4.


Background Color

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

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

This div background color is #7951A4.


Border color

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

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

This div border color is #7951A4.


Opacity

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

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

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

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

This text has shadow with #7951A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7951A4 on black background.


Color preview on white background

This text has color #7951A4 on white background.



Black color preview on #7951A4 background

This text has black color on #7951A4 background.


White color preview on #7951A4 background

This text has white color on #7951A4 background.