COLOR #7954A5

HEX: #7954A5
RGB: (121,84,165)

Color info

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

RGB color model

#7954A5 color RGB value is (121,84,165).

  • red value is 121;
  • green value is 84;
  • blue value is 165.
RGB:
(121,84,165)
(47%,33%,65%)

RGB channels and saturation

R 121 of 255 = 47%
G 84 of 255 = 33%
B 165 of 255 = 65%

121
84
165

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

Portions of RGB colors in percentages

R + G + B =
121 + 84 + 165 = 370 (100%)
R 121 of 370 ~ 32.7%
G 84 of 370 ~ 22.7%
B 165 of 370 ~ 44.59%

%32.7
%22.7
%44.59

CMYK color model

#7954A5 color CMYK value is (27,49,0,35).

  • cyan value is 26.67%
  • magenta value is 49.09%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(27,49,0,35)
C27M49Y0K35 
(27%,49%,0%,35%)
(0.27/0.49/0.00/0.35)	

CMYK percentages

%26.67
%49.09
%0
%35.29

Codes

Color #7954A5 in popluar color models

7954A5
RGB12184165
HSL267°32.53%48.82%
HSB/HSV267°49.09%64.71%
CMYK26.67%49.09%0.00%
35.29%

Color #7954A5 in popluar number systems.

HEX7954A5
Decimal12184165
Binary1111001101010010100101
Octal171124245

Shades and tints

Shades of #7954A5

#7954A5
(121,84,165)
#6E4D96
(110,77,150)
#634687
(99,70,135)
#583F78
(88,63,120)
#4D3869
(77,56,105)
#42315A
(66,49,90)
#372A4B
(55,42,75)
#2C233C
(44,35,60)
#211C2D
(33,28,45)
#16151E
(22,21,30)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #7954A5

#7954A5
(121,84,165)
#8563AD
(133,99,173)
#9172B5
(145,114,181)
#9D81BD
(157,129,189)
#A990C5
(169,144,197)
#B59FCD
(181,159,205)
#C1AED5
(193,174,213)
#CDBDDD
(205,189,221)
#D9CCE5
(217,204,229)
#E5DBED
(229,219,237)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7954A5 color. Also use rgb(121,84,165) instead hex code.

Text Font Color

.myTextColor { color: #7954A5; }

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

This text font color is #7954A5.


Background Color

.myBgColor { background-color: #7954A5; }

<div style="background-color:#7954A5">Inner text</div>

This div background color is #7954A5.


Border color

.myBorderColor { border: 1px solid #7954A5; }

<div style="border:3px solid #7954A5">Div</div>

This div border color is #7954A5.


Opacity

.myOpacity80 { color: #7954A5; opacity: 0.8; }

<p style="color:#7954A5;opacity:0.8;">80%</p>

Text with #7954A5 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 #7954A5;}

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

This text has shadow with #7954A5 color.

.textShadow {text-shadow: 3px 3px 1px #7954A5, 3px 3px 1px red;}

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

This text has shadow with #7954A5 primary color and red secondary color.


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

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

This text has shadow with #7954A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7954A5 on black background.


Color preview on white background

This text has color #7954A5 on white background.



Black color preview on #7954A5 background

This text has black color on #7954A5 background.


White color preview on #7954A5 background

This text has white color on #7954A5 background.