COLOR #7E90E9

HEX: #7E90E9 RGB: (126,144,233)

Color info

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

RGB color model

#7E90E9 color RGB value is (126,144,233).

RGB: (126,144,233) (49%, 56%, 91%)

RGB channels and saturation

R 126 of 255 = 49%
G 144 of 255 = 56%
B 233 of 255 = 91%

126
144
233

R + G + B ~ 65%. #7E90E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 144 + 233 = 503 (100%)
R 126 of 503 ~ 25.05%
G 144 of 503 ~ 28.63%
B 233 of 503 ~ 46.32'%

%25.05
%28.63
%46.32

CMYK color model

#7E90E9 color CMYK value is (46,38,0,9).

  • cyan value is 45.92%
  • magenta value is 38.20%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (46,38,0,9)
C46M38Y0K9 (46%, 38%, 0%, 9%)
(0.46 / 0.38 / 0.00 / 0.09)

CMYK percentages

%45.92
%38.2
%0
%8.63

Codes

Color #7E90E9 in popluar color models

7E 90 E9
RGB 126 144 233
HSL 230° 70.86% 70.39%
HSB/HSV 230° 45.92% 91.37%
CMYK 45.92% 38.20% 0.00%
8.63%

Color #7E90E9 in popluar number systems.

HEX 7E 90 E9
Decimal 126 144 233
Binary 1111110 10010000 11101001
Octal 176 220 351

Shades and tints

Shades of #7E90E9

#7E90E9
(126,144,233)
#7383D4
(115,131,212)
#6876BF
(104,118,191)
#5D69AA
(93,105,170)
#525C95
(82,92,149)
#474F80
(71,79,128)
#3C426B
(60,66,107)
#313556
(49,53,86)
#262841
(38,40,65)
#1B1B2C
(27,27,44)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #7E90E9

#7E90E9
(126,144,233)
#899AEB
(137,154,235)
#94A4ED
(148,164,237)
#9FAEEF
(159,174,239)
#AAB8F1
(170,184,241)
#B5C2F3
(181,194,243)
#C0CCF5
(192,204,245)
#CBD6F7
(203,214,247)
#D6E0F9
(214,224,249)
#E1EAFB
(225,234,251)
#ECF4FD
(236,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E90E9 color. Also use rgb(126,144,233) instead hex code.

Text Font Color

.myTextColor { color: #7E90E9; }

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

This text font color is #7E90E9.

Background Color

.myBgColor { background-color: #7E90E9; }

<div style="background-color:#7E90E9">Inner text</div>

This div background color is #7E90E9.

Border color

.myBorderColor { border: 1px solid #7E90E9; }

<div style="border:3px solid #7E90E9">Div</div>

This div border color is #7E90E9.

Opacity

.myOpacity80 { color: #7E90E9; opacity: 0.8; }

<p style="color:#7E90E9;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E90E9 color.


.textShadow {text-shadow: 3px 3px 1px #7E90E9', 3px 3px 1px red;}

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

This text has shadow with #7E90E9 primary color and red secondary color.


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

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

This text has shadow with #7E90E9 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E90E9; -webkit-box-shadow: 1px 1px 3px 2px #7E90E9; box-shadow:1px 1px 3px 2px #7E90E9;">
Div content here
</div>

This div box has shadow with color #7E90E9.

Preview

Color preview on black background

This text has color #7E90E9 on black background.


Color preview on white background

This text has color #7E90E9 on white background.


Black color preview on #7E90E9 background

This text has black color on #7E90E9 background.


White color preview on #7E90E9 background

This text has white color on #7E90E9 background.


Related colors

Complementary color

Complementary color for #hex is #816F16.


I love getcolorcode.com

Triadic colors

1 #E97E90 and #90E97E with #7E90E9 are triadic colors.

2 #E9907E and #907EE9 with #7E90E9 are triadic colors.