COLOR #7373B7

HEX: #7373B7
RGB: (115,115,183)

Color info

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

RGB color model

#7373B7 color RGB value is (115,115,183).

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

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 183 of 255 = 72%

115
115
183

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

Portions of RGB colors in percentages

R + G + B =
115 + 115 + 183 = 413 (100%)
R 115 of 413 ~ 27.85%
G 115 of 413 ~ 27.85%
B 183 of 413 ~ 44.31%

%27.85
%27.85
%44.31

CMYK color model

#7373B7 color CMYK value is (37,37,0,28).

  • cyan value is 37.16%
  • magenta value is 37.16%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(37,37,0,28)
C37M37Y0K28 
(37%,37%,0%,28%)
(0.37/0.37/0.00/0.28)	

CMYK percentages

%37.16
%37.16
%0
%28.24

Codes

Color #7373B7 in popluar color models

7373B7
RGB115115183
HSL240°32.08%58.43%
HSB/HSV240°37.16%71.76%
CMYK37.16%37.16%0.00%
28.24%

Color #7373B7 in popluar number systems.

HEX7373B7
Decimal115115183
Binary1110011111001110110111
Octal163163267

Shades and tints

Shades of #7373B7

#7373B7
(115,115,183)
#6969A7
(105,105,167)
#5F5F97
(95,95,151)
#555587
(85,85,135)
#4B4B77
(75,75,119)
#414167
(65,65,103)
#373757
(55,55,87)
#2D2D47
(45,45,71)
#232337
(35,35,55)
#191927
(25,25,39)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #7373B7

#7373B7
(115,115,183)
#7F7FBD
(127,127,189)
#8B8BC3
(139,139,195)
#9797C9
(151,151,201)
#A3A3CF
(163,163,207)
#AFAFD5
(175,175,213)
#BBBBDB
(187,187,219)
#C7C7E1
(199,199,225)
#D3D3E7
(211,211,231)
#DFDFED
(223,223,237)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7373B7; }

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

This text font color is #7373B7.


Background Color

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

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

This div background color is #7373B7.


Border color

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

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

This div border color is #7373B7.


Opacity

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

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

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

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

This text has shadow with #7373B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7373B7 on black background.


Color preview on white background

This text has color #7373B7 on white background.



Black color preview on #7373B7 background

This text has black color on #7373B7 background.


White color preview on #7373B7 background

This text has white color on #7373B7 background.