COLOR #877FBA

HEX: #877FBA RGB: (135,127,186)

Color info

#877FBA contains red, green and blue colors in about the same proportion. Web safe color of #877FBA is #9966CC (or #96C).

RGB color model

#877FBA color RGB value is (135,127,186).

RGB: (135,127,186) (53%, 50%, 73%)

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 186 of 255 = 73%

135
127
186

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

Portions of RGB colors in percentages

R + G + B = 135 + 127 + 186 = 448 (100%)
R 135 of 448 ~ 30.13%
G 127 of 448 ~ 28.35%
B 186 of 448 ~ 41.52'%

%30.13
%28.35
%41.52

CMYK color model

#877FBA color CMYK value is (27,32,0,27).

  • cyan value is 27.42%
  • magenta value is 31.72%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (27,32,0,27)
C27M32Y0K27 (27%, 32%, 0%, 27%)
(0.27 / 0.32 / 0.00 / 0.27)

CMYK percentages

%27.42
%31.72
%0
%27.06

Codes

Color #877FBA in popluar color models

87 7F BA
RGB 135 127 186
HSL 248° 29.95% 61.37%
HSB/HSV 248° 31.72% 72.94%
CMYK 27.42% 31.72% 0.00%
27.06%

Color #877FBA in popluar number systems.

HEX 87 7F BA
Decimal 135 127 186
Binary 10000111 1111111 10111010
Octal 207 177 272

Shades and tints

Shades of #877FBA

#877FBA
(135,127,186)
#7B74AA
(123,116,170)
#6F699A
(111,105,154)
#635E8A
(99,94,138)
#57537A
(87,83,122)
#4B486A
(75,72,106)
#3F3D5A
(63,61,90)
#33324A
(51,50,74)
#27273A
(39,39,58)
#1B1C2A
(27,28,42)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #877FBA

#877FBA
(135,127,186)
#918AC0
(145,138,192)
#9B95C6
(155,149,198)
#A5A0CC
(165,160,204)
#AFABD2
(175,171,210)
#B9B6D8
(185,182,216)
#C3C1DE
(195,193,222)
#CDCCE4
(205,204,228)
#D7D7EA
(215,215,234)
#E1E2F0
(225,226,240)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877FBA; }

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

This text font color is #877FBA.

Background Color

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

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

This div background color is #877FBA.

Border color

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

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

This div border color is #877FBA.

Opacity

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

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

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

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

This text has shadow with #877FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877FBA.

Preview

Color preview on black background

This text has color #877FBA on black background.


Color preview on white background

This text has color #877FBA on white background.


Black color preview on #877FBA background

This text has black color on #877FBA background.


White color preview on #877FBA background

This text has white color on #877FBA background.


Related colors

Complementary color

Complementary color for #hex is #788045.


I love getcolorcode.com

Triadic colors

1 #BA877F and #7FBA87 with #877FBA are triadic colors.

2 #BA7F87 and #7F87BA with #877FBA are triadic colors.