COLOR #877FAF

HEX: #877FAF
RGB: (135,127,175)

Color info

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

RGB color model

#877FAF color RGB value is (135,127,175).

  • red value is 135;
  • green value is 127;
  • blue value is 175.
RGB:
(135,127,175)
(53%,50%,69%)

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 175 of 255 = 69%

135
127
175

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

Portions of RGB colors in percentages

R + G + B =
135 + 127 + 175 = 437 (100%)
R 135 of 437 ~ 30.89%
G 127 of 437 ~ 29.06%
B 175 of 437 ~ 40.05%

%30.89
%29.06
%40.05

CMYK color model

#877FAF color CMYK value is (23,27,0,31).

  • cyan value is 22.86%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(23,27,0,31)
C23M27Y0K31 
(23%,27%,0%,31%)
(0.23/0.27/0.00/0.31)	

CMYK percentages

%22.86
%27.43
%0
%31.37

Codes

Color #877FAF in popluar color models

877FAF
RGB135127175
HSL250°23.08%59.22%
HSB/HSV250°27.43%68.63%
CMYK22.86%27.43%0.00%
31.37%

Color #877FAF in popluar number systems.

HEX877FAF
Decimal135127175
Binary10000111111111110101111
Octal207177257

Shades and tints

Shades of #877FAF

#877FAF
(135,127,175)
#7B74A0
(123,116,160)
#6F6991
(111,105,145)
#635E82
(99,94,130)
#575373
(87,83,115)
#4B4864
(75,72,100)
#3F3D55
(63,61,85)
#333246
(51,50,70)
#272737
(39,39,55)
#1B1C28
(27,28,40)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #877FAF

#877FAF
(135,127,175)
#918AB6
(145,138,182)
#9B95BD
(155,149,189)
#A5A0C4
(165,160,196)
#AFABCB
(175,171,203)
#B9B6D2
(185,182,210)
#C3C1D9
(195,193,217)
#CDCCE0
(205,204,224)
#D7D7E7
(215,215,231)
#E1E2EE
(225,226,238)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877FAF; }

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

This text font color is #877FAF.


Background Color

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

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

This div background color is #877FAF.


Border color

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

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

This div border color is #877FAF.


Opacity

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

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

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

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

This text has shadow with #877FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877FAF on black background.


Color preview on white background

This text has color #877FAF on white background.



Black color preview on #877FAF background

This text has black color on #877FAF background.


White color preview on #877FAF background

This text has white color on #877FAF background.