COLOR #877DC5

HEX: #877DC5
RGB: (135,125,197)

Color info

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

RGB color model

#877DC5 color RGB value is (135,125,197).

  • red value is 135;
  • green value is 125;
  • blue value is 197.
RGB:
(135,125,197)
(53%,49%,77%)

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 197 of 255 = 77%

135
125
197

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

Portions of RGB colors in percentages

R + G + B =
135 + 125 + 197 = 457 (100%)
R 135 of 457 ~ 29.54%
G 125 of 457 ~ 27.35%
B 197 of 457 ~ 43.11%

%29.54
%27.35
%43.11

CMYK color model

#877DC5 color CMYK value is (31,37,0,23).

  • cyan value is 31.47%
  • magenta value is 36.55%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(31,37,0,23)
C31M37Y0K23 
(31%,37%,0%,23%)
(0.31/0.37/0.00/0.23)	

CMYK percentages

%31.47
%36.55
%0
%22.75

Codes

Color #877DC5 in popluar color models

877DC5
RGB135125197
HSL248°38.30%63.14%
HSB/HSV248°36.55%77.25%
CMYK31.47%36.55%0.00%
22.75%

Color #877DC5 in popluar number systems.

HEX877DC5
Decimal135125197
Binary10000111111110111000101
Octal207175305

Shades and tints

Shades of #877DC5

#877DC5
(135,125,197)
#7B72B4
(123,114,180)
#6F67A3
(111,103,163)
#635C92
(99,92,146)
#575181
(87,81,129)
#4B4670
(75,70,112)
#3F3B5F
(63,59,95)
#33304E
(51,48,78)
#27253D
(39,37,61)
#1B1A2C
(27,26,44)
#0F0F1B
(15,15,27)
#000000
(0,0,0)

Tints of #877DC5

#877DC5
(135,125,197)
#9188CA
(145,136,202)
#9B93CF
(155,147,207)
#A59ED4
(165,158,212)
#AFA9D9
(175,169,217)
#B9B4DE
(185,180,222)
#C3BFE3
(195,191,227)
#CDCAE8
(205,202,232)
#D7D5ED
(215,213,237)
#E1E0F2
(225,224,242)
#EBEBF7
(235,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877DC5 color. Also use rgb(135,125,197) instead hex code.

Text Font Color

.myTextColor { color: #877DC5; }

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

This text font color is #877DC5.


Background Color

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

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

This div background color is #877DC5.


Border color

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

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

This div border color is #877DC5.


Opacity

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

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

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

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

This text has shadow with #877DC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877DC5 on black background.


Color preview on white background

This text has color #877DC5 on white background.



Black color preview on #877DC5 background

This text has black color on #877DC5 background.


White color preview on #877DC5 background

This text has white color on #877DC5 background.