COLOR #7373A7

HEX: #7373A7
RGB: (115,115,167)

Color info

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

RGB color model

#7373A7 color RGB value is (115,115,167).

  • red value is 115;
  • green value is 115;
  • blue value is 167.
RGB:
(115,115,167)
(45%,45%,65%)

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 167 of 255 = 65%

115
115
167

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

Portions of RGB colors in percentages

R + G + B =
115 + 115 + 167 = 397 (100%)
R 115 of 397 ~ 28.97%
G 115 of 397 ~ 28.97%
B 167 of 397 ~ 42.07%

%28.97
%28.97
%42.07

CMYK color model

#7373A7 color CMYK value is (31,31,0,35).

  • cyan value is 31.14%
  • magenta value is 31.14%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(31,31,0,35)
C31M31Y0K35 
(31%,31%,0%,35%)
(0.31/0.31/0.00/0.35)	

CMYK percentages

%31.14
%31.14
%0
%34.51

Codes

Color #7373A7 in popluar color models

7373A7
RGB115115167
HSL240°22.81%55.29%
HSB/HSV240°31.14%65.49%
CMYK31.14%31.14%0.00%
34.51%

Color #7373A7 in popluar number systems.

HEX7373A7
Decimal115115167
Binary1110011111001110100111
Octal163163247

Shades and tints

Shades of #7373A7

#7373A7
(115,115,167)
#696998
(105,105,152)
#5F5F89
(95,95,137)
#55557A
(85,85,122)
#4B4B6B
(75,75,107)
#41415C
(65,65,92)
#37374D
(55,55,77)
#2D2D3E
(45,45,62)
#23232F
(35,35,47)
#191920
(25,25,32)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #7373A7

#7373A7
(115,115,167)
#7F7FAF
(127,127,175)
#8B8BB7
(139,139,183)
#9797BF
(151,151,191)
#A3A3C7
(163,163,199)
#AFAFCF
(175,175,207)
#BBBBD7
(187,187,215)
#C7C7DF
(199,199,223)
#D3D3E7
(211,211,231)
#DFDFEF
(223,223,239)
#EBEBF7
(235,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7373A7 color. Also use rgb(115,115,167) instead hex code.

Text Font Color

.myTextColor { color: #7373A7; }

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

This text font color is #7373A7.


Background Color

.myBgColor { background-color: #7373A7; }

<div style="background-color:#7373A7">Inner text</div>

This div background color is #7373A7.


Border color

.myBorderColor { border: 1px solid #7373A7; }

<div style="border:3px solid #7373A7">Div</div>

This div border color is #7373A7.


Opacity

.myOpacity80 { color: #7373A7; opacity: 0.8; }

<p style="color:#7373A7;opacity:0.8;">80%</p>

Text with #7373A7 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 #7373A7;}

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

This text has shadow with #7373A7 color.

.textShadow {text-shadow: 3px 3px 1px #7373A7, 3px 3px 1px red;}

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

This text has shadow with #7373A7 primary color and red secondary color.


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

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

This text has shadow with #7373A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7373A7 on black background.


Color preview on white background

This text has color #7373A7 on white background.



Black color preview on #7373A7 background

This text has black color on #7373A7 background.


White color preview on #7373A7 background

This text has white color on #7373A7 background.