COLOR #8783B5

HEX: #8783B5
RGB: (135,131,181)

Color info

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

RGB color model

#8783B5 color RGB value is (135,131,181).

  • red value is 135;
  • green value is 131;
  • blue value is 181.
RGB:
(135,131,181)
(53%,51%,71%)

RGB channels and saturation

R 135 of 255 = 53%
G 131 of 255 = 51%
B 181 of 255 = 71%

135
131
181

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

Portions of RGB colors in percentages

R + G + B =
135 + 131 + 181 = 447 (100%)
R 135 of 447 ~ 30.2%
G 131 of 447 ~ 29.31%
B 181 of 447 ~ 40.49%

%30.2
%29.31
%40.49

CMYK color model

#8783B5 color CMYK value is (25,28,0,29).

  • cyan value is 25.41%
  • magenta value is 27.62%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(25,28,0,29)
C25M28Y0K29 
(25%,28%,0%,29%)
(0.25/0.28/0.00/0.29)	

CMYK percentages

%25.41
%27.62
%0
%29.02

Codes

Color #8783B5 in popluar color models

8783B5
RGB135131181
HSL245°25.25%61.18%
HSB/HSV245°27.62%70.98%
CMYK25.41%27.62%0.00%
29.02%

Color #8783B5 in popluar number systems.

HEX8783B5
Decimal135131181
Binary100001111000001110110101
Octal207203265

Shades and tints

Shades of #8783B5

#8783B5
(135,131,181)
#7B78A5
(123,120,165)
#6F6D95
(111,109,149)
#636285
(99,98,133)
#575775
(87,87,117)
#4B4C65
(75,76,101)
#3F4155
(63,65,85)
#333645
(51,54,69)
#272B35
(39,43,53)
#1B2025
(27,32,37)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #8783B5

#8783B5
(135,131,181)
#918EBB
(145,142,187)
#9B99C1
(155,153,193)
#A5A4C7
(165,164,199)
#AFAFCD
(175,175,205)
#B9BAD3
(185,186,211)
#C3C5D9
(195,197,217)
#CDD0DF
(205,208,223)
#D7DBE5
(215,219,229)
#E1E6EB
(225,230,235)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8783B5; }

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

This text font color is #8783B5.


Background Color

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

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

This div background color is #8783B5.


Border color

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

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

This div border color is #8783B5.


Opacity

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

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

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

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

This text has shadow with #8783B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8783B5 on black background.


Color preview on white background

This text has color #8783B5 on white background.



Black color preview on #8783B5 background

This text has black color on #8783B5 background.


White color preview on #8783B5 background

This text has white color on #8783B5 background.