COLOR #877CBA

HEX: #877CBA RGB: (135,124,186)

Color info

#877CBA contains mainly red and blue colors. Web safe color of #877CBA is #9966CC (or #96C).

RGB color model

#877CBA color RGB value is (135,124,186).

RGB: (135,124,186) (53%, 49%, 73%)

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 186 of 255 = 73%

135
124
186

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

Portions of RGB colors in percentages

R + G + B = 135 + 124 + 186 = 445 (100%)
R 135 of 445 ~ 30.34%
G 124 of 445 ~ 27.87%
B 186 of 445 ~ 41.8'%

%30.34
%27.87
%41.8

CMYK color model

#877CBA color CMYK value is (27,33,0,27).

  • cyan value is 27.42%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (27,33,0,27) C27M33Y0K27 (27%,33%,0%,27%) (0.27/0.33/0.00/0.27) 

CMYK percentages

%27.42
%33.33
%0
%27.06

Codes

Color #877CBA in popluar color models

87 7C BA
RGB 135 124 186
HSL 251° 31.00% 60.78%
HSB/HSV 251° 33.33% 72.94%
CMYK 27.42% 33.33% 0.00%
27.06%

Color #877CBA in popluar number systems.

HEX 87 7C BA
Decimal 135 124 186
Binary 10000111 1111100 10111010
Octal 207 174 272

Shades and tints

Shades of #877CBA

#877CBA
(135,124,186)
#7B71AA
(123,113,170)
#6F669A
(111,102,154)
#635B8A
(99,91,138)
#57507A
(87,80,122)
#4B456A
(75,69,106)
#3F3A5A
(63,58,90)
#332F4A
(51,47,74)
#27243A
(39,36,58)
#1B192A
(27,25,42)
#0F0E1A
(15,14,26)
#000000
(0,0,0)

Tints of #877CBA

#877CBA
(135,124,186)
#9187C0
(145,135,192)
#9B92C6
(155,146,198)
#A59DCC
(165,157,204)
#AFA8D2
(175,168,210)
#B9B3D8
(185,179,216)
#C3BEDE
(195,190,222)
#CDC9E4
(205,201,228)
#D7D4EA
(215,212,234)
#E1DFF0
(225,223,240)
#EBEAF6
(235,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877CBA; }

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

This text font color is #877CBA.

Background Color

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

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

This div background color is #877CBA.

Border color

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

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

This div border color is #877CBA.

Opacity

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

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

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

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

This text has shadow with #877CBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877CBA.

Preview

Color preview on black background

This text has color #877CBA on black background.


Color preview on white background

This text has color #877CBA on white background.


Black color preview on #877CBA background

This text has black color on #877CBA background.


White color preview on #877CBA background

This text has white color on #877CBA background.


Related colors

Complementary color

Complementary color for #hex is #788345.


I love getcolorcode.com

Triadic colors

1 #BA877C and #7CBA87 with #877CBA are triadic colors.

2 #BA7C87 and #7C87BA with #877CBA are triadic colors.