COLOR #8879BD

HEX: #8879BD RGB: (136,121,189)

Color info

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

RGB color model

#8879BD color RGB value is (136,121,189).

RGB: (136,121,189) (53%, 47%, 74%)

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 189 of 255 = 74%

136
121
189

R + G + B ~ 58%. #8879BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 121 + 189 = 446 (100%)
R 136 of 446 ~ 30.49%
G 121 of 446 ~ 27.13%
B 189 of 446 ~ 42.38'%

%30.49
%27.13
%42.38

CMYK color model

#8879BD color CMYK value is (28,36,0,26).

  • cyan value is 28.04%
  • magenta value is 35.98%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (28,36,0,26)
C28M36Y0K26 (28%, 36%, 0%, 26%)
(0.28 / 0.36 / 0.00 / 0.26)

CMYK percentages

%28.04
%35.98
%0
%25.88

Codes

Color #8879BD in popluar color models

88 79 BD
RGB 136 121 189
HSL 253° 34.00% 60.78%
HSB/HSV 253° 35.98% 74.12%
CMYK 28.04% 35.98% 0.00%
25.88%

Color #8879BD in popluar number systems.

HEX 88 79 BD
Decimal 136 121 189
Binary 10001000 1111001 10111101
Octal 210 171 275

Shades and tints

Shades of #8879BD

#8879BD
(136,121,189)
#7C6EAC
(124,110,172)
#70639B
(112,99,155)
#64588A
(100,88,138)
#584D79
(88,77,121)
#4C4268
(76,66,104)
#403757
(64,55,87)
#342C46
(52,44,70)
#282135
(40,33,53)
#1C1624
(28,22,36)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #8879BD

#8879BD
(136,121,189)
#9285C3
(146,133,195)
#9C91C9
(156,145,201)
#A69DCF
(166,157,207)
#B0A9D5
(176,169,213)
#BAB5DB
(186,181,219)
#C4C1E1
(196,193,225)
#CECDE7
(206,205,231)
#D8D9ED
(216,217,237)
#E2E5F3
(226,229,243)
#ECF1F9
(236,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8879BD color. Also use rgb(136,121,189) instead hex code.

Text Font Color

.myTextColor { color: #8879BD; }

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

This text font color is #8879BD.

Background Color

.myBgColor { background-color: #8879BD; }

<div style="background-color:#8879BD">Inner text</div>

This div background color is #8879BD.

Border color

.myBorderColor { border: 1px solid #8879BD; }

<div style="border:3px solid #8879BD">Div</div>

This div border color is #8879BD.

Opacity

.myOpacity80 { color: #8879BD; opacity: 0.8; }

<p style="color:#8879BD;opacity:0.8;">80%</p>

Text with #8879BD 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 #8879BD;}

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

This text has shadow with #8879BD color.


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

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

This text has shadow with #8879BD primary color and red secondary color.


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

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

This text has shadow with #8879BD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8879BD.

Preview

Color preview on black background

This text has color #8879BD on black background.


Color preview on white background

This text has color #8879BD on white background.


Black color preview on #8879BD background

This text has black color on #8879BD background.


White color preview on #8879BD background

This text has white color on #8879BD background.


Related colors

Complementary color

Complementary color for #hex is #778642.


I love getcolorcode.com

Triadic colors

1 #BD8879 and #79BD88 with #8879BD are triadic colors.

2 #BD7988 and #7988BD with #8879BD are triadic colors.