COLOR #7373BD

HEX: #7373BD
RGB: (115,115,189)

Color info

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

RGB color model

#7373BD color RGB value is (115,115,189).

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

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 189 of 255 = 74%

115
115
189

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

Portions of RGB colors in percentages

R + G + B =
115 + 115 + 189 = 419 (100%)
R 115 of 419 ~ 27.45%
G 115 of 419 ~ 27.45%
B 189 of 419 ~ 45.11%

%27.45
%27.45
%45.11

CMYK color model

#7373BD color CMYK value is (39,39,0,26).

  • cyan value is 39.15%
  • magenta value is 39.15%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(39,39,0,26)
C39M39Y0K26 
(39%,39%,0%,26%)
(0.39/0.39/0.00/0.26)	

CMYK percentages

%39.15
%39.15
%0
%25.88

Codes

Color #7373BD in popluar color models

7373BD
RGB115115189
HSL240°35.92%59.61%
HSB/HSV240°39.15%74.12%
CMYK39.15%39.15%0.00%
25.88%

Color #7373BD in popluar number systems.

HEX7373BD
Decimal115115189
Binary1110011111001110111101
Octal163163275

Shades and tints

Shades of #7373BD

#7373BD
(115,115,189)
#6969AC
(105,105,172)
#5F5F9B
(95,95,155)
#55558A
(85,85,138)
#4B4B79
(75,75,121)
#414168
(65,65,104)
#373757
(55,55,87)
#2D2D46
(45,45,70)
#232335
(35,35,53)
#191924
(25,25,36)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #7373BD

#7373BD
(115,115,189)
#7F7FC3
(127,127,195)
#8B8BC9
(139,139,201)
#9797CF
(151,151,207)
#A3A3D5
(163,163,213)
#AFAFDB
(175,175,219)
#BBBBE1
(187,187,225)
#C7C7E7
(199,199,231)
#D3D3ED
(211,211,237)
#DFDFF3
(223,223,243)
#EBEBF9
(235,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7373BD; }

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

This text font color is #7373BD.


Background Color

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

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

This div background color is #7373BD.


Border color

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

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

This div border color is #7373BD.


Opacity

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

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

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

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

This text has shadow with #7373BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7373BD on black background.


Color preview on white background

This text has color #7373BD on white background.



Black color preview on #7373BD background

This text has black color on #7373BD background.


White color preview on #7373BD background

This text has white color on #7373BD background.