COLOR #8783BB

HEX: #8783BB RGB: (135,131,187)

Color info

#8783BB contains red, green and blue colors in about the same proportion. Web safe color of #8783BB is #9999CC (or #99C).

RGB color model

#8783BB color RGB value is (135,131,187).

RGB: (135,131,187) (53%, 51%, 73%)

RGB channels and saturation

R 135 of 255 = 53%
G 131 of 255 = 51%
B 187 of 255 = 73%

135
131
187

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

Portions of RGB colors in percentages

R + G + B = 135 + 131 + 187 = 453 (100%)
R 135 of 453 ~ 29.8%
G 131 of 453 ~ 28.92%
B 187 of 453 ~ 41.28'%

%29.8
%28.92
%41.28

CMYK color model

#8783BB color CMYK value is (28,30,0,27).

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

CMYK: (28,30,0,27)
C28M30Y0K27 (28%, 30%, 0%, 27%)
(0.28 / 0.30 / 0.00 / 0.27)

CMYK percentages

%27.81
%29.95
%0
%26.67

Codes

Color #8783BB in popluar color models

87 83 BB
RGB 135 131 187
HSL 244° 29.17% 62.35%
HSB/HSV 244° 29.95% 73.33%
CMYK 27.81% 29.95% 0.00%
26.67%

Color #8783BB in popluar number systems.

HEX 87 83 BB
Decimal 135 131 187
Binary 10000111 10000011 10111011
Octal 207 203 273

Shades and tints

Shades of #8783BB

#8783BB
(135,131,187)
#7B78AA
(123,120,170)
#6F6D99
(111,109,153)
#636288
(99,98,136)
#575777
(87,87,119)
#4B4C66
(75,76,102)
#3F4155
(63,65,85)
#333644
(51,54,68)
#272B33
(39,43,51)
#1B2022
(27,32,34)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #8783BB

#8783BB
(135,131,187)
#918EC1
(145,142,193)
#9B99C7
(155,153,199)
#A5A4CD
(165,164,205)
#AFAFD3
(175,175,211)
#B9BAD9
(185,186,217)
#C3C5DF
(195,197,223)
#CDD0E5
(205,208,229)
#D7DBEB
(215,219,235)
#E1E6F1
(225,230,241)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8783BB; }

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

This text font color is #8783BB.

Background Color

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

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

This div background color is #8783BB.

Border color

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

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

This div border color is #8783BB.

Opacity

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

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

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

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

This text has shadow with #8783BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8783BB.

Preview

Color preview on black background

This text has color #8783BB on black background.


Color preview on white background

This text has color #8783BB on white background.


Black color preview on #8783BB background

This text has black color on #8783BB background.


White color preview on #8783BB background

This text has white color on #8783BB background.


Related colors

Complementary color

Complementary color for #hex is #787C44.


I love getcolorcode.com

Triadic colors

1 #BB8783 and #83BB87 with #8783BB are triadic colors.

2 #BB8387 and #8387BB with #8783BB are triadic colors.