COLOR #877BD4

HEX: #877BD4 RGB: (135,123,212)

Color info

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

RGB color model

#877BD4 color RGB value is (135,123,212).

RGB: (135,123,212) (53%, 48%, 83%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 212 of 255 = 83%

135
123
212

R + G + B ~ 61%. #877BD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 123 + 212 = 470 (100%)
R 135 of 470 ~ 28.72%
G 123 of 470 ~ 26.17%
B 212 of 470 ~ 45.11'%

%28.72
%26.17
%45.11

CMYK color model

#877BD4 color CMYK value is (36,42,0,17).

  • cyan value is 36.32%
  • magenta value is 41.98%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (36,42,0,17)
C36M42Y0K17 (36%, 42%, 0%, 17%)
(0.36 / 0.42 / 0.00 / 0.17)

CMYK percentages

%36.32
%41.98
%0
%16.86

Codes

Color #877BD4 in popluar color models

87 7B D4
RGB 135 123 212
HSL 248° 50.86% 65.69%
HSB/HSV 248° 41.98% 83.14%
CMYK 36.32% 41.98% 0.00%
16.86%

Color #877BD4 in popluar number systems.

HEX 87 7B D4
Decimal 135 123 212
Binary 10000111 1111011 11010100
Octal 207 173 324

Shades and tints

Shades of #877BD4

#877BD4
(135,123,212)
#7B70C1
(123,112,193)
#6F65AE
(111,101,174)
#635A9B
(99,90,155)
#574F88
(87,79,136)
#4B4475
(75,68,117)
#3F3962
(63,57,98)
#332E4F
(51,46,79)
#27233C
(39,35,60)
#1B1829
(27,24,41)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #877BD4

#877BD4
(135,123,212)
#9187D7
(145,135,215)
#9B93DA
(155,147,218)
#A59FDD
(165,159,221)
#AFABE0
(175,171,224)
#B9B7E3
(185,183,227)
#C3C3E6
(195,195,230)
#CDCFE9
(205,207,233)
#D7DBEC
(215,219,236)
#E1E7EF
(225,231,239)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877BD4 color. Also use rgb(135,123,212) instead hex code.

Text Font Color

.myTextColor { color: #877BD4; }

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

This text font color is #877BD4.

Background Color

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

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

This div background color is #877BD4.

Border color

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

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

This div border color is #877BD4.

Opacity

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

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

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

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

This text has shadow with #877BD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877BD4.

Preview

Color preview on black background

This text has color #877BD4 on black background.


Color preview on white background

This text has color #877BD4 on white background.


Black color preview on #877BD4 background

This text has black color on #877BD4 background.


White color preview on #877BD4 background

This text has white color on #877BD4 background.


Related colors

Complementary color

Complementary color for #hex is #78842B.


I love getcolorcode.com

Triadic colors

1 #D4877B and #7BD487 with #877BD4 are triadic colors.

2 #D47B87 and #7B87D4 with #877BD4 are triadic colors.