COLOR #877BB1

HEX: #877BB1 RGB: (135,123,177)

Color info

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

RGB color model

#877BB1 color RGB value is (135,123,177).

RGB: (135,123,177) (53%, 48%, 69%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 177 of 255 = 69%

135
123
177

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

Portions of RGB colors in percentages

R + G + B = 135 + 123 + 177 = 435 (100%)
R 135 of 435 ~ 31.03%
G 123 of 435 ~ 28.28%
B 177 of 435 ~ 40.69'%

%31.03
%28.28
%40.69

CMYK color model

#877BB1 color CMYK value is (24,31,0,31).

  • cyan value is 23.73%
  • magenta value is 30.51%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (24,31,0,31)
C24M31Y0K31 (24%, 31%, 0%, 31%)
(0.24 / 0.31 / 0.00 / 0.31)

CMYK percentages

%23.73
%30.51
%0
%30.59

Codes

Color #877BB1 in popluar color models

87 7B B1
RGB 135 123 177
HSL 253° 25.71% 58.82%
HSB/HSV 253° 30.51% 69.41%
CMYK 23.73% 30.51% 0.00%
30.59%

Color #877BB1 in popluar number systems.

HEX 87 7B B1
Decimal 135 123 177
Binary 10000111 1111011 10110001
Octal 207 173 261

Shades and tints

Shades of #877BB1

#877BB1
(135,123,177)
#7B70A1
(123,112,161)
#6F6591
(111,101,145)
#635A81
(99,90,129)
#574F71
(87,79,113)
#4B4461
(75,68,97)
#3F3951
(63,57,81)
#332E41
(51,46,65)
#272331
(39,35,49)
#1B1821
(27,24,33)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #877BB1

#877BB1
(135,123,177)
#9187B8
(145,135,184)
#9B93BF
(155,147,191)
#A59FC6
(165,159,198)
#AFABCD
(175,171,205)
#B9B7D4
(185,183,212)
#C3C3DB
(195,195,219)
#CDCFE2
(205,207,226)
#D7DBE9
(215,219,233)
#E1E7F0
(225,231,240)
#EBF3F7
(235,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877BB1 color. Also use rgb(135,123,177) instead hex code.

Text Font Color

.myTextColor { color: #877BB1; }

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

This text font color is #877BB1.

Background Color

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

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

This div background color is #877BB1.

Border color

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

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

This div border color is #877BB1.

Opacity

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

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

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

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

This text has shadow with #877BB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877BB1.

Preview

Color preview on black background

This text has color #877BB1 on black background.


Color preview on white background

This text has color #877BB1 on white background.


Black color preview on #877BB1 background

This text has black color on #877BB1 background.


White color preview on #877BB1 background

This text has white color on #877BB1 background.


Related colors

Complementary color

Complementary color for #hex is #78844E.


I love getcolorcode.com

Triadic colors

1 #B1877B and #7BB187 with #877BB1 are triadic colors.

2 #B17B87 and #7B87B1 with #877BB1 are triadic colors.