COLOR #875BD2

HEX: #875BD2
RGB: (135,91,210)

Color info

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

RGB color model

#875BD2 color RGB value is (135,91,210).

  • red value is 135;
  • green value is 91;
  • blue value is 210.
RGB:
(135,91,210)
(53%,36%,82%)

RGB channels and saturation

R 135 of 255 = 53%
G 91 of 255 = 36%
B 210 of 255 = 82%

135
91
210

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

Portions of RGB colors in percentages

R + G + B =
135 + 91 + 210 = 436 (100%)
R 135 of 436 ~ 30.96%
G 91 of 436 ~ 20.87%
B 210 of 436 ~ 48.17%

%30.96
%20.87
%48.17

CMYK color model

#875BD2 color CMYK value is (36,57,0,18).

  • cyan value is 35.71%
  • magenta value is 56.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(36,57,0,18)
C36M57Y0K18 
(36%,57%,0%,18%)
(0.36/0.57/0.00/0.18)	

CMYK percentages

%35.71
%56.67
%0
%17.65

Codes

Color #875BD2 in popluar color models

875BD2
RGB13591210
HSL262°56.94%59.02%
HSB/HSV262°56.67%82.35%
CMYK35.71%56.67%0.00%
17.65%

Color #875BD2 in popluar number systems.

HEX875BD2
Decimal13591210
Binary10000111101101111010010
Octal207133322

Shades and tints

Shades of #875BD2

#875BD2
(135,91,210)
#7B53BF
(123,83,191)
#6F4BAC
(111,75,172)
#634399
(99,67,153)
#573B86
(87,59,134)
#4B3373
(75,51,115)
#3F2B60
(63,43,96)
#33234D
(51,35,77)
#271B3A
(39,27,58)
#1B1327
(27,19,39)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #875BD2

#875BD2
(135,91,210)
#9169D6
(145,105,214)
#9B77DA
(155,119,218)
#A585DE
(165,133,222)
#AF93E2
(175,147,226)
#B9A1E6
(185,161,230)
#C3AFEA
(195,175,234)
#CDBDEE
(205,189,238)
#D7CBF2
(215,203,242)
#E1D9F6
(225,217,246)
#EBE7FA
(235,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875BD2 color. Also use rgb(135,91,210) instead hex code.

Text Font Color

.myTextColor { color: #875BD2; }

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

This text font color is #875BD2.


Background Color

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

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

This div background color is #875BD2.


Border color

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

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

This div border color is #875BD2.


Opacity

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

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

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

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

This text has shadow with #875BD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875BD2 on black background.


Color preview on white background

This text has color #875BD2 on white background.



Black color preview on #875BD2 background

This text has black color on #875BD2 background.


White color preview on #875BD2 background

This text has white color on #875BD2 background.