COLOR #7873A3

HEX: #7873A3
RGB: (120,115,163)

Color info

#7873A3 contains red, green and blue colors in about the same proportion. Web safe color of #7873A3 is #666699 (or #669).

RGB color model

#7873A3 color RGB value is (120,115,163).

  • red value is 120;
  • green value is 115;
  • blue value is 163.
RGB:
(120,115,163)
(47%,45%,64%)

RGB channels and saturation

R 120 of 255 = 47%
G 115 of 255 = 45%
B 163 of 255 = 64%

120
115
163

R + G + B ~ 52%. #7873A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 115 + 163 = 398 (100%)
R 120 of 398 ~ 30.15%
G 115 of 398 ~ 28.89%
B 163 of 398 ~ 40.95%

%30.15
%28.89
%40.95

CMYK color model

#7873A3 color CMYK value is (26,29,0,36).

  • cyan value is 26.38%
  • magenta value is 29.45%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(26,29,0,36)
C26M29Y0K36 
(26%,29%,0%,36%)
(0.26/0.29/0.00/0.36)	

CMYK percentages

%26.38
%29.45
%0
%36.08

Codes

Color #7873A3 in popluar color models

7873A3
RGB120115163
HSL246°20.69%54.51%
HSB/HSV246°29.45%63.92%
CMYK26.38%29.45%0.00%
36.08%

Color #7873A3 in popluar number systems.

HEX7873A3
Decimal120115163
Binary1111000111001110100011
Octal170163243

Shades and tints

Shades of #7873A3

#7873A3
(120,115,163)
#6E6995
(110,105,149)
#645F87
(100,95,135)
#5A5579
(90,85,121)
#504B6B
(80,75,107)
#46415D
(70,65,93)
#3C374F
(60,55,79)
#322D41
(50,45,65)
#282333
(40,35,51)
#1E1925
(30,25,37)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #7873A3

#7873A3
(120,115,163)
#847FAB
(132,127,171)
#908BB3
(144,139,179)
#9C97BB
(156,151,187)
#A8A3C3
(168,163,195)
#B4AFCB
(180,175,203)
#C0BBD3
(192,187,211)
#CCC7DB
(204,199,219)
#D8D3E3
(216,211,227)
#E4DFEB
(228,223,235)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7873A3 color. Also use rgb(120,115,163) instead hex code.

Text Font Color

.myTextColor { color: #7873A3; }

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

This text font color is #7873A3.


Background Color

.myBgColor { background-color: #7873A3; }

<div style="background-color:#7873A3">Inner text</div>

This div background color is #7873A3.


Border color

.myBorderColor { border: 1px solid #7873A3; }

<div style="border:3px solid #7873A3">Div</div>

This div border color is #7873A3.


Opacity

.myOpacity80 { color: #7873A3; opacity: 0.8; }

<p style="color:#7873A3;opacity:0.8;">80%</p>

Text with #7873A3 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 #7873A3;}

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

This text has shadow with #7873A3 color.

.textShadow {text-shadow: 3px 3px 1px #7873A3, 3px 3px 1px red;}

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

This text has shadow with #7873A3 primary color and red secondary color.


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

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

This text has shadow with #7873A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7873A3 on black background.


Color preview on white background

This text has color #7873A3 on white background.



Black color preview on #7873A3 background

This text has black color on #7873A3 background.


White color preview on #7873A3 background

This text has white color on #7873A3 background.