COLOR #877BBF

HEX: #877BBF RGB: (135,123,191)

Color info

#877BBF contains mainly red and blue colors. Web safe color of #877BBF is #9966CC (or #96C).

RGB color model

#877BBF color RGB value is (135,123,191).

RGB: (135,123,191) (53%, 48%, 75%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 191 of 255 = 75%

135
123
191

R + G + B ~ 59%. #877BBF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 123 + 191 = 449 (100%)
R 135 of 449 ~ 30.07%
G 123 of 449 ~ 27.39%
B 191 of 449 ~ 42.54'%

%30.07
%27.39
%42.54

CMYK color model

#877BBF color CMYK value is (29,36,0,25).

  • cyan value is 29.32%
  • magenta value is 35.60%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (29,36,0,25)
C29M36Y0K25 (29%, 36%, 0%, 25%)
(0.29 / 0.36 / 0.00 / 0.25)

CMYK percentages

%29.32
%35.6
%0
%25.1

Codes

Color #877BBF in popluar color models

87 7B BF
RGB 135 123 191
HSL 251° 34.69% 61.57%
HSB/HSV 251° 35.60% 74.90%
CMYK 29.32% 35.60% 0.00%
25.10%

Color #877BBF in popluar number systems.

HEX 87 7B BF
Decimal 135 123 191
Binary 10000111 1111011 10111111
Octal 207 173 277

Shades and tints

Shades of #877BBF

#877BBF
(135,123,191)
#7B70AE
(123,112,174)
#6F659D
(111,101,157)
#635A8C
(99,90,140)
#574F7B
(87,79,123)
#4B446A
(75,68,106)
#3F3959
(63,57,89)
#332E48
(51,46,72)
#272337
(39,35,55)
#1B1826
(27,24,38)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #877BBF

#877BBF
(135,123,191)
#9187C4
(145,135,196)
#9B93C9
(155,147,201)
#A59FCE
(165,159,206)
#AFABD3
(175,171,211)
#B9B7D8
(185,183,216)
#C3C3DD
(195,195,221)
#CDCFE2
(205,207,226)
#D7DBE7
(215,219,231)
#E1E7EC
(225,231,236)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877BBF; }

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

This text font color is #877BBF.

Background Color

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

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

This div background color is #877BBF.

Border color

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

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

This div border color is #877BBF.

Opacity

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

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

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

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

This text has shadow with #877BBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877BBF.

Preview

Color preview on black background

This text has color #877BBF on black background.


Color preview on white background

This text has color #877BBF on white background.


Black color preview on #877BBF background

This text has black color on #877BBF background.


White color preview on #877BBF background

This text has white color on #877BBF background.


Related colors

Complementary color

Complementary color for #hex is #788440.


I love getcolorcode.com

Triadic colors

1 #BF877B and #7BBF87 with #877BBF are triadic colors.

2 #BF7B87 and #7B87BF with #877BBF are triadic colors.