COLOR #7953AC

HEX: #7953AC
RGB: (121,83,172)

Color info

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

RGB color model

#7953AC color RGB value is (121,83,172).

  • red value is 121;
  • green value is 83;
  • blue value is 172.
RGB:
(121,83,172)
(47%,33%,67%)

RGB channels and saturation

R 121 of 255 = 47%
G 83 of 255 = 33%
B 172 of 255 = 67%

121
83
172

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

Portions of RGB colors in percentages

R + G + B =
121 + 83 + 172 = 376 (100%)
R 121 of 376 ~ 32.18%
G 83 of 376 ~ 22.07%
B 172 of 376 ~ 45.74%

%32.18
%22.07
%45.74

CMYK color model

#7953AC color CMYK value is (30,52,0,33).

  • cyan value is 29.65%
  • magenta value is 51.74%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(30,52,0,33)
C30M52Y0K33 
(30%,52%,0%,33%)
(0.30/0.52/0.00/0.33)	

CMYK percentages

%29.65
%51.74
%0
%32.55

Codes

Color #7953AC in popluar color models

7953AC
RGB12183172
HSL266°34.90%50.00%
HSB/HSV266°51.74%67.45%
CMYK29.65%51.74%0.00%
32.55%

Color #7953AC in popluar number systems.

HEX7953AC
Decimal12183172
Binary1111001101001110101100
Octal171123254

Shades and tints

Shades of #7953AC

#7953AC
(121,83,172)
#6E4C9D
(110,76,157)
#63458E
(99,69,142)
#583E7F
(88,62,127)
#4D3770
(77,55,112)
#423061
(66,48,97)
#372952
(55,41,82)
#2C2243
(44,34,67)
#211B34
(33,27,52)
#161425
(22,20,37)
#0B0D16
(11,13,22)
#000000
(0,0,0)

Tints of #7953AC

#7953AC
(121,83,172)
#8562B3
(133,98,179)
#9171BA
(145,113,186)
#9D80C1
(157,128,193)
#A98FC8
(169,143,200)
#B59ECF
(181,158,207)
#C1ADD6
(193,173,214)
#CDBCDD
(205,188,221)
#D9CBE4
(217,203,228)
#E5DAEB
(229,218,235)
#F1E9F2
(241,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7953AC color. Also use rgb(121,83,172) instead hex code.

Text Font Color

.myTextColor { color: #7953AC; }

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

This text font color is #7953AC.


Background Color

.myBgColor { background-color: #7953AC; }

<div style="background-color:#7953AC">Inner text</div>

This div background color is #7953AC.


Border color

.myBorderColor { border: 1px solid #7953AC; }

<div style="border:3px solid #7953AC">Div</div>

This div border color is #7953AC.


Opacity

.myOpacity80 { color: #7953AC; opacity: 0.8; }

<p style="color:#7953AC;opacity:0.8;">80%</p>

Text with #7953AC 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 #7953AC;}

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

This text has shadow with #7953AC color.

.textShadow {text-shadow: 3px 3px 1px #7953AC, 3px 3px 1px red;}

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

This text has shadow with #7953AC primary color and red secondary color.


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

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

This text has shadow with #7953AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7953AC on black background.


Color preview on white background

This text has color #7953AC on white background.



Black color preview on #7953AC background

This text has black color on #7953AC background.


White color preview on #7953AC background

This text has white color on #7953AC background.