COLOR #7373C7

HEX: #7373C7
RGB: (115,115,199)

Color info

#7373C7 contains mainly blue color. Web safe color of #7373C7 is #6666CC (or #66C).

RGB color model

#7373C7 color RGB value is (115,115,199).

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

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 199 of 255 = 78%

115
115
199

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

Portions of RGB colors in percentages

R + G + B =
115 + 115 + 199 = 429 (100%)
R 115 of 429 ~ 26.81%
G 115 of 429 ~ 26.81%
B 199 of 429 ~ 46.39%

%26.81
%26.81
%46.39

CMYK color model

#7373C7 color CMYK value is (42,42,0,22).

  • cyan value is 42.21%
  • magenta value is 42.21%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(42,42,0,22)
C42M42Y0K22 
(42%,42%,0%,22%)
(0.42/0.42/0.00/0.22)	

CMYK percentages

%42.21
%42.21
%0
%21.96

Codes

Color #7373C7 in popluar color models

7373C7
RGB115115199
HSL240°42.86%61.57%
HSB/HSV240°42.21%78.04%
CMYK42.21%42.21%0.00%
21.96%

Color #7373C7 in popluar number systems.

HEX7373C7
Decimal115115199
Binary1110011111001111000111
Octal163163307

Shades and tints

Shades of #7373C7

#7373C7
(115,115,199)
#6969B5
(105,105,181)
#5F5FA3
(95,95,163)
#555591
(85,85,145)
#4B4B7F
(75,75,127)
#41416D
(65,65,109)
#37375B
(55,55,91)
#2D2D49
(45,45,73)
#232337
(35,35,55)
#191925
(25,25,37)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #7373C7

#7373C7
(115,115,199)
#7F7FCC
(127,127,204)
#8B8BD1
(139,139,209)
#9797D6
(151,151,214)
#A3A3DB
(163,163,219)
#AFAFE0
(175,175,224)
#BBBBE5
(187,187,229)
#C7C7EA
(199,199,234)
#D3D3EF
(211,211,239)
#DFDFF4
(223,223,244)
#EBEBF9
(235,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7373C7; }

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

This text font color is #7373C7.


Background Color

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

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

This div background color is #7373C7.


Border color

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

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

This div border color is #7373C7.


Opacity

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

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

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

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

This text has shadow with #7373C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7373C7 on black background.


Color preview on white background

This text has color #7373C7 on white background.



Black color preview on #7373C7 background

This text has black color on #7373C7 background.


White color preview on #7373C7 background

This text has white color on #7373C7 background.