COLOR #7D87FC

HEX: #7D87FC RGB: (125,135,252)

Color info

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

RGB color model

#7D87FC color RGB value is (125,135,252).

RGB: (125,135,252) (49%, 53%, 99%)

RGB channels and saturation

R 125 of 255 = 49%
G 135 of 255 = 53%
B 252 of 255 = 99%

125
135
252

R + G + B ~ 67%. #7D87FC is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 135 + 252 = 512 (100%)
R 125 of 512 ~ 24.41%
G 135 of 512 ~ 26.37%
B 252 of 512 ~ 49.22'%

%24.41
%26.37
%49.22

CMYK color model

#7D87FC color CMYK value is (50,46,0,1).

  • cyan value is 50.40%
  • magenta value is 46.43%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (50,46,0,1)
C50M46Y0K1 (50%, 46%, 0%, 1%)
(0.50 / 0.46 / 0.00 / 0.01)

CMYK percentages

%50.4
%46.43
%0
%1.18

Codes

Color #7D87FC in popluar color models

7D 87 FC
RGB 125 135 252
HSL 235° 95.49% 73.92%
HSB/HSV 235° 50.40% 98.82%
CMYK 50.40% 46.43% 0.00%
1.18%

Color #7D87FC in popluar number systems.

HEX 7D 87 FC
Decimal 125 135 252
Binary 1111101 10000111 11111100
Octal 175 207 374

Shades and tints

Shades of #7D87FC

#7D87FC
(125,135,252)
#727BE6
(114,123,230)
#676FD0
(103,111,208)
#5C63BA
(92,99,186)
#5157A4
(81,87,164)
#464B8E
(70,75,142)
#3B3F78
(59,63,120)
#303362
(48,51,98)
#25274C
(37,39,76)
#1A1B36
(26,27,54)
#0F0F20
(15,15,32)
#000000
(0,0,0)

Tints of #7D87FC

#7D87FC
(125,135,252)
#8891FC
(136,145,252)
#939BFC
(147,155,252)
#9EA5FC
(158,165,252)
#A9AFFC
(169,175,252)
#B4B9FC
(180,185,252)
#BFC3FC
(191,195,252)
#CACDFC
(202,205,252)
#D5D7FC
(213,215,252)
#E0E1FC
(224,225,252)
#EBEBFC
(235,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D87FC; }

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

This text font color is #7D87FC.

Background Color

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

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

This div background color is #7D87FC.

Border color

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

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

This div border color is #7D87FC.

Opacity

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

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

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

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

This text has shadow with #7D87FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D87FC.

Preview

Color preview on black background

This text has color #7D87FC on black background.


Color preview on white background

This text has color #7D87FC on white background.


Black color preview on #7D87FC background

This text has black color on #7D87FC background.


White color preview on #7D87FC background

This text has white color on #7D87FC background.


Related colors

Complementary color

Complementary color for #hex is #827803.


I love getcolorcode.com

Triadic colors

1 #FC7D87 and #87FC7D with #7D87FC are triadic colors.

2 #FC877D and #877DFC with #7D87FC are triadic colors.