COLOR #877FA5

HEX: #877FA5 RGB: (135,127,165)

Color info

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

RGB color model

#877FA5 color RGB value is (135,127,165).

RGB: (135,127,165) (53%, 50%, 65%)

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 165 of 255 = 65%

135
127
165

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

Portions of RGB colors in percentages

R + G + B = 135 + 127 + 165 = 427 (100%)
R 135 of 427 ~ 31.62%
G 127 of 427 ~ 29.74%
B 165 of 427 ~ 38.64'%

%31.62
%29.74
%38.64

CMYK color model

#877FA5 color CMYK value is (18,23,0,35).

  • cyan value is 18.18%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (18,23,0,35)
C18M23Y0K35 (18%, 23%, 0%, 35%)
(0.18 / 0.23 / 0.00 / 0.35)

CMYK percentages

%18.18
%23.03
%0
%35.29

Codes

Color #877FA5 in popluar color models

87 7F A5
RGB 135 127 165
HSL 253° 17.43% 57.25%
HSB/HSV 253° 23.03% 64.71%
CMYK 18.18% 23.03% 0.00%
35.29%

Color #877FA5 in popluar number systems.

HEX 87 7F A5
Decimal 135 127 165
Binary 10000111 1111111 10100101
Octal 207 177 245

Shades and tints

Shades of #877FA5

#877FA5
(135,127,165)
#7B7496
(123,116,150)
#6F6987
(111,105,135)
#635E78
(99,94,120)
#575369
(87,83,105)
#4B485A
(75,72,90)
#3F3D4B
(63,61,75)
#33323C
(51,50,60)
#27272D
(39,39,45)
#1B1C1E
(27,28,30)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #877FA5

#877FA5
(135,127,165)
#918AAD
(145,138,173)
#9B95B5
(155,149,181)
#A5A0BD
(165,160,189)
#AFABC5
(175,171,197)
#B9B6CD
(185,182,205)
#C3C1D5
(195,193,213)
#CDCCDD
(205,204,221)
#D7D7E5
(215,215,229)
#E1E2ED
(225,226,237)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877FA5; }

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

This text font color is #877FA5.

Background Color

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

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

This div background color is #877FA5.

Border color

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

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

This div border color is #877FA5.

Opacity

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

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

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

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

This text has shadow with #877FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877FA5.

Preview

Color preview on black background

This text has color #877FA5 on black background.


Color preview on white background

This text has color #877FA5 on white background.


Black color preview on #877FA5 background

This text has black color on #877FA5 background.


White color preview on #877FA5 background

This text has white color on #877FA5 background.


Related colors

Complementary color

Complementary color for #hex is #78805A.


I love getcolorcode.com

Triadic colors

1 #A5877F and #7FA587 with #877FA5 are triadic colors.

2 #A57F87 and #7F87A5 with #877FA5 are triadic colors.