COLOR #8767B4

HEX: #8767B4 RGB: (135,103,180)

Color info

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

RGB color model

#8767B4 color RGB value is (135,103,180).

RGB: (135,103,180) (53%, 40%, 71%)

RGB channels and saturation

R 135 of 255 = 53%
G 103 of 255 = 40%
B 180 of 255 = 71%

135
103
180

R + G + B ~ 55%. #8767B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 103 + 180 = 418 (100%)
R 135 of 418 ~ 32.3%
G 103 of 418 ~ 24.64%
B 180 of 418 ~ 43.06'%

%32.3
%24.64
%43.06

CMYK color model

#8767B4 color CMYK value is (25,43,0,29).

  • cyan value is 25.00%
  • magenta value is 42.78%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (25,43,0,29)
C25M43Y0K29 (25%, 43%, 0%, 29%)
(0.25 / 0.43 / 0.00 / 0.29)

CMYK percentages

%25
%42.78
%0
%29.41

Codes

Color #8767B4 in popluar color models

87 67 B4
RGB 135 103 180
HSL 265° 33.92% 55.49%
HSB/HSV 265° 42.78% 70.59%
CMYK 25.00% 42.78% 0.00%
29.41%

Color #8767B4 in popluar number systems.

HEX 87 67 B4
Decimal 135 103 180
Binary 10000111 1100111 10110100
Octal 207 147 264

Shades and tints

Shades of #8767B4

#8767B4
(135,103,180)
#7B5EA4
(123,94,164)
#6F5594
(111,85,148)
#634C84
(99,76,132)
#574374
(87,67,116)
#4B3A64
(75,58,100)
#3F3154
(63,49,84)
#332844
(51,40,68)
#271F34
(39,31,52)
#1B1624
(27,22,36)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #8767B4

#8767B4
(135,103,180)
#9174BA
(145,116,186)
#9B81C0
(155,129,192)
#A58EC6
(165,142,198)
#AF9BCC
(175,155,204)
#B9A8D2
(185,168,210)
#C3B5D8
(195,181,216)
#CDC2DE
(205,194,222)
#D7CFE4
(215,207,228)
#E1DCEA
(225,220,234)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8767B4 color. Also use rgb(135,103,180) instead hex code.

Text Font Color

.myTextColor { color: #8767B4; }

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

This text font color is #8767B4.

Background Color

.myBgColor { background-color: #8767B4; }

<div style="background-color:#8767B4">Inner text</div>

This div background color is #8767B4.

Border color

.myBorderColor { border: 1px solid #8767B4; }

<div style="border:3px solid #8767B4">Div</div>

This div border color is #8767B4.

Opacity

.myOpacity80 { color: #8767B4; opacity: 0.8; }

<p style="color:#8767B4;opacity:0.8;">80%</p>

Text with #8767B4 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 #8767B4;}

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

This text has shadow with #8767B4 color.


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

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

This text has shadow with #8767B4 primary color and red secondary color.


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

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

This text has shadow with #8767B4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8767B4.

Preview

Color preview on black background

This text has color #8767B4 on black background.


Color preview on white background

This text has color #8767B4 on white background.


Black color preview on #8767B4 background

This text has black color on #8767B4 background.


White color preview on #8767B4 background

This text has white color on #8767B4 background.


Related colors

Complementary color

Complementary color for #hex is #78984B.


I love getcolorcode.com

Triadic colors

1 #B48767 and #67B487 with #8767B4 are triadic colors.

2 #B46787 and #6787B4 with #8767B4 are triadic colors.