COLOR #877C9E

HEX: #877C9E RGB: (135,124,158)

Color info

#877C9E contains red, green and blue colors in about the same proportion. Web safe color of #877C9E is #996699 (or #969).

RGB color model

#877C9E color RGB value is (135,124,158).

RGB: (135,124,158) (53%, 49%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 158 of 255 = 62%

135
124
158

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

Portions of RGB colors in percentages

R + G + B = 135 + 124 + 158 = 417 (100%)
R 135 of 417 ~ 32.37%
G 124 of 417 ~ 29.74%
B 158 of 417 ~ 37.89'%

%32.37
%29.74
%37.89

CMYK color model

#877C9E color CMYK value is (15,22,0,38).

  • cyan value is 14.56%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (15,22,0,38) C15M22Y0K38 (15%,22%,0%,38%) (0.15/0.22/0.00/0.38) 

CMYK percentages

%14.56
%21.52
%0
%38.04

Codes

Color #877C9E in popluar color models

87 7C 9E
RGB 135 124 158
HSL 259° 14.91% 55.29%
HSB/HSV 259° 21.52% 61.96%
CMYK 14.56% 21.52% 0.00%
38.04%

Color #877C9E in popluar number systems.

HEX 87 7C 9E
Decimal 135 124 158
Binary 10000111 1111100 10011110
Octal 207 174 236

Shades and tints

Shades of #877C9E

#877C9E
(135,124,158)
#7B7190
(123,113,144)
#6F6682
(111,102,130)
#635B74
(99,91,116)
#575066
(87,80,102)
#4B4558
(75,69,88)
#3F3A4A
(63,58,74)
#332F3C
(51,47,60)
#27242E
(39,36,46)
#1B1920
(27,25,32)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #877C9E

#877C9E
(135,124,158)
#9187A6
(145,135,166)
#9B92AE
(155,146,174)
#A59DB6
(165,157,182)
#AFA8BE
(175,168,190)
#B9B3C6
(185,179,198)
#C3BECE
(195,190,206)
#CDC9D6
(205,201,214)
#D7D4DE
(215,212,222)
#E1DFE6
(225,223,230)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877C9E color. Also use rgb(135,124,158) instead hex code.

Text Font Color

.myTextColor { color: #877C9E; }

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

This text font color is #877C9E.

Background Color

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

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

This div background color is #877C9E.

Border color

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

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

This div border color is #877C9E.

Opacity

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

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

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

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

This text has shadow with #877C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877C9E.

Preview

Color preview on black background

This text has color #877C9E on black background.


Color preview on white background

This text has color #877C9E on white background.


Black color preview on #877C9E background

This text has black color on #877C9E background.


White color preview on #877C9E background

This text has white color on #877C9E background.


Related colors

Complementary color

Complementary color for #hex is #788361.


I love getcolorcode.com

Triadic colors

1 #9E877C and #7C9E87 with #877C9E are triadic colors.

2 #9E7C87 and #7C879E with #877C9E are triadic colors.