COLOR #8E77BC

HEX: #8E77BC
RGB: (142,119,188)

Color info

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

RGB color model

#8E77BC color RGB value is (142,119,188).

  • red value is 142;
  • green value is 119;
  • blue value is 188.
RGB:
(142,119,188)
(56%,47%,74%)

RGB channels and saturation

R 142 of 255 = 56%
G 119 of 255 = 47%
B 188 of 255 = 74%

142
119
188

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

Portions of RGB colors in percentages

R + G + B =
142 + 119 + 188 = 449 (100%)
R 142 of 449 ~ 31.63%
G 119 of 449 ~ 26.5%
B 188 of 449 ~ 41.87%

%31.63
%26.5
%41.87

CMYK color model

#8E77BC color CMYK value is (24,37,0,26).

  • cyan value is 24.47%
  • magenta value is 36.70%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(24,37,0,26)
C24M37Y0K26 
(24%,37%,0%,26%)
(0.24/0.37/0.00/0.26)	

CMYK percentages

%24.47
%36.7
%0
%26.27

Codes

Color #8E77BC in popluar color models

8E77BC
RGB142119188
HSL260°33.99%60.20%
HSB/HSV260°36.70%73.73%
CMYK24.47%36.70%0.00%
26.27%

Color #8E77BC in popluar number systems.

HEX8E77BC
Decimal142119188
Binary10001110111011110111100
Octal216167274

Shades and tints

Shades of #8E77BC

#8E77BC
(142,119,188)
#826DAB
(130,109,171)
#76639A
(118,99,154)
#6A5989
(106,89,137)
#5E4F78
(94,79,120)
#524567
(82,69,103)
#463B56
(70,59,86)
#3A3145
(58,49,69)
#2E2734
(46,39,52)
#221D23
(34,29,35)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #8E77BC

#8E77BC
(142,119,188)
#9883C2
(152,131,194)
#A28FC8
(162,143,200)
#AC9BCE
(172,155,206)
#B6A7D4
(182,167,212)
#C0B3DA
(192,179,218)
#CABFE0
(202,191,224)
#D4CBE6
(212,203,230)
#DED7EC
(222,215,236)
#E8E3F2
(232,227,242)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E77BC color. Also use rgb(142,119,188) instead hex code.

Text Font Color

.myTextColor { color: #8E77BC; }

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

This text font color is #8E77BC.


Background Color

.myBgColor { background-color: #8E77BC; }

<div style="background-color:#8E77BC">Inner text</div>

This div background color is #8E77BC.


Border color

.myBorderColor { border: 1px solid #8E77BC; }

<div style="border:3px solid #8E77BC">Div</div>

This div border color is #8E77BC.


Opacity

.myOpacity80 { color: #8E77BC; opacity: 0.8; }

<p style="color:#8E77BC;opacity:0.8;">80%</p>

Text with #8E77BC 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 #8E77BC;}

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

This text has shadow with #8E77BC color.

.textShadow {text-shadow: 3px 3px 1px #8E77BC, 3px 3px 1px red;}

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

This text has shadow with #8E77BC primary color and red secondary color.


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

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

This text has shadow with #8E77BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E77BC on black background.


Color preview on white background

This text has color #8E77BC on white background.



Black color preview on #8E77BC background

This text has black color on #8E77BC background.


White color preview on #8E77BC background

This text has white color on #8E77BC background.