COLOR #877FCA

HEX: #877FCA RGB: (135,127,202)

Color info

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

RGB color model

#877FCA color RGB value is (135,127,202).

RGB: (135,127,202) (53%, 50%, 79%)

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 202 of 255 = 79%

135
127
202

R + G + B ~ 61%. #877FCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 127 + 202 = 464 (100%)
R 135 of 464 ~ 29.09%
G 127 of 464 ~ 27.37%
B 202 of 464 ~ 43.53'%

%29.09
%27.37
%43.53

CMYK color model

#877FCA color CMYK value is (33,37,0,21).

  • cyan value is 33.17%
  • magenta value is 37.13%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (33,37,0,21) C33M37Y0K21 (33%,37%,0%,21%) (0.33/0.37/0.00/0.21) 

CMYK percentages

%33.17
%37.13
%0
%20.78

Codes

Color #877FCA in popluar color models

87 7F CA
RGB 135 127 202
HSL 246° 41.44% 64.51%
HSB/HSV 246° 37.13% 79.22%
CMYK 33.17% 37.13% 0.00%
20.78%

Color #877FCA in popluar number systems.

HEX 87 7F CA
Decimal 135 127 202
Binary 10000111 1111111 11001010
Octal 207 177 312

Shades and tints

Shades of #877FCA

#877FCA
(135,127,202)
#7B74B8
(123,116,184)
#6F69A6
(111,105,166)
#635E94
(99,94,148)
#575382
(87,83,130)
#4B4870
(75,72,112)
#3F3D5E
(63,61,94)
#33324C
(51,50,76)
#27273A
(39,39,58)
#1B1C28
(27,28,40)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #877FCA

#877FCA
(135,127,202)
#918ACE
(145,138,206)
#9B95D2
(155,149,210)
#A5A0D6
(165,160,214)
#AFABDA
(175,171,218)
#B9B6DE
(185,182,222)
#C3C1E2
(195,193,226)
#CDCCE6
(205,204,230)
#D7D7EA
(215,215,234)
#E1E2EE
(225,226,238)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877FCA color. Also use rgb(135,127,202) instead hex code.

Text Font Color

.myTextColor { color: #877FCA; }

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

This text font color is #877FCA.

Background Color

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

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

This div background color is #877FCA.

Border color

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

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

This div border color is #877FCA.

Opacity

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

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

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

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

This text has shadow with #877FCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877FCA.

Preview

Color preview on black background

This text has color #877FCA on black background.


Color preview on white background

This text has color #877FCA on white background.


Black color preview on #877FCA background

This text has black color on #877FCA background.


White color preview on #877FCA background

This text has white color on #877FCA background.


Related colors

Complementary color

Complementary color for #hex is #788035.


I love getcolorcode.com

Triadic colors

1 #CA877F and #7FCA87 with #877FCA are triadic colors.

2 #CA7F87 and #7F87CA with #877FCA are triadic colors.