COLOR #7E87F8

HEX: #7E87F8
RGB: (126,135,248)

Color info

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

RGB color model

#7E87F8 color RGB value is (126,135,248).

  • red value is 126;
  • green value is 135;
  • blue value is 248.
RGB:
(126,135,248)
(49%,53%,97%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 248 of 255 = 97%

126
135
248

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

Portions of RGB colors in percentages

R + G + B =
126 + 135 + 248 = 509 (100%)
R 126 of 509 ~ 24.75%
G 135 of 509 ~ 26.52%
B 248 of 509 ~ 48.72%

%24.75
%26.52
%48.72

CMYK color model

#7E87F8 color CMYK value is (49,46,0,3).

  • cyan value is 49.19%
  • magenta value is 45.56%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(49,46,0,3)
C49M46Y0K3 
(49%,46%,0%,3%)
(0.49/0.46/0.00/0.03)	

CMYK percentages

%49.19
%45.56
%0
%2.75

Codes

Color #7E87F8 in popluar color models

7E87F8
RGB126135248
HSL236°89.71%73.33%
HSB/HSV236°49.19%97.25%
CMYK49.19%45.56%0.00%
2.75%

Color #7E87F8 in popluar number systems.

HEX7E87F8
Decimal126135248
Binary11111101000011111111000
Octal176207370

Shades and tints

Shades of #7E87F8

#7E87F8
(126,135,248)
#737BE2
(115,123,226)
#686FCC
(104,111,204)
#5D63B6
(93,99,182)
#5257A0
(82,87,160)
#474B8A
(71,75,138)
#3C3F74
(60,63,116)
#31335E
(49,51,94)
#262748
(38,39,72)
#1B1B32
(27,27,50)
#100F1C
(16,15,28)
#000000
(0,0,0)

Tints of #7E87F8

#7E87F8
(126,135,248)
#8991F8
(137,145,248)
#949BF8
(148,155,248)
#9FA5F8
(159,165,248)
#AAAFF8
(170,175,248)
#B5B9F8
(181,185,248)
#C0C3F8
(192,195,248)
#CBCDF8
(203,205,248)
#D6D7F8
(214,215,248)
#E1E1F8
(225,225,248)
#ECEBF8
(236,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E87F8 color. Also use rgb(126,135,248) instead hex code.

Text Font Color

.myTextColor { color: #7E87F8; }

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

This text font color is #7E87F8.


Background Color

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

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

This div background color is #7E87F8.


Border color

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

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

This div border color is #7E87F8.


Opacity

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

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

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

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

This text has shadow with #7E87F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E87F8 on black background.


Color preview on white background

This text has color #7E87F8 on white background.



Black color preview on #7E87F8 background

This text has black color on #7E87F8 background.


White color preview on #7E87F8 background

This text has white color on #7E87F8 background.