COLOR #7391E1

HEX: #7391E1
RGB: (115,145,225)

Color info

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

RGB color model

#7391E1 color RGB value is (115,145,225).

  • red value is 115;
  • green value is 145;
  • blue value is 225.
RGB:
(115,145,225)
(45%,57%,88%)

RGB channels and saturation

R 115 of 255 = 45%
G 145 of 255 = 57%
B 225 of 255 = 88%

115
145
225

R + G + B ~ 63%. #7391E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 145 + 225 = 485 (100%)
R 115 of 485 ~ 23.71%
G 145 of 485 ~ 29.9%
B 225 of 485 ~ 46.39%

%23.71
%29.9
%46.39

CMYK color model

#7391E1 color CMYK value is (49,36,0,12).

  • cyan value is 48.89%
  • magenta value is 35.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(49,36,0,12)
C49M36Y0K12 
(49%,36%,0%,12%)
(0.49/0.36/0.00/0.12)	

CMYK percentages

%48.89
%35.56
%0
%11.76

Codes

Color #7391E1 in popluar color models

7391E1
RGB115145225
HSL224°64.71%66.67%
HSB/HSV224°48.89%88.24%
CMYK48.89%35.56%0.00%
11.76%

Color #7391E1 in popluar number systems.

HEX7391E1
Decimal115145225
Binary11100111001000111100001
Octal163221341

Shades and tints

Shades of #7391E1

#7391E1
(115,145,225)
#6984CD
(105,132,205)
#5F77B9
(95,119,185)
#556AA5
(85,106,165)
#4B5D91
(75,93,145)
#41507D
(65,80,125)
#374369
(55,67,105)
#2D3655
(45,54,85)
#232941
(35,41,65)
#191C2D
(25,28,45)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #7391E1

#7391E1
(115,145,225)
#7F9BE3
(127,155,227)
#8BA5E5
(139,165,229)
#97AFE7
(151,175,231)
#A3B9E9
(163,185,233)
#AFC3EB
(175,195,235)
#BBCDED
(187,205,237)
#C7D7EF
(199,215,239)
#D3E1F1
(211,225,241)
#DFEBF3
(223,235,243)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7391E1 color. Also use rgb(115,145,225) instead hex code.

Text Font Color

.myTextColor { color: #7391E1; }

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

This text font color is #7391E1.


Background Color

.myBgColor { background-color: #7391E1; }

<div style="background-color:#7391E1">Inner text</div>

This div background color is #7391E1.


Border color

.myBorderColor { border: 1px solid #7391E1; }

<div style="border:3px solid #7391E1">Div</div>

This div border color is #7391E1.


Opacity

.myOpacity80 { color: #7391E1; opacity: 0.8; }

<p style="color:#7391E1;opacity:0.8;">80%</p>

Text with #7391E1 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 #7391E1;}

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

This text has shadow with #7391E1 color.

.textShadow {text-shadow: 3px 3px 1px #7391E1, 3px 3px 1px red;}

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

This text has shadow with #7391E1 primary color and red secondary color.


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

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

This text has shadow with #7391E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7391E1 on black background.


Color preview on white background

This text has color #7391E1 on white background.



Black color preview on #7391E1 background

This text has black color on #7391E1 background.


White color preview on #7391E1 background

This text has white color on #7391E1 background.