COLOR #877FAA

HEX: #877FAA
RGB: (135,127,170)

Color info

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

RGB color model

#877FAA color RGB value is (135,127,170).

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

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 170 of 255 = 67%

135
127
170

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

Portions of RGB colors in percentages

R + G + B =
135 + 127 + 170 = 432 (100%)
R 135 of 432 ~ 31.25%
G 127 of 432 ~ 29.4%
B 170 of 432 ~ 39.35%

%31.25
%29.4
%39.35

CMYK color model

#877FAA color CMYK value is (21,25,0,33).

  • cyan value is 20.59%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (21,25,0,33) C21M25Y0K33 (21%,25%,0%,33%) (0.21/0.25/0.00/0.33)

CMYK percentages

%20.59
%25.29
%0
%33.33

Codes

Color #877FAA in popluar color models

877FAA
RGB135127170
HSL251°20.19%58.24%
HSB/HSV251°25.29%66.67%
CMYK20.59%25.29%0.00%
33.33%

Color #877FAA in popluar number systems.

HEX877FAA
Decimal135127170
Binary10000111111111110101010
Octal207177252

Shades and tints

Shades of #877FAA

#877FAA
(135,127,170)
#7B749B
(123,116,155)
#6F698C
(111,105,140)
#635E7D
(99,94,125)
#57536E
(87,83,110)
#4B485F
(75,72,95)
#3F3D50
(63,61,80)
#333241
(51,50,65)
#272732
(39,39,50)
#1B1C23
(27,28,35)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #877FAA

#877FAA
(135,127,170)
#918AB1
(145,138,177)
#9B95B8
(155,149,184)
#A5A0BF
(165,160,191)
#AFABC6
(175,171,198)
#B9B6CD
(185,182,205)
#C3C1D4
(195,193,212)
#CDCCDB
(205,204,219)
#D7D7E2
(215,215,226)
#E1E2E9
(225,226,233)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877FAA; }

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

This text font color is #877FAA.


Background Color

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

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

This div background color is #877FAA.


Border color

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

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

This div border color is #877FAA.


Opacity

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

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

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

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

This text has shadow with #877FAA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #877FAA on black background.


Color preview on white background

This text has color #877FAA on white background.



Black color preview on #877FAA background

This text has black color on #877FAA background.


White color preview on #877FAA background

This text has white color on #877FAA background.