COLOR #8B77CC

HEX: #8B77CC RGB: (139,119,204)

Color info

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

RGB color model

#8B77CC color RGB value is (139,119,204).

RGB: (139,119,204) (55%, 47%, 80%)

RGB channels and saturation

R 139 of 255 = 55%
G 119 of 255 = 47%
B 204 of 255 = 80%

139
119
204

R + G + B ~ 61%. #8B77CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 119 + 204 = 462 (100%)
R 139 of 462 ~ 30.09%
G 119 of 462 ~ 25.76%
B 204 of 462 ~ 44.16'%

%30.09
%25.76
%44.16

CMYK color model

#8B77CC color CMYK value is (32,42,0,20).

  • cyan value is 31.86%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (32,42,0,20) C32M42Y0K20 (32%,42%,0%,20%) (0.32/0.42/0.00/0.20) 

CMYK percentages

%31.86
%41.67
%0
%20

Codes

Color #8B77CC in popluar color models

8B 77 CC
RGB 139 119 204
HSL 254° 45.45% 63.33%
HSB/HSV 254° 41.67% 80.00%
CMYK 31.86% 41.67% 0.00%
20.00%

Color #8B77CC in popluar number systems.

HEX 8B 77 CC
Decimal 139 119 204
Binary 10001011 1110111 11001100
Octal 213 167 314

Shades and tints

Shades of #8B77CC

#8B77CC
(139,119,204)
#7F6DBA
(127,109,186)
#7363A8
(115,99,168)
#675996
(103,89,150)
#5B4F84
(91,79,132)
#4F4572
(79,69,114)
#433B60
(67,59,96)
#37314E
(55,49,78)
#2B273C
(43,39,60)
#1F1D2A
(31,29,42)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #8B77CC

#8B77CC
(139,119,204)
#9583D0
(149,131,208)
#9F8FD4
(159,143,212)
#A99BD8
(169,155,216)
#B3A7DC
(179,167,220)
#BDB3E0
(189,179,224)
#C7BFE4
(199,191,228)
#D1CBE8
(209,203,232)
#DBD7EC
(219,215,236)
#E5E3F0
(229,227,240)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B77CC color. Also use rgb(139,119,204) instead hex code.

Text Font Color

.myTextColor { color: #8B77CC; }

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

This text font color is #8B77CC.

Background Color

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

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

This div background color is #8B77CC.

Border color

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

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

This div border color is #8B77CC.

Opacity

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

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

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

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

This text has shadow with #8B77CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B77CC.

Preview

Color preview on black background

This text has color #8B77CC on black background.


Color preview on white background

This text has color #8B77CC on white background.


Black color preview on #8B77CC background

This text has black color on #8B77CC background.


White color preview on #8B77CC background

This text has white color on #8B77CC background.


Related colors

Complementary color

Complementary color for #hex is #748833.


I love getcolorcode.com

Triadic colors

1 #CC8B77 and #77CC8B with #8B77CC are triadic colors.

2 #CC778B and #778BCC with #8B77CC are triadic colors.