COLOR #7E7FD0

HEX: #7E7FD0
RGB: (126,127,208)

Color info

#7E7FD0 contains mainly blue color. Web safe color of #7E7FD0 is #6666CC (or #66C).

RGB color model

#7E7FD0 color RGB value is (126,127,208).

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

RGB channels and saturation

R 126 of 255 = 49%
G 127 of 255 = 50%
B 208 of 255 = 82%

126
127
208

R + G + B ~ 60%. #7E7FD0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 127 + 208 = 461 (100%)
R 126 of 461 ~ 27.33%
G 127 of 461 ~ 27.55%
B 208 of 461 ~ 45.12%

%27.33
%27.55
%45.12

CMYK color model

#7E7FD0 color CMYK value is (39,39,0,18).

  • cyan value is 39.42%
  • magenta value is 38.94%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(39,39,0,18)
C39M39Y0K18 
(39%,39%,0%,18%)
(0.39/0.39/0.00/0.18)	

CMYK percentages

%39.42
%38.94
%0
%18.43

Codes

Color #7E7FD0 in popluar color models

7E7FD0
RGB126127208
HSL239°46.59%65.49%
HSB/HSV239°39.42%81.57%
CMYK39.42%38.94%0.00%
18.43%

Color #7E7FD0 in popluar number systems.

HEX7E7FD0
Decimal126127208
Binary1111110111111111010000
Octal176177320

Shades and tints

Shades of #7E7FD0

#7E7FD0
(126,127,208)
#7374BE
(115,116,190)
#6869AC
(104,105,172)
#5D5E9A
(93,94,154)
#525388
(82,83,136)
#474876
(71,72,118)
#3C3D64
(60,61,100)
#313252
(49,50,82)
#262740
(38,39,64)
#1B1C2E
(27,28,46)
#10111C
(16,17,28)
#000000
(0,0,0)

Tints of #7E7FD0

#7E7FD0
(126,127,208)
#898AD4
(137,138,212)
#9495D8
(148,149,216)
#9FA0DC
(159,160,220)
#AAABE0
(170,171,224)
#B5B6E4
(181,182,228)
#C0C1E8
(192,193,232)
#CBCCEC
(203,204,236)
#D6D7F0
(214,215,240)
#E1E2F4
(225,226,244)
#ECEDF8
(236,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7FD0; }

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

This text font color is #7E7FD0.


Background Color

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

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

This div background color is #7E7FD0.


Border color

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

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

This div border color is #7E7FD0.


Opacity

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

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

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

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

This text has shadow with #7E7FD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7FD0 on black background.


Color preview on white background

This text has color #7E7FD0 on white background.



Black color preview on #7E7FD0 background

This text has black color on #7E7FD0 background.


White color preview on #7E7FD0 background

This text has white color on #7E7FD0 background.