COLOR #877BDB

HEX: #877BDB
RGB: (135,123,219)

Color info

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

RGB color model

#877BDB color RGB value is (135,123,219).

  • red value is 135;
  • green value is 123;
  • blue value is 219.
RGB:
(135,123,219)
(53%,48%,86%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 219 of 255 = 86%

135
123
219

R + G + B ~ 62%. #877BDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 123 + 219 = 477 (100%)
R 135 of 477 ~ 28.3%
G 123 of 477 ~ 25.79%
B 219 of 477 ~ 45.91%

%28.3
%25.79
%45.91

CMYK color model

#877BDB color CMYK value is (38,44,0,14).

  • cyan value is 38.36%
  • magenta value is 43.84%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(38,44,0,14)
C38M44Y0K14 
(38%,44%,0%,14%)
(0.38/0.44/0.00/0.14)	

CMYK percentages

%38.36
%43.84
%0
%14.12

Codes

Color #877BDB in popluar color models

877BDB
RGB135123219
HSL248°57.14%67.06%
HSB/HSV248°43.84%85.88%
CMYK38.36%43.84%0.00%
14.12%

Color #877BDB in popluar number systems.

HEX877BDB
Decimal135123219
Binary10000111111101111011011
Octal207173333

Shades and tints

Shades of #877BDB

#877BDB
(135,123,219)
#7B70C8
(123,112,200)
#6F65B5
(111,101,181)
#635AA2
(99,90,162)
#574F8F
(87,79,143)
#4B447C
(75,68,124)
#3F3969
(63,57,105)
#332E56
(51,46,86)
#272343
(39,35,67)
#1B1830
(27,24,48)
#0F0D1D
(15,13,29)
#000000
(0,0,0)

Tints of #877BDB

#877BDB
(135,123,219)
#9187DE
(145,135,222)
#9B93E1
(155,147,225)
#A59FE4
(165,159,228)
#AFABE7
(175,171,231)
#B9B7EA
(185,183,234)
#C3C3ED
(195,195,237)
#CDCFF0
(205,207,240)
#D7DBF3
(215,219,243)
#E1E7F6
(225,231,246)
#EBF3F9
(235,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877BDB color. Also use rgb(135,123,219) instead hex code.

Text Font Color

.myTextColor { color: #877BDB; }

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

This text font color is #877BDB.


Background Color

.myBgColor { background-color: #877BDB; }

<div style="background-color:#877BDB">Inner text</div>

This div background color is #877BDB.


Border color

.myBorderColor { border: 1px solid #877BDB; }

<div style="border:3px solid #877BDB">Div</div>

This div border color is #877BDB.


Opacity

.myOpacity80 { color: #877BDB; opacity: 0.8; }

<p style="color:#877BDB;opacity:0.8;">80%</p>

Text with #877BDB 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 #877BDB;}

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

This text has shadow with #877BDB color.

.textShadow {text-shadow: 3px 3px 1px #877BDB, 3px 3px 1px red;}

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

This text has shadow with #877BDB primary color and red secondary color.


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

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

This text has shadow with #877BDB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877BDB on black background.


Color preview on white background

This text has color #877BDB on white background.



Black color preview on #877BDB background

This text has black color on #877BDB background.


White color preview on #877BDB background

This text has white color on #877BDB background.