COLOR #7372D7

HEX: #7372D7
RGB: (115,114,215)

Color info

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

RGB color model

#7372D7 color RGB value is (115,114,215).

  • red value is 115;
  • green value is 114;
  • blue value is 215.
RGB:
(115,114,215)
(45%,45%,84%)

RGB channels and saturation

R 115 of 255 = 45%
G 114 of 255 = 45%
B 215 of 255 = 84%

115
114
215

R + G + B ~ 58%. #7372D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 114 + 215 = 444 (100%)
R 115 of 444 ~ 25.9%
G 114 of 444 ~ 25.68%
B 215 of 444 ~ 48.42%

%25.9
%25.68
%48.42

CMYK color model

#7372D7 color CMYK value is (47,47,0,16).

  • cyan value is 46.51%
  • magenta value is 46.98%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(47,47,0,16)
C47M47Y0K16 
(47%,47%,0%,16%)
(0.47/0.47/0.00/0.16)	

CMYK percentages

%46.51
%46.98
%0
%15.69

Codes

Color #7372D7 in popluar color models

7372D7
RGB115114215
HSL241°55.80%64.51%
HSB/HSV241°46.98%84.31%
CMYK46.51%46.98%0.00%
15.69%

Color #7372D7 in popluar number systems.

HEX7372D7
Decimal115114215
Binary1110011111001011010111
Octal163162327

Shades and tints

Shades of #7372D7

#7372D7
(115,114,215)
#6968C4
(105,104,196)
#5F5EB1
(95,94,177)
#55549E
(85,84,158)
#4B4A8B
(75,74,139)
#414078
(65,64,120)
#373665
(55,54,101)
#2D2C52
(45,44,82)
#23223F
(35,34,63)
#19182C
(25,24,44)
#0F0E19
(15,14,25)
#000000
(0,0,0)

Tints of #7372D7

#7372D7
(115,114,215)
#7F7EDA
(127,126,218)
#8B8ADD
(139,138,221)
#9796E0
(151,150,224)
#A3A2E3
(163,162,227)
#AFAEE6
(175,174,230)
#BBBAE9
(187,186,233)
#C7C6EC
(199,198,236)
#D3D2EF
(211,210,239)
#DFDEF2
(223,222,242)
#EBEAF5
(235,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7372D7 color. Also use rgb(115,114,215) instead hex code.

Text Font Color

.myTextColor { color: #7372D7; }

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

This text font color is #7372D7.


Background Color

.myBgColor { background-color: #7372D7; }

<div style="background-color:#7372D7">Inner text</div>

This div background color is #7372D7.


Border color

.myBorderColor { border: 1px solid #7372D7; }

<div style="border:3px solid #7372D7">Div</div>

This div border color is #7372D7.


Opacity

.myOpacity80 { color: #7372D7; opacity: 0.8; }

<p style="color:#7372D7;opacity:0.8;">80%</p>

Text with #7372D7 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 #7372D7;}

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

This text has shadow with #7372D7 color.

.textShadow {text-shadow: 3px 3px 1px #7372D7, 3px 3px 1px red;}

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

This text has shadow with #7372D7 primary color and red secondary color.


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

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

This text has shadow with #7372D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7372D7 on black background.


Color preview on white background

This text has color #7372D7 on white background.



Black color preview on #7372D7 background

This text has black color on #7372D7 background.


White color preview on #7372D7 background

This text has white color on #7372D7 background.