COLOR #8759BB

HEX: #8759BB RGB: (135,89,187)

Color info

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

RGB color model

#8759BB color RGB value is (135,89,187).

RGB: (135,89,187) (53%, 35%, 73%)

RGB channels and saturation

R 135 of 255 = 53%
G 89 of 255 = 35%
B 187 of 255 = 73%

135
89
187

R + G + B ~ 54%. #8759BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 89 + 187 = 411 (100%)
R 135 of 411 ~ 32.85%
G 89 of 411 ~ 21.65%
B 187 of 411 ~ 45.5'%

%32.85
%21.65
%45.5

CMYK color model

#8759BB color CMYK value is (28,52,0,27).

  • cyan value is 27.81%
  • magenta value is 52.41%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (28,52,0,27)
C28M52Y0K27 (28%, 52%, 0%, 27%)
(0.28 / 0.52 / 0.00 / 0.27)

CMYK percentages

%27.81
%52.41
%0
%26.67

Codes

Color #8759BB in popluar color models

87 59 BB
RGB 135 89 187
HSL 268° 41.88% 54.12%
HSB/HSV 268° 52.41% 73.33%
CMYK 27.81% 52.41% 0.00%
26.67%

Color #8759BB in popluar number systems.

HEX 87 59 BB
Decimal 135 89 187
Binary 10000111 1011001 10111011
Octal 207 131 273

Shades and tints

Shades of #8759BB

#8759BB
(135,89,187)
#7B51AA
(123,81,170)
#6F4999
(111,73,153)
#634188
(99,65,136)
#573977
(87,57,119)
#4B3166
(75,49,102)
#3F2955
(63,41,85)
#332144
(51,33,68)
#271933
(39,25,51)
#1B1122
(27,17,34)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #8759BB

#8759BB
(135,89,187)
#9168C1
(145,104,193)
#9B77C7
(155,119,199)
#A586CD
(165,134,205)
#AF95D3
(175,149,211)
#B9A4D9
(185,164,217)
#C3B3DF
(195,179,223)
#CDC2E5
(205,194,229)
#D7D1EB
(215,209,235)
#E1E0F1
(225,224,241)
#EBEFF7
(235,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8759BB color. Also use rgb(135,89,187) instead hex code.

Text Font Color

.myTextColor { color: #8759BB; }

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

This text font color is #8759BB.

Background Color

.myBgColor { background-color: #8759BB; }

<div style="background-color:#8759BB">Inner text</div>

This div background color is #8759BB.

Border color

.myBorderColor { border: 1px solid #8759BB; }

<div style="border:3px solid #8759BB">Div</div>

This div border color is #8759BB.

Opacity

.myOpacity80 { color: #8759BB; opacity: 0.8; }

<p style="color:#8759BB;opacity:0.8;">80%</p>

Text with #8759BB 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 #8759BB;}

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

This text has shadow with #8759BB color.


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

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

This text has shadow with #8759BB primary color and red secondary color.


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

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

This text has shadow with #8759BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8759BB.

Preview

Color preview on black background

This text has color #8759BB on black background.


Color preview on white background

This text has color #8759BB on white background.


Black color preview on #8759BB background

This text has black color on #8759BB background.


White color preview on #8759BB background

This text has white color on #8759BB background.


Related colors

Complementary color

Complementary color for #hex is #78A644.


I love getcolorcode.com

Triadic colors

1 #BB8759 and #59BB87 with #8759BB are triadic colors.

2 #BB5987 and #5987BB with #8759BB are triadic colors.