COLOR #7E7FFE

HEX: #7E7FFE
RGB: (126,127,254)

Color info

#7E7FFE contains mainly blue color. Web safe color of #7E7FFE is #6666FF (or #66F).

RGB color model

#7E7FFE color RGB value is (126,127,254).

  • red value is 126;
  • green value is 127;
  • blue value is 254.
RGB:
(126,127,254)
(49%,50%,100%)

RGB channels and saturation

R 126 of 255 = 49%
G 127 of 255 = 50%
B 254 of 255 = 100%

126
127
254

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

Portions of RGB colors in percentages

R + G + B =
126 + 127 + 254 = 507 (100%)
R 126 of 507 ~ 24.85%
G 127 of 507 ~ 25.05%
B 254 of 507 ~ 50.1%

%24.85
%25.05
%50.1

CMYK color model

#7E7FFE color CMYK value is (50,50,0,0).

  • cyan value is 50.39%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(50,50,0,0)
C50M50Y0K0 
(50%,50%,0%,0%)
(0.50/0.50/0.00/0.00)	

CMYK percentages

%50.39
%50
%0
%0.39

Codes

Color #7E7FFE in popluar color models

7E7FFE
RGB126127254
HSL240°98.46%74.51%
HSB/HSV240°50.39%99.61%
CMYK50.39%50.00%0.00%
0.39%

Color #7E7FFE in popluar number systems.

HEX7E7FFE
Decimal126127254
Binary1111110111111111111110
Octal176177376

Shades and tints

Shades of #7E7FFE

#7E7FFE
(126,127,254)
#7374E7
(115,116,231)
#6869D0
(104,105,208)
#5D5EB9
(93,94,185)
#5253A2
(82,83,162)
#47488B
(71,72,139)
#3C3D74
(60,61,116)
#31325D
(49,50,93)
#262746
(38,39,70)
#1B1C2F
(27,28,47)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #7E7FFE

#7E7FFE
(126,127,254)
#898AFE
(137,138,254)
#9495FE
(148,149,254)
#9FA0FE
(159,160,254)
#AAABFE
(170,171,254)
#B5B6FE
(181,182,254)
#C0C1FE
(192,193,254)
#CBCCFE
(203,204,254)
#D6D7FE
(214,215,254)
#E1E2FE
(225,226,254)
#ECEDFE
(236,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7FFE color. Also use rgb(126,127,254) instead hex code.

Text Font Color

.myTextColor { color: #7E7FFE; }

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

This text font color is #7E7FFE.


Background Color

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

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

This div background color is #7E7FFE.


Border color

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

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

This div border color is #7E7FFE.


Opacity

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

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

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

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

This text has shadow with #7E7FFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7FFE on black background.


Color preview on white background

This text has color #7E7FFE on white background.



Black color preview on #7E7FFE background

This text has black color on #7E7FFE background.


White color preview on #7E7FFE background

This text has white color on #7E7FFE background.