COLOR #877BC1

HEX: #877BC1 RGB: (135,123,193)

Color info

#877BC1 contains mainly red and blue colors. Web safe color of #877BC1 is #9966CC (or #96C).

RGB color model

#877BC1 color RGB value is (135,123,193).

RGB: (135,123,193) (53%, 48%, 76%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 193 of 255 = 76%

135
123
193

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

Portions of RGB colors in percentages

R + G + B = 135 + 123 + 193 = 451 (100%)
R 135 of 451 ~ 29.93%
G 123 of 451 ~ 27.27%
B 193 of 451 ~ 42.79'%

%29.93
%27.27
%42.79

CMYK color model

#877BC1 color CMYK value is (30,36,0,24).

  • cyan value is 30.05%
  • magenta value is 36.27%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (30,36,0,24)
C30M36Y0K24 (30%, 36%, 0%, 24%)
(0.30 / 0.36 / 0.00 / 0.24)

CMYK percentages

%30.05
%36.27
%0
%24.31

Codes

Color #877BC1 in popluar color models

87 7B C1
RGB 135 123 193
HSL 250° 36.08% 61.96%
HSB/HSV 250° 36.27% 75.69%
CMYK 30.05% 36.27% 0.00%
24.31%

Color #877BC1 in popluar number systems.

HEX 87 7B C1
Decimal 135 123 193
Binary 10000111 1111011 11000001
Octal 207 173 301

Shades and tints

Shades of #877BC1

#877BC1
(135,123,193)
#7B70B0
(123,112,176)
#6F659F
(111,101,159)
#635A8E
(99,90,142)
#574F7D
(87,79,125)
#4B446C
(75,68,108)
#3F395B
(63,57,91)
#332E4A
(51,46,74)
#272339
(39,35,57)
#1B1828
(27,24,40)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #877BC1

#877BC1
(135,123,193)
#9187C6
(145,135,198)
#9B93CB
(155,147,203)
#A59FD0
(165,159,208)
#AFABD5
(175,171,213)
#B9B7DA
(185,183,218)
#C3C3DF
(195,195,223)
#CDCFE4
(205,207,228)
#D7DBE9
(215,219,233)
#E1E7EE
(225,231,238)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877BC1; }

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

This text font color is #877BC1.

Background Color

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

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

This div background color is #877BC1.

Border color

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

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

This div border color is #877BC1.

Opacity

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

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

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

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

This text has shadow with #877BC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877BC1.

Preview

Color preview on black background

This text has color #877BC1 on black background.


Color preview on white background

This text has color #877BC1 on white background.


Black color preview on #877BC1 background

This text has black color on #877BC1 background.


White color preview on #877BC1 background

This text has white color on #877BC1 background.


Related colors

Complementary color

Complementary color for #hex is #78843E.


I love getcolorcode.com

Triadic colors

1 #C1877B and #7BC187 with #877BC1 are triadic colors.

2 #C17B87 and #7B87C1 with #877BC1 are triadic colors.