COLOR #875EB9

HEX: #875EB9
RGB: (135,94,185)

Color info

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

RGB color model

#875EB9 color RGB value is (135,94,185).

  • red value is 135;
  • green value is 94;
  • blue value is 185.
RGB:
(135,94,185)
(53%,37%,73%)

RGB channels and saturation

R 135 of 255 = 53%
G 94 of 255 = 37%
B 185 of 255 = 73%

135
94
185

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

Portions of RGB colors in percentages

R + G + B =
135 + 94 + 185 = 414 (100%)
R 135 of 414 ~ 32.61%
G 94 of 414 ~ 22.71%
B 185 of 414 ~ 44.69%

%32.61
%22.71
%44.69

CMYK color model

#875EB9 color CMYK value is (27,49,0,27).

  • cyan value is 27.03%
  • magenta value is 49.19%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(27,49,0,27)
C27M49Y0K27 
(27%,49%,0%,27%)
(0.27/0.49/0.00/0.27)	

CMYK percentages

%27.03
%49.19
%0
%27.45

Codes

Color #875EB9 in popluar color models

875EB9
RGB13594185
HSL267°39.39%54.71%
HSB/HSV267°49.19%72.55%
CMYK27.03%49.19%0.00%
27.45%

Color #875EB9 in popluar number systems.

HEX875EB9
Decimal13594185
Binary10000111101111010111001
Octal207136271

Shades and tints

Shades of #875EB9

#875EB9
(135,94,185)
#7B56A9
(123,86,169)
#6F4E99
(111,78,153)
#634689
(99,70,137)
#573E79
(87,62,121)
#4B3669
(75,54,105)
#3F2E59
(63,46,89)
#332649
(51,38,73)
#271E39
(39,30,57)
#1B1629
(27,22,41)
#0F0E19
(15,14,25)
#000000
(0,0,0)

Tints of #875EB9

#875EB9
(135,94,185)
#916CBF
(145,108,191)
#9B7AC5
(155,122,197)
#A588CB
(165,136,203)
#AF96D1
(175,150,209)
#B9A4D7
(185,164,215)
#C3B2DD
(195,178,221)
#CDC0E3
(205,192,227)
#D7CEE9
(215,206,233)
#E1DCEF
(225,220,239)
#EBEAF5
(235,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875EB9; }

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

This text font color is #875EB9.


Background Color

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

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

This div background color is #875EB9.


Border color

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

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

This div border color is #875EB9.


Opacity

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

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

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

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

This text has shadow with #875EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875EB9 on black background.


Color preview on white background

This text has color #875EB9 on white background.



Black color preview on #875EB9 background

This text has black color on #875EB9 background.


White color preview on #875EB9 background

This text has white color on #875EB9 background.