COLOR #877FF1

HEX: #877FF1
RGB: (135,127,241)

Color info

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

RGB color model

#877FF1 color RGB value is (135,127,241).

  • red value is 135;
  • green value is 127;
  • blue value is 241.
RGB:
(135,127,241)
(53%,50%,95%)

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 241 of 255 = 95%

135
127
241

R + G + B ~ 66%. #877FF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 127 + 241 = 503 (100%)
R 135 of 503 ~ 26.84%
G 127 of 503 ~ 25.25%
B 241 of 503 ~ 47.91%

%26.84
%25.25
%47.91

CMYK color model

#877FF1 color CMYK value is (44,47,0,5).

  • cyan value is 43.98%
  • magenta value is 47.30%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(44,47,0,5)
C44M47Y0K5 
(44%,47%,0%,5%)
(0.44/0.47/0.00/0.05)	

CMYK percentages

%43.98
%47.3
%0
%5.49

Codes

Color #877FF1 in popluar color models

877FF1
RGB135127241
HSL244°80.28%72.16%
HSB/HSV244°47.30%94.51%
CMYK43.98%47.30%0.00%
5.49%

Color #877FF1 in popluar number systems.

HEX877FF1
Decimal135127241
Binary10000111111111111110001
Octal207177361

Shades and tints

Shades of #877FF1

#877FF1
(135,127,241)
#7B74DC
(123,116,220)
#6F69C7
(111,105,199)
#635EB2
(99,94,178)
#57539D
(87,83,157)
#4B4888
(75,72,136)
#3F3D73
(63,61,115)
#33325E
(51,50,94)
#272749
(39,39,73)
#1B1C34
(27,28,52)
#0F111F
(15,17,31)
#000000
(0,0,0)

Tints of #877FF1

#877FF1
(135,127,241)
#918AF2
(145,138,242)
#9B95F3
(155,149,243)
#A5A0F4
(165,160,244)
#AFABF5
(175,171,245)
#B9B6F6
(185,182,246)
#C3C1F7
(195,193,247)
#CDCCF8
(205,204,248)
#D7D7F9
(215,215,249)
#E1E2FA
(225,226,250)
#EBEDFB
(235,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877FF1; }

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

This text font color is #877FF1.


Background Color

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

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

This div background color is #877FF1.


Border color

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

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

This div border color is #877FF1.


Opacity

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

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

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

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

This text has shadow with #877FF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877FF1 on black background.


Color preview on white background

This text has color #877FF1 on white background.



Black color preview on #877FF1 background

This text has black color on #877FF1 background.


White color preview on #877FF1 background

This text has white color on #877FF1 background.