COLOR #875CA4

HEX: #875CA4 RGB: (135,92,164)

Color info

#875CA4 contains mainly red and blue colors. Web safe color of #875CA4 is #996699 (or #969).

RGB color model

#875CA4 color RGB value is (135,92,164).

RGB: (135,92,164) (53%, 36%, 64%)

RGB channels and saturation

R 135 of 255 = 53%
G 92 of 255 = 36%
B 164 of 255 = 64%

135
92
164

R + G + B ~ 51%. #875CA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 92 + 164 = 391 (100%)
R 135 of 391 ~ 34.53%
G 92 of 391 ~ 23.53%
B 164 of 391 ~ 41.94'%

%34.53
%23.53
%41.94

CMYK color model

#875CA4 color CMYK value is (18,44,0,36).

  • cyan value is 17.68%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (18,44,0,36)
C18M44Y0K36 (18%, 44%, 0%, 36%)
(0.18 / 0.44 / 0.00 / 0.36)

CMYK percentages

%17.68
%43.9
%0
%35.69

Codes

Color #875CA4 in popluar color models

87 5C A4
RGB 135 92 164
HSL 276° 28.35% 50.20%
HSB/HSV 276° 43.90% 64.31%
CMYK 17.68% 43.90% 0.00%
35.69%

Color #875CA4 in popluar number systems.

HEX 87 5C A4
Decimal 135 92 164
Binary 10000111 1011100 10100100
Octal 207 134 244

Shades and tints

Shades of #875CA4

#875CA4
(135,92,164)
#7B5496
(123,84,150)
#6F4C88
(111,76,136)
#63447A
(99,68,122)
#573C6C
(87,60,108)
#4B345E
(75,52,94)
#3F2C50
(63,44,80)
#332442
(51,36,66)
#271C34
(39,28,52)
#1B1426
(27,20,38)
#0F0C18
(15,12,24)
#000000
(0,0,0)

Tints of #875CA4

#875CA4
(135,92,164)
#916AAC
(145,106,172)
#9B78B4
(155,120,180)
#A586BC
(165,134,188)
#AF94C4
(175,148,196)
#B9A2CC
(185,162,204)
#C3B0D4
(195,176,212)
#CDBEDC
(205,190,220)
#D7CCE4
(215,204,228)
#E1DAEC
(225,218,236)
#EBE8F4
(235,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875CA4 color. Also use rgb(135,92,164) instead hex code.

Text Font Color

.myTextColor { color: #875CA4; }

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

This text font color is #875CA4.

Background Color

.myBgColor { background-color: #875CA4; }

<div style="background-color:#875CA4">Inner text</div>

This div background color is #875CA4.

Border color

.myBorderColor { border: 1px solid #875CA4; }

<div style="border:3px solid #875CA4">Div</div>

This div border color is #875CA4.

Opacity

.myOpacity80 { color: #875CA4; opacity: 0.8; }

<p style="color:#875CA4;opacity:0.8;">80%</p>

Text with #875CA4 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 #875CA4;}

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

This text has shadow with #875CA4 color.


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

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

This text has shadow with #875CA4 primary color and red secondary color.


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

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

This text has shadow with #875CA4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #875CA4.

Preview

Color preview on black background

This text has color #875CA4 on black background.


Color preview on white background

This text has color #875CA4 on white background.


Black color preview on #875CA4 background

This text has black color on #875CA4 background.


White color preview on #875CA4 background

This text has white color on #875CA4 background.


Related colors

Complementary color

Complementary color for #hex is #78A35B.


I love getcolorcode.com

Triadic colors

1 #A4875C and #5CA487 with #875CA4 are triadic colors.

2 #A45C87 and #5C87A4 with #875CA4 are triadic colors.