COLOR #877CED

HEX: #877CED RGB: (135,124,237)

Color info

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

RGB color model

#877CED color RGB value is (135,124,237).

RGB: (135,124,237) (53%, 49%, 93%)

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 237 of 255 = 93%

135
124
237

R + G + B ~ 65%. #877CED is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 124 + 237 = 496 (100%)
R 135 of 496 ~ 27.22%
G 124 of 496 ~ 25%
B 237 of 496 ~ 47.78'%

%27.22
%25
%47.78

CMYK color model

#877CED color CMYK value is (43,48,0,7).

  • cyan value is 43.04%
  • magenta value is 47.68%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (43,48,0,7)
C43M48Y0K7 (43%, 48%, 0%, 7%)
(0.43 / 0.48 / 0.00 / 0.07)

CMYK percentages

%43.04
%47.68
%0
%7.06

Codes

Color #877CED in popluar color models

87 7C ED
RGB 135 124 237
HSL 246° 75.84% 70.78%
HSB/HSV 246° 47.68% 92.94%
CMYK 43.04% 47.68% 0.00%
7.06%

Color #877CED in popluar number systems.

HEX 87 7C ED
Decimal 135 124 237
Binary 10000111 1111100 11101101
Octal 207 174 355

Shades and tints

Shades of #877CED

#877CED
(135,124,237)
#7B71D8
(123,113,216)
#6F66C3
(111,102,195)
#635BAE
(99,91,174)
#575099
(87,80,153)
#4B4584
(75,69,132)
#3F3A6F
(63,58,111)
#332F5A
(51,47,90)
#272445
(39,36,69)
#1B1930
(27,25,48)
#0F0E1B
(15,14,27)
#000000
(0,0,0)

Tints of #877CED

#877CED
(135,124,237)
#9187EE
(145,135,238)
#9B92EF
(155,146,239)
#A59DF0
(165,157,240)
#AFA8F1
(175,168,241)
#B9B3F2
(185,179,242)
#C3BEF3
(195,190,243)
#CDC9F4
(205,201,244)
#D7D4F5
(215,212,245)
#E1DFF6
(225,223,246)
#EBEAF7
(235,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877CED color. Also use rgb(135,124,237) instead hex code.

Text Font Color

.myTextColor { color: #877CED; }

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

This text font color is #877CED.

Background Color

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

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

This div background color is #877CED.

Border color

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

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

This div border color is #877CED.

Opacity

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

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

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

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

This text has shadow with #877CED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877CED.

Preview

Color preview on black background

This text has color #877CED on black background.


Color preview on white background

This text has color #877CED on white background.


Black color preview on #877CED background

This text has black color on #877CED background.


White color preview on #877CED background

This text has white color on #877CED background.


Related colors

Complementary color

Complementary color for #hex is #788312.


I love getcolorcode.com

Triadic colors

1 #ED877C and #7CED87 with #877CED are triadic colors.

2 #ED7C87 and #7C87ED with #877CED are triadic colors.