COLOR #875CBF

HEX: #875CBF RGB: (135,92,191)

Color info

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

RGB color model

#875CBF color RGB value is (135,92,191).

RGB: (135,92,191) (53%, 36%, 75%)

RGB channels and saturation

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

135
92
191

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

Portions of RGB colors in percentages

R + G + B = 135 + 92 + 191 = 418 (100%)
R 135 of 418 ~ 32.3%
G 92 of 418 ~ 22.01%
B 191 of 418 ~ 45.69'%

%32.3
%22.01
%45.69

CMYK color model

#875CBF color CMYK value is (29,52,0,25).

  • cyan value is 29.32%
  • magenta value is 51.83%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (29,52,0,25)
C29M52Y0K25 (29%, 52%, 0%, 25%)
(0.29 / 0.52 / 0.00 / 0.25)

CMYK percentages

%29.32
%51.83
%0
%25.1

Codes

Color #875CBF in popluar color models

87 5C BF
RGB 135 92 191
HSL 266° 43.61% 55.49%
HSB/HSV 266° 51.83% 74.90%
CMYK 29.32% 51.83% 0.00%
25.10%

Color #875CBF in popluar number systems.

HEX 87 5C BF
Decimal 135 92 191
Binary 10000111 1011100 10111111
Octal 207 134 277

Shades and tints

Shades of #875CBF

#875CBF
(135,92,191)
#7B54AE
(123,84,174)
#6F4C9D
(111,76,157)
#63448C
(99,68,140)
#573C7B
(87,60,123)
#4B346A
(75,52,106)
#3F2C59
(63,44,89)
#332448
(51,36,72)
#271C37
(39,28,55)
#1B1426
(27,20,38)
#0F0C15
(15,12,21)
#000000
(0,0,0)

Tints of #875CBF

#875CBF
(135,92,191)
#916AC4
(145,106,196)
#9B78C9
(155,120,201)
#A586CE
(165,134,206)
#AF94D3
(175,148,211)
#B9A2D8
(185,162,216)
#C3B0DD
(195,176,221)
#CDBEE2
(205,190,226)
#D7CCE7
(215,204,231)
#E1DAEC
(225,218,236)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875CBF; }

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

This text font color is #875CBF.

Background Color

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

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

This div background color is #875CBF.

Border color

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

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

This div border color is #875CBF.

Opacity

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

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

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

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

This text has shadow with #875CBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #875CBF.

Preview

Color preview on black background

This text has color #875CBF on black background.


Color preview on white background

This text has color #875CBF on white background.


Black color preview on #875CBF background

This text has black color on #875CBF background.


White color preview on #875CBF background

This text has white color on #875CBF background.


Related colors

Complementary color

Complementary color for #hex is #78A340.


I love getcolorcode.com

Triadic colors

1 #BF875C and #5CBF87 with #875CBF are triadic colors.

2 #BF5C87 and #5C87BF with #875CBF are triadic colors.