COLOR #7373D0

HEX: #7373D0
RGB: (115,115,208)

Color info

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

RGB color model

#7373D0 color RGB value is (115,115,208).

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

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 208 of 255 = 82%

115
115
208

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

Portions of RGB colors in percentages

R + G + B =
115 + 115 + 208 = 438 (100%)
R 115 of 438 ~ 26.26%
G 115 of 438 ~ 26.26%
B 208 of 438 ~ 47.49%

%26.26
%26.26
%47.49

CMYK color model

#7373D0 color CMYK value is (45,45,0,18).

  • cyan value is 44.71%
  • magenta value is 44.71%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(45,45,0,18)
C45M45Y0K18 
(45%,45%,0%,18%)
(0.45/0.45/0.00/0.18)	

CMYK percentages

%44.71
%44.71
%0
%18.43

Codes

Color #7373D0 in popluar color models

7373D0
RGB115115208
HSL240°49.73%63.33%
HSB/HSV240°44.71%81.57%
CMYK44.71%44.71%0.00%
18.43%

Color #7373D0 in popluar number systems.

HEX7373D0
Decimal115115208
Binary1110011111001111010000
Octal163163320

Shades and tints

Shades of #7373D0

#7373D0
(115,115,208)
#6969BE
(105,105,190)
#5F5FAC
(95,95,172)
#55559A
(85,85,154)
#4B4B88
(75,75,136)
#414176
(65,65,118)
#373764
(55,55,100)
#2D2D52
(45,45,82)
#232340
(35,35,64)
#19192E
(25,25,46)
#0F0F1C
(15,15,28)
#000000
(0,0,0)

Tints of #7373D0

#7373D0
(115,115,208)
#7F7FD4
(127,127,212)
#8B8BD8
(139,139,216)
#9797DC
(151,151,220)
#A3A3E0
(163,163,224)
#AFAFE4
(175,175,228)
#BBBBE8
(187,187,232)
#C7C7EC
(199,199,236)
#D3D3F0
(211,211,240)
#DFDFF4
(223,223,244)
#EBEBF8
(235,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7373D0; }

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

This text font color is #7373D0.


Background Color

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

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

This div background color is #7373D0.


Border color

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

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

This div border color is #7373D0.


Opacity

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

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

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

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

This text has shadow with #7373D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7373D0 on black background.


Color preview on white background

This text has color #7373D0 on white background.



Black color preview on #7373D0 background

This text has black color on #7373D0 background.


White color preview on #7373D0 background

This text has white color on #7373D0 background.