COLOR #7E91EB

HEX: #7E91EB
RGB: (126,145,235)

Color info

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

RGB color model

#7E91EB color RGB value is (126,145,235).

  • red value is 126;
  • green value is 145;
  • blue value is 235.
RGB:
(126,145,235)
(49%,57%,92%)

RGB channels and saturation

R 126 of 255 = 49%
G 145 of 255 = 57%
B 235 of 255 = 92%

126
145
235

R + G + B ~ 66%. #7E91EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 145 + 235 = 506 (100%)
R 126 of 506 ~ 24.9%
G 145 of 506 ~ 28.66%
B 235 of 506 ~ 46.44%

%24.9
%28.66
%46.44

CMYK color model

#7E91EB color CMYK value is (46,38,0,8).

  • cyan value is 46.38%
  • magenta value is 38.30%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(46,38,0,8)
C46M38Y0K8 
(46%,38%,0%,8%)
(0.46/0.38/0.00/0.08)	

CMYK percentages

%46.38
%38.3
%0
%7.84

Codes

Color #7E91EB in popluar color models

7E91EB
RGB126145235
HSL230°73.15%70.78%
HSB/HSV230°46.38%92.16%
CMYK46.38%38.30%0.00%
7.84%

Color #7E91EB in popluar number systems.

HEX7E91EB
Decimal126145235
Binary11111101001000111101011
Octal176221353

Shades and tints

Shades of #7E91EB

#7E91EB
(126,145,235)
#7384D6
(115,132,214)
#6877C1
(104,119,193)
#5D6AAC
(93,106,172)
#525D97
(82,93,151)
#475082
(71,80,130)
#3C436D
(60,67,109)
#313658
(49,54,88)
#262943
(38,41,67)
#1B1C2E
(27,28,46)
#100F19
(16,15,25)
#000000
(0,0,0)

Tints of #7E91EB

#7E91EB
(126,145,235)
#899BEC
(137,155,236)
#94A5ED
(148,165,237)
#9FAFEE
(159,175,238)
#AAB9EF
(170,185,239)
#B5C3F0
(181,195,240)
#C0CDF1
(192,205,241)
#CBD7F2
(203,215,242)
#D6E1F3
(214,225,243)
#E1EBF4
(225,235,244)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E91EB color. Also use rgb(126,145,235) instead hex code.

Text Font Color

.myTextColor { color: #7E91EB; }

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

This text font color is #7E91EB.


Background Color

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

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

This div background color is #7E91EB.


Border color

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

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

This div border color is #7E91EB.


Opacity

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

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

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

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

This text has shadow with #7E91EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E91EB on black background.


Color preview on white background

This text has color #7E91EB on white background.



Black color preview on #7E91EB background

This text has black color on #7E91EB background.


White color preview on #7E91EB background

This text has white color on #7E91EB background.