COLOR #7382E6

HEX: #7382E6
RGB: (115,130,230)

Color info

#7382E6 contains mainly blue color. Web safe color of #7382E6 is #6699CC (or #69C).

RGB color model

#7382E6 color RGB value is (115,130,230).

  • red value is 115;
  • green value is 130;
  • blue value is 230.
RGB:
(115,130,230)
(45%,51%,90%)

RGB channels and saturation

R 115 of 255 = 45%
G 130 of 255 = 51%
B 230 of 255 = 90%

115
130
230

R + G + B ~ 62%. #7382E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 130 + 230 = 475 (100%)
R 115 of 475 ~ 24.21%
G 130 of 475 ~ 27.37%
B 230 of 475 ~ 48.42%

%24.21
%27.37
%48.42

CMYK color model

#7382E6 color CMYK value is (50,43,0,10).

  • cyan value is 50.00%
  • magenta value is 43.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(50,43,0,10)
C50M43Y0K10 
(50%,43%,0%,10%)
(0.50/0.43/0.00/0.10)	

CMYK percentages

%50
%43.48
%0
%9.8

Codes

Color #7382E6 in popluar color models

7382E6
RGB115130230
HSL232°69.70%67.65%
HSB/HSV232°50.00%90.20%
CMYK50.00%43.48%0.00%
9.80%

Color #7382E6 in popluar number systems.

HEX7382E6
Decimal115130230
Binary11100111000001011100110
Octal163202346

Shades and tints

Shades of #7382E6

#7382E6
(115,130,230)
#6977D2
(105,119,210)
#5F6CBE
(95,108,190)
#5561AA
(85,97,170)
#4B5696
(75,86,150)
#414B82
(65,75,130)
#37406E
(55,64,110)
#2D355A
(45,53,90)
#232A46
(35,42,70)
#191F32
(25,31,50)
#0F141E
(15,20,30)
#000000
(0,0,0)

Tints of #7382E6

#7382E6
(115,130,230)
#7F8DE8
(127,141,232)
#8B98EA
(139,152,234)
#97A3EC
(151,163,236)
#A3AEEE
(163,174,238)
#AFB9F0
(175,185,240)
#BBC4F2
(187,196,242)
#C7CFF4
(199,207,244)
#D3DAF6
(211,218,246)
#DFE5F8
(223,229,248)
#EBF0FA
(235,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7382E6 color. Also use rgb(115,130,230) instead hex code.

Text Font Color

.myTextColor { color: #7382E6; }

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

This text font color is #7382E6.


Background Color

.myBgColor { background-color: #7382E6; }

<div style="background-color:#7382E6">Inner text</div>

This div background color is #7382E6.


Border color

.myBorderColor { border: 1px solid #7382E6; }

<div style="border:3px solid #7382E6">Div</div>

This div border color is #7382E6.


Opacity

.myOpacity80 { color: #7382E6; opacity: 0.8; }

<p style="color:#7382E6;opacity:0.8;">80%</p>

Text with #7382E6 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 #7382E6;}

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

This text has shadow with #7382E6 color.

.textShadow {text-shadow: 3px 3px 1px #7382E6, 3px 3px 1px red;}

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

This text has shadow with #7382E6 primary color and red secondary color.


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

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

This text has shadow with #7382E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7382E6 on black background.


Color preview on white background

This text has color #7382E6 on white background.



Black color preview on #7382E6 background

This text has black color on #7382E6 background.


White color preview on #7382E6 background

This text has white color on #7382E6 background.