COLOR #877BAE

HEX: #877BAE RGB: (135,123,174)

Color info

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

RGB color model

#877BAE color RGB value is (135,123,174).

RGB: (135,123,174) (53%, 48%, 68%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 174 of 255 = 68%

135
123
174

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

Portions of RGB colors in percentages

R + G + B = 135 + 123 + 174 = 432 (100%)
R 135 of 432 ~ 31.25%
G 123 of 432 ~ 28.47%
B 174 of 432 ~ 40.28'%

%31.25
%28.47
%40.28

CMYK color model

#877BAE color CMYK value is (22,29,0,32).

  • cyan value is 22.41%
  • magenta value is 29.31%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (22,29,0,32)
C22M29Y0K32 (22%, 29%, 0%, 32%)
(0.22 / 0.29 / 0.00 / 0.32)

CMYK percentages

%22.41
%29.31
%0
%31.76

Codes

Color #877BAE in popluar color models

87 7B AE
RGB 135 123 174
HSL 254° 23.94% 58.24%
HSB/HSV 254° 29.31% 68.24%
CMYK 22.41% 29.31% 0.00%
31.76%

Color #877BAE in popluar number systems.

HEX 87 7B AE
Decimal 135 123 174
Binary 10000111 1111011 10101110
Octal 207 173 256

Shades and tints

Shades of #877BAE

#877BAE
(135,123,174)
#7B709F
(123,112,159)
#6F6590
(111,101,144)
#635A81
(99,90,129)
#574F72
(87,79,114)
#4B4463
(75,68,99)
#3F3954
(63,57,84)
#332E45
(51,46,69)
#272336
(39,35,54)
#1B1827
(27,24,39)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #877BAE

#877BAE
(135,123,174)
#9187B5
(145,135,181)
#9B93BC
(155,147,188)
#A59FC3
(165,159,195)
#AFABCA
(175,171,202)
#B9B7D1
(185,183,209)
#C3C3D8
(195,195,216)
#CDCFDF
(205,207,223)
#D7DBE6
(215,219,230)
#E1E7ED
(225,231,237)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877BAE; }

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

This text font color is #877BAE.

Background Color

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

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

This div background color is #877BAE.

Border color

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

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

This div border color is #877BAE.

Opacity

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

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

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

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

This text has shadow with #877BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877BAE.

Preview

Color preview on black background

This text has color #877BAE on black background.


Color preview on white background

This text has color #877BAE on white background.


Black color preview on #877BAE background

This text has black color on #877BAE background.


White color preview on #877BAE background

This text has white color on #877BAE background.


Related colors

Complementary color

Complementary color for #hex is #788451.


I love getcolorcode.com

Triadic colors

1 #AE877B and #7BAE87 with #877BAE are triadic colors.

2 #AE7B87 and #7B87AE with #877BAE are triadic colors.