COLOR #8761CC

HEX: #8761CC RGB: (135,97,204)

Color info

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

RGB color model

#8761CC color RGB value is (135,97,204).

RGB: (135,97,204) (53%, 38%, 80%)

RGB channels and saturation

R 135 of 255 = 53%
G 97 of 255 = 38%
B 204 of 255 = 80%

135
97
204

R + G + B ~ 57%. #8761CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 97 + 204 = 436 (100%)
R 135 of 436 ~ 30.96%
G 97 of 436 ~ 22.25%
B 204 of 436 ~ 46.79'%

%30.96
%22.25
%46.79

CMYK color model

#8761CC color CMYK value is (34,52,0,20).

  • cyan value is 33.82%
  • magenta value is 52.45%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (34,52,0,20)
C34M52Y0K20 (34%, 52%, 0%, 20%)
(0.34 / 0.52 / 0.00 / 0.20)

CMYK percentages

%33.82
%52.45
%0
%20

Codes

Color #8761CC in popluar color models

87 61 CC
RGB 135 97 204
HSL 261° 51.20% 59.02%
HSB/HSV 261° 52.45% 80.00%
CMYK 33.82% 52.45% 0.00%
20.00%

Color #8761CC in popluar number systems.

HEX 87 61 CC
Decimal 135 97 204
Binary 10000111 1100001 11001100
Octal 207 141 314

Shades and tints

Shades of #8761CC

#8761CC
(135,97,204)
#7B59BA
(123,89,186)
#6F51A8
(111,81,168)
#634996
(99,73,150)
#574184
(87,65,132)
#4B3972
(75,57,114)
#3F3160
(63,49,96)
#33294E
(51,41,78)
#27213C
(39,33,60)
#1B192A
(27,25,42)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #8761CC

#8761CC
(135,97,204)
#916FD0
(145,111,208)
#9B7DD4
(155,125,212)
#A58BD8
(165,139,216)
#AF99DC
(175,153,220)
#B9A7E0
(185,167,224)
#C3B5E4
(195,181,228)
#CDC3E8
(205,195,232)
#D7D1EC
(215,209,236)
#E1DFF0
(225,223,240)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8761CC color. Also use rgb(135,97,204) instead hex code.

Text Font Color

.myTextColor { color: #8761CC; }

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

This text font color is #8761CC.

Background Color

.myBgColor { background-color: #8761CC; }

<div style="background-color:#8761CC">Inner text</div>

This div background color is #8761CC.

Border color

.myBorderColor { border: 1px solid #8761CC; }

<div style="border:3px solid #8761CC">Div</div>

This div border color is #8761CC.

Opacity

.myOpacity80 { color: #8761CC; opacity: 0.8; }

<p style="color:#8761CC;opacity:0.8;">80%</p>

Text with #8761CC 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 #8761CC;}

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

This text has shadow with #8761CC color.


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

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

This text has shadow with #8761CC primary color and red secondary color.


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

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

This text has shadow with #8761CC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8761CC.

Preview

Color preview on black background

This text has color #8761CC on black background.


Color preview on white background

This text has color #8761CC on white background.


Black color preview on #8761CC background

This text has black color on #8761CC background.


White color preview on #8761CC background

This text has white color on #8761CC background.


Related colors

Complementary color

Complementary color for #hex is #789E33.


I love getcolorcode.com

Triadic colors

1 #CC8761 and #61CC87 with #8761CC are triadic colors.

2 #CC6187 and #6187CC with #8761CC are triadic colors.