COLOR #7380E5

HEX: #7380E5
RGB: (115,128,229)

Color info

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

RGB color model

#7380E5 color RGB value is (115,128,229).

  • red value is 115;
  • green value is 128;
  • blue value is 229.
RGB:
(115,128,229)
(45%,50%,90%)

RGB channels and saturation

R 115 of 255 = 45%
G 128 of 255 = 50%
B 229 of 255 = 90%

115
128
229

R + G + B ~ 62%. #7380E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 128 + 229 = 472 (100%)
R 115 of 472 ~ 24.36%
G 128 of 472 ~ 27.12%
B 229 of 472 ~ 48.52%

%24.36
%27.12
%48.52

CMYK color model

#7380E5 color CMYK value is (50,44,0,10).

  • cyan value is 49.78%
  • magenta value is 44.10%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(50,44,0,10)
C50M44Y0K10 
(50%,44%,0%,10%)
(0.50/0.44/0.00/0.10)	

CMYK percentages

%49.78
%44.1
%0
%10.2

Codes

Color #7380E5 in popluar color models

7380E5
RGB115128229
HSL233°68.67%67.45%
HSB/HSV233°49.78%89.80%
CMYK49.78%44.10%0.00%
10.20%

Color #7380E5 in popluar number systems.

HEX7380E5
Decimal115128229
Binary11100111000000011100101
Octal163200345

Shades and tints

Shades of #7380E5

#7380E5
(115,128,229)
#6975D1
(105,117,209)
#5F6ABD
(95,106,189)
#555FA9
(85,95,169)
#4B5495
(75,84,149)
#414981
(65,73,129)
#373E6D
(55,62,109)
#2D3359
(45,51,89)
#232845
(35,40,69)
#191D31
(25,29,49)
#0F121D
(15,18,29)
#000000
(0,0,0)

Tints of #7380E5

#7380E5
(115,128,229)
#7F8BE7
(127,139,231)
#8B96E9
(139,150,233)
#97A1EB
(151,161,235)
#A3ACED
(163,172,237)
#AFB7EF
(175,183,239)
#BBC2F1
(187,194,241)
#C7CDF3
(199,205,243)
#D3D8F5
(211,216,245)
#DFE3F7
(223,227,247)
#EBEEF9
(235,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7380E5 color. Also use rgb(115,128,229) instead hex code.

Text Font Color

.myTextColor { color: #7380E5; }

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

This text font color is #7380E5.


Background Color

.myBgColor { background-color: #7380E5; }

<div style="background-color:#7380E5">Inner text</div>

This div background color is #7380E5.


Border color

.myBorderColor { border: 1px solid #7380E5; }

<div style="border:3px solid #7380E5">Div</div>

This div border color is #7380E5.


Opacity

.myOpacity80 { color: #7380E5; opacity: 0.8; }

<p style="color:#7380E5;opacity:0.8;">80%</p>

Text with #7380E5 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 #7380E5;}

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

This text has shadow with #7380E5 color.

.textShadow {text-shadow: 3px 3px 1px #7380E5, 3px 3px 1px red;}

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

This text has shadow with #7380E5 primary color and red secondary color.


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

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

This text has shadow with #7380E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7380E5 on black background.


Color preview on white background

This text has color #7380E5 on white background.



Black color preview on #7380E5 background

This text has black color on #7380E5 background.


White color preview on #7380E5 background

This text has white color on #7380E5 background.