COLOR #7291E4

HEX: #7291E4
RGB: (114,145,228)

Color info

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

RGB color model

#7291E4 color RGB value is (114,145,228).

  • red value is 114;
  • green value is 145;
  • blue value is 228.
RGB:
(114,145,228)
(45%,57%,89%)

RGB channels and saturation

R 114 of 255 = 45%
G 145 of 255 = 57%
B 228 of 255 = 89%

114
145
228

R + G + B ~ 64%. #7291E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 145 + 228 = 487 (100%)
R 114 of 487 ~ 23.41%
G 145 of 487 ~ 29.77%
B 228 of 487 ~ 46.82%

%23.41
%29.77
%46.82

CMYK color model

#7291E4 color CMYK value is (50,36,0,11).

  • cyan value is 50.00%
  • magenta value is 36.40%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(50,36,0,11)
C50M36Y0K11 
(50%,36%,0%,11%)
(0.50/0.36/0.00/0.11)	

CMYK percentages

%50
%36.4
%0
%10.59

Codes

Color #7291E4 in popluar color models

7291E4
RGB114145228
HSL224°67.86%67.06%
HSB/HSV224°50.00%89.41%
CMYK50.00%36.40%0.00%
10.59%

Color #7291E4 in popluar number systems.

HEX7291E4
Decimal114145228
Binary11100101001000111100100
Octal162221344

Shades and tints

Shades of #7291E4

#7291E4
(114,145,228)
#6884D0
(104,132,208)
#5E77BC
(94,119,188)
#546AA8
(84,106,168)
#4A5D94
(74,93,148)
#405080
(64,80,128)
#36436C
(54,67,108)
#2C3658
(44,54,88)
#222944
(34,41,68)
#181C30
(24,28,48)
#0E0F1C
(14,15,28)
#000000
(0,0,0)

Tints of #7291E4

#7291E4
(114,145,228)
#7E9BE6
(126,155,230)
#8AA5E8
(138,165,232)
#96AFEA
(150,175,234)
#A2B9EC
(162,185,236)
#AEC3EE
(174,195,238)
#BACDF0
(186,205,240)
#C6D7F2
(198,215,242)
#D2E1F4
(210,225,244)
#DEEBF6
(222,235,246)
#EAF5F8
(234,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7291E4 color. Also use rgb(114,145,228) instead hex code.

Text Font Color

.myTextColor { color: #7291E4; }

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

This text font color is #7291E4.


Background Color

.myBgColor { background-color: #7291E4; }

<div style="background-color:#7291E4">Inner text</div>

This div background color is #7291E4.


Border color

.myBorderColor { border: 1px solid #7291E4; }

<div style="border:3px solid #7291E4">Div</div>

This div border color is #7291E4.


Opacity

.myOpacity80 { color: #7291E4; opacity: 0.8; }

<p style="color:#7291E4;opacity:0.8;">80%</p>

Text with #7291E4 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 #7291E4;}

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

This text has shadow with #7291E4 color.

.textShadow {text-shadow: 3px 3px 1px #7291E4, 3px 3px 1px red;}

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

This text has shadow with #7291E4 primary color and red secondary color.


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

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

This text has shadow with #7291E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7291E4 on black background.


Color preview on white background

This text has color #7291E4 on white background.



Black color preview on #7291E4 background

This text has black color on #7291E4 background.


White color preview on #7291E4 background

This text has white color on #7291E4 background.