COLOR #877AD9

HEX: #877AD9
RGB: (135,122,217)

Color info

#877AD9 contains mainly blue color. Web safe color of #877AD9 is #9966CC (or #96C).

RGB color model

#877AD9 color RGB value is (135,122,217).

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

RGB channels and saturation

R 135 of 255 = 53%
G 122 of 255 = 48%
B 217 of 255 = 85%

135
122
217

R + G + B ~ 62%. #877AD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 122 + 217 = 474 (100%)
R 135 of 474 ~ 28.48%
G 122 of 474 ~ 25.74%
B 217 of 474 ~ 45.78%

%28.48
%25.74
%45.78

CMYK color model

#877AD9 color CMYK value is (38,44,0,15).

  • cyan value is 37.79%
  • magenta value is 43.78%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(38,44,0,15)
C38M44Y0K15 
(38%,44%,0%,15%)
(0.38/0.44/0.00/0.15)	

CMYK percentages

%37.79
%43.78
%0
%14.9

Codes

Color #877AD9 in popluar color models

877AD9
RGB135122217
HSL248°55.56%66.47%
HSB/HSV248°43.78%85.10%
CMYK37.79%43.78%0.00%
14.90%

Color #877AD9 in popluar number systems.

HEX877AD9
Decimal135122217
Binary10000111111101011011001
Octal207172331

Shades and tints

Shades of #877AD9

#877AD9
(135,122,217)
#7B6FC6
(123,111,198)
#6F64B3
(111,100,179)
#6359A0
(99,89,160)
#574E8D
(87,78,141)
#4B437A
(75,67,122)
#3F3867
(63,56,103)
#332D54
(51,45,84)
#272241
(39,34,65)
#1B172E
(27,23,46)
#0F0C1B
(15,12,27)
#000000
(0,0,0)

Tints of #877AD9

#877AD9
(135,122,217)
#9186DC
(145,134,220)
#9B92DF
(155,146,223)
#A59EE2
(165,158,226)
#AFAAE5
(175,170,229)
#B9B6E8
(185,182,232)
#C3C2EB
(195,194,235)
#CDCEEE
(205,206,238)
#D7DAF1
(215,218,241)
#E1E6F4
(225,230,244)
#EBF2F7
(235,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877AD9; }

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

This text font color is #877AD9.


Background Color

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

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

This div background color is #877AD9.


Border color

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

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

This div border color is #877AD9.


Opacity

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

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

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

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

This text has shadow with #877AD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877AD9 on black background.


Color preview on white background

This text has color #877AD9 on white background.



Black color preview on #877AD9 background

This text has black color on #877AD9 background.


White color preview on #877AD9 background

This text has white color on #877AD9 background.