COLOR #875EA4

HEX: #875EA4 RGB: (135,94,164)

Color info

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

RGB color model

#875EA4 color RGB value is (135,94,164).

RGB: (135,94,164) (53%, 37%, 64%)

RGB channels and saturation

R 135 of 255 = 53%
G 94 of 255 = 37%
B 164 of 255 = 64%

135
94
164

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

Portions of RGB colors in percentages

R + G + B = 135 + 94 + 164 = 393 (100%)
R 135 of 393 ~ 34.35%
G 94 of 393 ~ 23.92%
B 164 of 393 ~ 41.73'%

%34.35
%23.92
%41.73

CMYK color model

#875EA4 color CMYK value is (18,43,0,36).

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

CMYK: (18,43,0,36)
C18M43Y0K36 (18%, 43%, 0%, 36%)
(0.18 / 0.43 / 0.00 / 0.36)

CMYK percentages

%17.68
%42.68
%0
%35.69

Codes

Color #875EA4 in popluar color models

87 5E A4
RGB 135 94 164
HSL 275° 27.78% 50.59%
HSB/HSV 275° 42.68% 64.31%
CMYK 17.68% 42.68% 0.00%
35.69%

Color #875EA4 in popluar number systems.

HEX 87 5E A4
Decimal 135 94 164
Binary 10000111 1011110 10100100
Octal 207 136 244

Shades and tints

Shades of #875EA4

#875EA4
(135,94,164)
#7B5696
(123,86,150)
#6F4E88
(111,78,136)
#63467A
(99,70,122)
#573E6C
(87,62,108)
#4B365E
(75,54,94)
#3F2E50
(63,46,80)
#332642
(51,38,66)
#271E34
(39,30,52)
#1B1626
(27,22,38)
#0F0E18
(15,14,24)
#000000
(0,0,0)

Tints of #875EA4

#875EA4
(135,94,164)
#916CAC
(145,108,172)
#9B7AB4
(155,122,180)
#A588BC
(165,136,188)
#AF96C4
(175,150,196)
#B9A4CC
(185,164,204)
#C3B2D4
(195,178,212)
#CDC0DC
(205,192,220)
#D7CEE4
(215,206,228)
#E1DCEC
(225,220,236)
#EBEAF4
(235,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875EA4; }

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

This text font color is #875EA4.

Background Color

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

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

This div background color is #875EA4.

Border color

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

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

This div border color is #875EA4.

Opacity

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

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

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

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

This text has shadow with #875EA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #875EA4.

Preview

Color preview on black background

This text has color #875EA4 on black background.


Color preview on white background

This text has color #875EA4 on white background.


Black color preview on #875EA4 background

This text has black color on #875EA4 background.


White color preview on #875EA4 background

This text has white color on #875EA4 background.


Related colors

Complementary color

Complementary color for #hex is #78A15B.


I love getcolorcode.com

Triadic colors

1 #A4875E and #5EA487 with #875EA4 are triadic colors.

2 #A45E87 and #5E87A4 with #875EA4 are triadic colors.