COLOR #877AAE

HEX: #877AAE
RGB: (135,122,174)

Color info

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

RGB color model

#877AAE color RGB value is (135,122,174).

  • red value is 135;
  • green value is 122;
  • blue value is 174.
RGB:
(135,122,174)
(53%,48%,68%)

RGB channels and saturation

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

135
122
174

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

Portions of RGB colors in percentages

R + G + B =
135 + 122 + 174 = 431 (100%)
R 135 of 431 ~ 31.32%
G 122 of 431 ~ 28.31%
B 174 of 431 ~ 40.37%

%31.32
%28.31
%40.37

CMYK color model

#877AAE color CMYK value is (22,30,0,32).

  • cyan value is 22.41%
  • magenta value is 29.89%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(22,30,0,32)
C22M30Y0K32 
(22%,30%,0%,32%)
(0.22/0.30/0.00/0.32)	

CMYK percentages

%22.41
%29.89
%0
%31.76

Codes

Color #877AAE in popluar color models

877AAE
RGB135122174
HSL255°24.30%58.04%
HSB/HSV255°29.89%68.24%
CMYK22.41%29.89%0.00%
31.76%

Color #877AAE in popluar number systems.

HEX877AAE
Decimal135122174
Binary10000111111101010101110
Octal207172256

Shades and tints

Shades of #877AAE

#877AAE
(135,122,174)
#7B6F9F
(123,111,159)
#6F6490
(111,100,144)
#635981
(99,89,129)
#574E72
(87,78,114)
#4B4363
(75,67,99)
#3F3854
(63,56,84)
#332D45
(51,45,69)
#272236
(39,34,54)
#1B1727
(27,23,39)
#0F0C18
(15,12,24)
#000000
(0,0,0)

Tints of #877AAE

#877AAE
(135,122,174)
#9186B5
(145,134,181)
#9B92BC
(155,146,188)
#A59EC3
(165,158,195)
#AFAACA
(175,170,202)
#B9B6D1
(185,182,209)
#C3C2D8
(195,194,216)
#CDCEDF
(205,206,223)
#D7DAE6
(215,218,230)
#E1E6ED
(225,230,237)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877AAE; }

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

This text font color is #877AAE.


Background Color

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

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

This div background color is #877AAE.


Border color

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

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

This div border color is #877AAE.


Opacity

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

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

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

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

This text has shadow with #877AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877AAE on black background.


Color preview on white background

This text has color #877AAE on white background.



Black color preview on #877AAE background

This text has black color on #877AAE background.


White color preview on #877AAE background

This text has white color on #877AAE background.