COLOR #875DBF

HEX: #875DBF
RGB: (135,93,191)

Color info

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

RGB color model

#875DBF color RGB value is (135,93,191).

  • red value is 135;
  • green value is 93;
  • blue value is 191.
RGB:
(135,93,191)
(53%,36%,75%)

RGB channels and saturation

R 135 of 255 = 53%
G 93 of 255 = 36%
B 191 of 255 = 75%

135
93
191

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

Portions of RGB colors in percentages

R + G + B =
135 + 93 + 191 = 419 (100%)
R 135 of 419 ~ 32.22%
G 93 of 419 ~ 22.2%
B 191 of 419 ~ 45.58%

%32.22
%22.2
%45.58

CMYK color model

#875DBF color CMYK value is (29,51,0,25).

  • cyan value is 29.32%
  • magenta value is 51.31%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(29,51,0,25)
C29M51Y0K25 
(29%,51%,0%,25%)
(0.29/0.51/0.00/0.25)	

CMYK percentages

%29.32
%51.31
%0
%25.1

Codes

Color #875DBF in popluar color models

875DBF
RGB13593191
HSL266°43.36%55.69%
HSB/HSV266°51.31%74.90%
CMYK29.32%51.31%0.00%
25.10%

Color #875DBF in popluar number systems.

HEX875DBF
Decimal13593191
Binary10000111101110110111111
Octal207135277

Shades and tints

Shades of #875DBF

#875DBF
(135,93,191)
#7B55AE
(123,85,174)
#6F4D9D
(111,77,157)
#63458C
(99,69,140)
#573D7B
(87,61,123)
#4B356A
(75,53,106)
#3F2D59
(63,45,89)
#332548
(51,37,72)
#271D37
(39,29,55)
#1B1526
(27,21,38)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #875DBF

#875DBF
(135,93,191)
#916BC4
(145,107,196)
#9B79C9
(155,121,201)
#A587CE
(165,135,206)
#AF95D3
(175,149,211)
#B9A3D8
(185,163,216)
#C3B1DD
(195,177,221)
#CDBFE2
(205,191,226)
#D7CDE7
(215,205,231)
#E1DBEC
(225,219,236)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875DBF color. Also use rgb(135,93,191) instead hex code.

Text Font Color

.myTextColor { color: #875DBF; }

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

This text font color is #875DBF.


Background Color

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

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

This div background color is #875DBF.


Border color

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

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

This div border color is #875DBF.


Opacity

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

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

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

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

This text has shadow with #875DBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875DBF on black background.


Color preview on white background

This text has color #875DBF on white background.



Black color preview on #875DBF background

This text has black color on #875DBF background.


White color preview on #875DBF background

This text has white color on #875DBF background.