COLOR #7D87EB

HEX: #7D87EB
RGB: (125,135,235)

Color info

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

RGB color model

#7D87EB color RGB value is (125,135,235).

  • red value is 125;
  • green value is 135;
  • blue value is 235.
RGB:
(125,135,235)
(49%,53%,92%)

RGB channels and saturation

R 125 of 255 = 49%
G 135 of 255 = 53%
B 235 of 255 = 92%

125
135
235

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

Portions of RGB colors in percentages

R + G + B =
125 + 135 + 235 = 495 (100%)
R 125 of 495 ~ 25.25%
G 135 of 495 ~ 27.27%
B 235 of 495 ~ 47.47%

%25.25
%27.27
%47.47

CMYK color model

#7D87EB color CMYK value is (47,43,0,8).

  • cyan value is 46.81%
  • magenta value is 42.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(47,43,0,8)
C47M43Y0K8 
(47%,43%,0%,8%)
(0.47/0.43/0.00/0.08)	

CMYK percentages

%46.81
%42.55
%0
%7.84

Codes

Color #7D87EB in popluar color models

7D87EB
RGB125135235
HSL235°73.33%70.59%
HSB/HSV235°46.81%92.16%
CMYK46.81%42.55%0.00%
7.84%

Color #7D87EB in popluar number systems.

HEX7D87EB
Decimal125135235
Binary11111011000011111101011
Octal175207353

Shades and tints

Shades of #7D87EB

#7D87EB
(125,135,235)
#727BD6
(114,123,214)
#676FC1
(103,111,193)
#5C63AC
(92,99,172)
#515797
(81,87,151)
#464B82
(70,75,130)
#3B3F6D
(59,63,109)
#303358
(48,51,88)
#252743
(37,39,67)
#1A1B2E
(26,27,46)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #7D87EB

#7D87EB
(125,135,235)
#8891EC
(136,145,236)
#939BED
(147,155,237)
#9EA5EE
(158,165,238)
#A9AFEF
(169,175,239)
#B4B9F0
(180,185,240)
#BFC3F1
(191,195,241)
#CACDF2
(202,205,242)
#D5D7F3
(213,215,243)
#E0E1F4
(224,225,244)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D87EB color. Also use rgb(125,135,235) instead hex code.

Text Font Color

.myTextColor { color: #7D87EB; }

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

This text font color is #7D87EB.


Background Color

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

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

This div background color is #7D87EB.


Border color

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

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

This div border color is #7D87EB.


Opacity

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

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

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

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

This text has shadow with #7D87EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D87EB on black background.


Color preview on white background

This text has color #7D87EB on white background.



Black color preview on #7D87EB background

This text has black color on #7D87EB background.


White color preview on #7D87EB background

This text has white color on #7D87EB background.