COLOR #877DFC

HEX: #877DFC RGB: (135,125,252)

Color info

#877DFC contains mainly blue color. Web safe color of #877DFC is #9966FF (or #96F).

RGB color model

#877DFC color RGB value is (135,125,252).

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

RGB channels and saturation

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

135
125
252

R + G + B ~ 67%. #877DFC is quite light color.

Portions of RGB colors in percentages

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

%26.37
%24.41
%49.22

CMYK color model

#877DFC color CMYK value is (46,50,0,1).

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

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

CMYK percentages

%46.43
%50.4
%0
%1.18

Codes

Color #877DFC in popluar color models

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

Color #877DFC in popluar number systems.

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

Shades and tints

Shades of #877DFC

#877DFC
(135,125,252)
#7B72E6
(123,114,230)
#6F67D0
(111,103,208)
#635CBA
(99,92,186)
#5751A4
(87,81,164)
#4B468E
(75,70,142)
#3F3B78
(63,59,120)
#333062
(51,48,98)
#27254C
(39,37,76)
#1B1A36
(27,26,54)
#0F0F20
(15,15,32)
#000000
(0,0,0)

Tints of #877DFC

#877DFC
(135,125,252)
#9188FC
(145,136,252)
#9B93FC
(155,147,252)
#A59EFC
(165,158,252)
#AFA9FC
(175,169,252)
#B9B4FC
(185,180,252)
#C3BFFC
(195,191,252)
#CDCAFC
(205,202,252)
#D7D5FC
(215,213,252)
#E1E0FC
(225,224,252)
#EBEBFC
(235,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877DFC; }

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

This text font color is #877DFC.

Background Color

.myBgColor { background-color: #877DFC; }

<div style="background-color:#877DFC">Inner text</div>

This div background color is #877DFC.

Border color

.myBorderColor { border: 1px solid #877DFC; }

<div style="border:3px solid #877DFC">Div</div>

This div border color is #877DFC.

Opacity

.myOpacity80 { color: #877DFC; opacity: 0.8; }

<p style="color:#877DFC;opacity:0.8;">80%</p>

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

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

This text has shadow with #877DFC color.


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

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

This text has shadow with #877DFC primary color and red secondary color.


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

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

This text has shadow with #877DFC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #877DFC.

Preview

Color preview on black background

This text has color #877DFC on black background.


Color preview on white background

This text has color #877DFC on white background.


Black color preview on #877DFC background

This text has black color on #877DFC background.


White color preview on #877DFC background

This text has white color on #877DFC background.


Related colors

Complementary color

Complementary color for #hex is #788203.


I love getcolorcode.com

Triadic colors

1 #FC877D and #7DFC87 with #877DFC are triadic colors.

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