COLOR #7373E0

HEX: #7373E0
RGB: (115,115,224)

Color info

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

RGB color model

#7373E0 color RGB value is (115,115,224).

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

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 224 of 255 = 88%

115
115
224

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

Portions of RGB colors in percentages

R + G + B =
115 + 115 + 224 = 454 (100%)
R 115 of 454 ~ 25.33%
G 115 of 454 ~ 25.33%
B 224 of 454 ~ 49.34%

%25.33
%25.33
%49.34

CMYK color model

#7373E0 color CMYK value is (49,49,0,12).

  • cyan value is 48.66%
  • magenta value is 48.66%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(49,49,0,12)
C49M49Y0K12 
(49%,49%,0%,12%)
(0.49/0.49/0.00/0.12)	

CMYK percentages

%48.66
%48.66
%0
%12.16

Codes

Color #7373E0 in popluar color models

7373E0
RGB115115224
HSL240°63.74%66.47%
HSB/HSV240°48.66%87.84%
CMYK48.66%48.66%0.00%
12.16%

Color #7373E0 in popluar number systems.

HEX7373E0
Decimal115115224
Binary1110011111001111100000
Octal163163340

Shades and tints

Shades of #7373E0

#7373E0
(115,115,224)
#6969CC
(105,105,204)
#5F5FB8
(95,95,184)
#5555A4
(85,85,164)
#4B4B90
(75,75,144)
#41417C
(65,65,124)
#373768
(55,55,104)
#2D2D54
(45,45,84)
#232340
(35,35,64)
#19192C
(25,25,44)
#0F0F18
(15,15,24)
#000000
(0,0,0)

Tints of #7373E0

#7373E0
(115,115,224)
#7F7FE2
(127,127,226)
#8B8BE4
(139,139,228)
#9797E6
(151,151,230)
#A3A3E8
(163,163,232)
#AFAFEA
(175,175,234)
#BBBBEC
(187,187,236)
#C7C7EE
(199,199,238)
#D3D3F0
(211,211,240)
#DFDFF2
(223,223,242)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7373E0; }

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

This text font color is #7373E0.


Background Color

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

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

This div background color is #7373E0.


Border color

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

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

This div border color is #7373E0.


Opacity

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

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

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

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

This text has shadow with #7373E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7373E0 on black background.


Color preview on white background

This text has color #7373E0 on white background.



Black color preview on #7373E0 background

This text has black color on #7373E0 background.


White color preview on #7373E0 background

This text has white color on #7373E0 background.