COLOR #8C77CC

HEX: #8C77CC RGB: (140,119,204)

Color info

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

RGB color model

#8C77CC color RGB value is (140,119,204).

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

RGB channels and saturation

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

140
119
204

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

Portions of RGB colors in percentages

R + G + B = 140 + 119 + 204 = 463 (100%)
R 140 of 463 ~ 30.24%
G 119 of 463 ~ 25.7%
B 204 of 463 ~ 44.06'%

%30.24
%25.7
%44.06

CMYK color model

#8C77CC color CMYK value is (31,42,0,20).

  • cyan value is 31.37%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (31,42,0,20) C31M42Y0K20 (31%,42%,0%,20%) (0.31/0.42/0.00/0.20) 

CMYK percentages

%31.37
%41.67
%0
%20

Codes

Color #8C77CC in popluar color models

8C 77 CC
RGB 140 119 204
HSL 255° 45.45% 63.33%
HSB/HSV 255° 41.67% 80.00%
CMYK 31.37% 41.67% 0.00%
20.00%

Color #8C77CC in popluar number systems.

HEX 8C 77 CC
Decimal 140 119 204
Binary 10001100 1110111 11001100
Octal 214 167 314

Shades and tints

Shades of #8C77CC

#8C77CC
(140,119,204)
#806DBA
(128,109,186)
#7463A8
(116,99,168)
#685996
(104,89,150)
#5C4F84
(92,79,132)
#504572
(80,69,114)
#443B60
(68,59,96)
#38314E
(56,49,78)
#2C273C
(44,39,60)
#201D2A
(32,29,42)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #8C77CC

#8C77CC
(140,119,204)
#9683D0
(150,131,208)
#A08FD4
(160,143,212)
#AA9BD8
(170,155,216)
#B4A7DC
(180,167,220)
#BEB3E0
(190,179,224)
#C8BFE4
(200,191,228)
#D2CBE8
(210,203,232)
#DCD7EC
(220,215,236)
#E6E3F0
(230,227,240)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C77CC; }

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

This text font color is #8C77CC.

Background Color

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

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

This div background color is #8C77CC.

Border color

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

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

This div border color is #8C77CC.

Opacity

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

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

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

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

This text has shadow with #8C77CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C77CC.

Preview

Color preview on black background

This text has color #8C77CC on black background.


Color preview on white background

This text has color #8C77CC on white background.


Black color preview on #8C77CC background

This text has black color on #8C77CC background.


White color preview on #8C77CC background

This text has white color on #8C77CC background.


Related colors

Complementary color

Complementary color for #hex is #738833.


I love getcolorcode.com

Triadic colors

1 #CC8C77 and #77CC8C with #8C77CC are triadic colors.

2 #CC778C and #778CCC with #8C77CC are triadic colors.