COLOR #7E92E2

HEX: #7E92E2
RGB: (126,146,226)

Color info

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

RGB color model

#7E92E2 color RGB value is (126,146,226).

  • red value is 126;
  • green value is 146;
  • blue value is 226.
RGB:
(126,146,226)
(49%,57%,89%)

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 226 of 255 = 89%

126
146
226

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

Portions of RGB colors in percentages

R + G + B =
126 + 146 + 226 = 498 (100%)
R 126 of 498 ~ 25.3%
G 146 of 498 ~ 29.32%
B 226 of 498 ~ 45.38%

%25.3
%29.32
%45.38

CMYK color model

#7E92E2 color CMYK value is (44,35,0,11).

  • cyan value is 44.25%
  • magenta value is 35.40%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(44,35,0,11)
C44M35Y0K11 
(44%,35%,0%,11%)
(0.44/0.35/0.00/0.11)	

CMYK percentages

%44.25
%35.4
%0
%11.37

Codes

Color #7E92E2 in popluar color models

7E92E2
RGB126146226
HSL228°63.29%69.02%
HSB/HSV228°44.25%88.63%
CMYK44.25%35.40%0.00%
11.37%

Color #7E92E2 in popluar number systems.

HEX7E92E2
Decimal126146226
Binary11111101001001011100010
Octal176222342

Shades and tints

Shades of #7E92E2

#7E92E2
(126,146,226)
#7385CE
(115,133,206)
#6878BA
(104,120,186)
#5D6BA6
(93,107,166)
#525E92
(82,94,146)
#47517E
(71,81,126)
#3C446A
(60,68,106)
#313756
(49,55,86)
#262A42
(38,42,66)
#1B1D2E
(27,29,46)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #7E92E2

#7E92E2
(126,146,226)
#899BE4
(137,155,228)
#94A4E6
(148,164,230)
#9FADE8
(159,173,232)
#AAB6EA
(170,182,234)
#B5BFEC
(181,191,236)
#C0C8EE
(192,200,238)
#CBD1F0
(203,209,240)
#D6DAF2
(214,218,242)
#E1E3F4
(225,227,244)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E92E2 color. Also use rgb(126,146,226) instead hex code.

Text Font Color

.myTextColor { color: #7E92E2; }

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

This text font color is #7E92E2.


Background Color

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

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

This div background color is #7E92E2.


Border color

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

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

This div border color is #7E92E2.


Opacity

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

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

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

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

This text has shadow with #7E92E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E92E2 on black background.


Color preview on white background

This text has color #7E92E2 on white background.



Black color preview on #7E92E2 background

This text has black color on #7E92E2 background.


White color preview on #7E92E2 background

This text has white color on #7E92E2 background.