COLOR #877FC7

HEX: #877FC7 RGB: (135,127,199)

Color info

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

RGB color model

#877FC7 color RGB value is (135,127,199).

RGB: (135,127,199) (53%, 50%, 78%)

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 199 of 255 = 78%

135
127
199

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

Portions of RGB colors in percentages

R + G + B = 135 + 127 + 199 = 461 (100%)
R 135 of 461 ~ 29.28%
G 127 of 461 ~ 27.55%
B 199 of 461 ~ 43.17'%

%29.28
%27.55
%43.17

CMYK color model

#877FC7 color CMYK value is (32,36,0,22).

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

CMYK: (32,36,0,22)
C32M36Y0K22 (32%, 36%, 0%, 22%)
(0.32 / 0.36 / 0.00 / 0.22)

CMYK percentages

%32.16
%36.18
%0
%21.96

Codes

Color #877FC7 in popluar color models

87 7F C7
RGB 135 127 199
HSL 247° 39.13% 63.92%
HSB/HSV 247° 36.18% 78.04%
CMYK 32.16% 36.18% 0.00%
21.96%

Color #877FC7 in popluar number systems.

HEX 87 7F C7
Decimal 135 127 199
Binary 10000111 1111111 11000111
Octal 207 177 307

Shades and tints

Shades of #877FC7

#877FC7
(135,127,199)
#7B74B5
(123,116,181)
#6F69A3
(111,105,163)
#635E91
(99,94,145)
#57537F
(87,83,127)
#4B486D
(75,72,109)
#3F3D5B
(63,61,91)
#333249
(51,50,73)
#272737
(39,39,55)
#1B1C25
(27,28,37)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #877FC7

#877FC7
(135,127,199)
#918ACC
(145,138,204)
#9B95D1
(155,149,209)
#A5A0D6
(165,160,214)
#AFABDB
(175,171,219)
#B9B6E0
(185,182,224)
#C3C1E5
(195,193,229)
#CDCCEA
(205,204,234)
#D7D7EF
(215,215,239)
#E1E2F4
(225,226,244)
#EBEDF9
(235,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877FC7; }

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

This text font color is #877FC7.

Background Color

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

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

This div background color is #877FC7.

Border color

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

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

This div border color is #877FC7.

Opacity

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

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

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

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

This text has shadow with #877FC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877FC7.

Preview

Color preview on black background

This text has color #877FC7 on black background.


Color preview on white background

This text has color #877FC7 on white background.


Black color preview on #877FC7 background

This text has black color on #877FC7 background.


White color preview on #877FC7 background

This text has white color on #877FC7 background.


Related colors

Complementary color

Complementary color for #hex is #788038.


I love getcolorcode.com

Triadic colors

1 #C7877F and #7FC787 with #877FC7 are triadic colors.

2 #C77F87 and #7F87C7 with #877FC7 are triadic colors.