COLOR #747EE1

HEX: #747EE1
RGB: (116,126,225)

Color info

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

RGB color model

#747EE1 color RGB value is (116,126,225).

  • red value is 116;
  • green value is 126;
  • blue value is 225.
RGB:
(116,126,225)
(45%,49%,88%)

RGB channels and saturation

R 116 of 255 = 45%
G 126 of 255 = 49%
B 225 of 255 = 88%

116
126
225

R + G + B ~ 61%. #747EE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 126 + 225 = 467 (100%)
R 116 of 467 ~ 24.84%
G 126 of 467 ~ 26.98%
B 225 of 467 ~ 48.18%

%24.84
%26.98
%48.18

CMYK color model

#747EE1 color CMYK value is (48,44,0,12).

  • cyan value is 48.44%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(48,44,0,12)
C48M44Y0K12 
(48%,44%,0%,12%)
(0.48/0.44/0.00/0.12)	

CMYK percentages

%48.44
%44
%0
%11.76

Codes

Color #747EE1 in popluar color models

747EE1
RGB116126225
HSL234°64.50%66.86%
HSB/HSV234°48.44%88.24%
CMYK48.44%44.00%0.00%
11.76%

Color #747EE1 in popluar number systems.

HEX747EE1
Decimal116126225
Binary1110100111111011100001
Octal164176341

Shades and tints

Shades of #747EE1

#747EE1
(116,126,225)
#6A73CD
(106,115,205)
#6068B9
(96,104,185)
#565DA5
(86,93,165)
#4C5291
(76,82,145)
#42477D
(66,71,125)
#383C69
(56,60,105)
#2E3155
(46,49,85)
#242641
(36,38,65)
#1A1B2D
(26,27,45)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #747EE1

#747EE1
(116,126,225)
#8089E3
(128,137,227)
#8C94E5
(140,148,229)
#989FE7
(152,159,231)
#A4AAE9
(164,170,233)
#B0B5EB
(176,181,235)
#BCC0ED
(188,192,237)
#C8CBEF
(200,203,239)
#D4D6F1
(212,214,241)
#E0E1F3
(224,225,243)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747EE1 color. Also use rgb(116,126,225) instead hex code.

Text Font Color

.myTextColor { color: #747EE1; }

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

This text font color is #747EE1.


Background Color

.myBgColor { background-color: #747EE1; }

<div style="background-color:#747EE1">Inner text</div>

This div background color is #747EE1.


Border color

.myBorderColor { border: 1px solid #747EE1; }

<div style="border:3px solid #747EE1">Div</div>

This div border color is #747EE1.


Opacity

.myOpacity80 { color: #747EE1; opacity: 0.8; }

<p style="color:#747EE1;opacity:0.8;">80%</p>

Text with #747EE1 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 #747EE1;}

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

This text has shadow with #747EE1 color.

.textShadow {text-shadow: 3px 3px 1px #747EE1, 3px 3px 1px red;}

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

This text has shadow with #747EE1 primary color and red secondary color.


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

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

This text has shadow with #747EE1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747EE1 on black background.


Color preview on white background

This text has color #747EE1 on white background.



Black color preview on #747EE1 background

This text has black color on #747EE1 background.


White color preview on #747EE1 background

This text has white color on #747EE1 background.