COLOR #875EE7

HEX: #875EE7
RGB: (135,94,231)

Color info

#875EE7 contains mainly blue color. Web safe color of #875EE7 is #9966FF (or #96F).

RGB color model

#875EE7 color RGB value is (135,94,231).

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

RGB channels and saturation

R 135 of 255 = 53%
G 94 of 255 = 37%
B 231 of 255 = 91%

135
94
231

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

Portions of RGB colors in percentages

R + G + B =
135 + 94 + 231 = 460 (100%)
R 135 of 460 ~ 29.35%
G 94 of 460 ~ 20.43%
B 231 of 460 ~ 50.22%

%29.35
%20.43
%50.22

CMYK color model

#875EE7 color CMYK value is (42,59,0,9).

  • cyan value is 41.56%
  • magenta value is 59.31%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(42,59,0,9)
C42M59Y0K9 
(42%,59%,0%,9%)
(0.42/0.59/0.00/0.09)	

CMYK percentages

%41.56
%59.31
%0
%9.41

Codes

Color #875EE7 in popluar color models

875EE7
RGB13594231
HSL258°74.05%63.73%
HSB/HSV258°59.31%90.59%
CMYK41.56%59.31%0.00%
9.41%

Color #875EE7 in popluar number systems.

HEX875EE7
Decimal13594231
Binary10000111101111011100111
Octal207136347

Shades and tints

Shades of #875EE7

#875EE7
(135,94,231)
#7B56D2
(123,86,210)
#6F4EBD
(111,78,189)
#6346A8
(99,70,168)
#573E93
(87,62,147)
#4B367E
(75,54,126)
#3F2E69
(63,46,105)
#332654
(51,38,84)
#271E3F
(39,30,63)
#1B162A
(27,22,42)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #875EE7

#875EE7
(135,94,231)
#916CE9
(145,108,233)
#9B7AEB
(155,122,235)
#A588ED
(165,136,237)
#AF96EF
(175,150,239)
#B9A4F1
(185,164,241)
#C3B2F3
(195,178,243)
#CDC0F5
(205,192,245)
#D7CEF7
(215,206,247)
#E1DCF9
(225,220,249)
#EBEAFB
(235,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875EE7; }

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

This text font color is #875EE7.


Background Color

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

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

This div background color is #875EE7.


Border color

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

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

This div border color is #875EE7.


Opacity

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

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

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

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

This text has shadow with #875EE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875EE7 on black background.


Color preview on white background

This text has color #875EE7 on white background.



Black color preview on #875EE7 background

This text has black color on #875EE7 background.


White color preview on #875EE7 background

This text has white color on #875EE7 background.