COLOR #7490E7

HEX: #7490E7
RGB: (116,144,231)

Color info

#7490E7 contains mainly blue color. Web safe color of #7490E7 is #6699FF (or #69F).

RGB color model

#7490E7 color RGB value is (116,144,231).

  • red value is 116;
  • green value is 144;
  • blue value is 231.
RGB:
(116,144,231)
(45%,56%,91%)

RGB channels and saturation

R 116 of 255 = 45%
G 144 of 255 = 56%
B 231 of 255 = 91%

116
144
231

R + G + B ~ 64%. #7490E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 144 + 231 = 491 (100%)
R 116 of 491 ~ 23.63%
G 144 of 491 ~ 29.33%
B 231 of 491 ~ 47.05%

%23.63
%29.33
%47.05

CMYK color model

#7490E7 color CMYK value is (50,38,0,9).

  • cyan value is 49.78%
  • magenta value is 37.66%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(50,38,0,9)
C50M38Y0K9 
(50%,38%,0%,9%)
(0.50/0.38/0.00/0.09)	

CMYK percentages

%49.78
%37.66
%0
%9.41

Codes

Color #7490E7 in popluar color models

7490E7
RGB116144231
HSL225°70.55%68.04%
HSB/HSV225°49.78%90.59%
CMYK49.78%37.66%0.00%
9.41%

Color #7490E7 in popluar number systems.

HEX7490E7
Decimal116144231
Binary11101001001000011100111
Octal164220347

Shades and tints

Shades of #7490E7

#7490E7
(116,144,231)
#6A83D2
(106,131,210)
#6076BD
(96,118,189)
#5669A8
(86,105,168)
#4C5C93
(76,92,147)
#424F7E
(66,79,126)
#384269
(56,66,105)
#2E3554
(46,53,84)
#24283F
(36,40,63)
#1A1B2A
(26,27,42)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #7490E7

#7490E7
(116,144,231)
#809AE9
(128,154,233)
#8CA4EB
(140,164,235)
#98AEED
(152,174,237)
#A4B8EF
(164,184,239)
#B0C2F1
(176,194,241)
#BCCCF3
(188,204,243)
#C8D6F5
(200,214,245)
#D4E0F7
(212,224,247)
#E0EAF9
(224,234,249)
#ECF4FB
(236,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7490E7 color. Also use rgb(116,144,231) instead hex code.

Text Font Color

.myTextColor { color: #7490E7; }

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

This text font color is #7490E7.


Background Color

.myBgColor { background-color: #7490E7; }

<div style="background-color:#7490E7">Inner text</div>

This div background color is #7490E7.


Border color

.myBorderColor { border: 1px solid #7490E7; }

<div style="border:3px solid #7490E7">Div</div>

This div border color is #7490E7.


Opacity

.myOpacity80 { color: #7490E7; opacity: 0.8; }

<p style="color:#7490E7;opacity:0.8;">80%</p>

Text with #7490E7 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 #7490E7;}

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

This text has shadow with #7490E7 color.

.textShadow {text-shadow: 3px 3px 1px #7490E7, 3px 3px 1px red;}

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

This text has shadow with #7490E7 primary color and red secondary color.


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

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

This text has shadow with #7490E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7490E7 on black background.


Color preview on white background

This text has color #7490E7 on white background.



Black color preview on #7490E7 background

This text has black color on #7490E7 background.


White color preview on #7490E7 background

This text has white color on #7490E7 background.