COLOR #877EC7

HEX: #877EC7 RGB: (135,126,199)

Color info

#877EC7 contains mainly blue color. Web safe color of #877EC7 is #9966CC (or #96C).

RGB color model

#877EC7 color RGB value is (135,126,199).

RGB: (135,126,199) (53%, 49%, 78%)

RGB channels and saturation

R 135 of 255 = 53%
G 126 of 255 = 49%
B 199 of 255 = 78%

135
126
199

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

Portions of RGB colors in percentages

R + G + B = 135 + 126 + 199 = 460 (100%)
R 135 of 460 ~ 29.35%
G 126 of 460 ~ 27.39%
B 199 of 460 ~ 43.26'%

%29.35
%27.39
%43.26

CMYK color model

#877EC7 color CMYK value is (32,37,0,22).

  • cyan value is 32.16%
  • magenta value is 36.68%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (32,37,0,22)
C32M37Y0K22 (32%, 37%, 0%, 22%)
(0.32 / 0.37 / 0.00 / 0.22)

CMYK percentages

%32.16
%36.68
%0
%21.96

Codes

Color #877EC7 in popluar color models

87 7E C7
RGB 135 126 199
HSL 247° 39.46% 63.73%
HSB/HSV 247° 36.68% 78.04%
CMYK 32.16% 36.68% 0.00%
21.96%

Color #877EC7 in popluar number systems.

HEX 87 7E C7
Decimal 135 126 199
Binary 10000111 1111110 11000111
Octal 207 176 307

Shades and tints

Shades of #877EC7

#877EC7
(135,126,199)
#7B73B5
(123,115,181)
#6F68A3
(111,104,163)
#635D91
(99,93,145)
#57527F
(87,82,127)
#4B476D
(75,71,109)
#3F3C5B
(63,60,91)
#333149
(51,49,73)
#272637
(39,38,55)
#1B1B25
(27,27,37)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #877EC7

#877EC7
(135,126,199)
#9189CC
(145,137,204)
#9B94D1
(155,148,209)
#A59FD6
(165,159,214)
#AFAADB
(175,170,219)
#B9B5E0
(185,181,224)
#C3C0E5
(195,192,229)
#CDCBEA
(205,203,234)
#D7D6EF
(215,214,239)
#E1E1F4
(225,225,244)
#EBECF9
(235,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877EC7 color. Also use rgb(135,126,199) instead hex code.

Text Font Color

.myTextColor { color: #877EC7; }

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

This text font color is #877EC7.

Background Color

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

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

This div background color is #877EC7.

Border color

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

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

This div border color is #877EC7.

Opacity

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

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

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

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

This text has shadow with #877EC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877EC7.

Preview

Color preview on black background

This text has color #877EC7 on black background.


Color preview on white background

This text has color #877EC7 on white background.


Black color preview on #877EC7 background

This text has black color on #877EC7 background.


White color preview on #877EC7 background

This text has white color on #877EC7 background.


Related colors

Complementary color

Complementary color for #hex is #788138.


I love getcolorcode.com

Triadic colors

1 #C7877E and #7EC787 with #877EC7 are triadic colors.

2 #C77E87 and #7E87C7 with #877EC7 are triadic colors.