COLOR #8B7BC5

HEX: #8B7BC5
RGB: (139,123,197)

Color info

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

RGB color model

#8B7BC5 color RGB value is (139,123,197).

  • red value is 139;
  • green value is 123;
  • blue value is 197.
RGB:
(139,123,197)
(55%,48%,77%)

RGB channels and saturation

R 139 of 255 = 55%
G 123 of 255 = 48%
B 197 of 255 = 77%

139
123
197

R + G + B ~ 60%. #8B7BC5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 123 + 197 = 459 (100%)
R 139 of 459 ~ 30.28%
G 123 of 459 ~ 26.8%
B 197 of 459 ~ 42.92%

%30.28
%26.8
%42.92

CMYK color model

#8B7BC5 color CMYK value is (29,38,0,23).

  • cyan value is 29.44%
  • magenta value is 37.56%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(29,38,0,23)
C29M38Y0K23 
(29%,38%,0%,23%)
(0.29/0.38/0.00/0.23)	

CMYK percentages

%29.44
%37.56
%0
%22.75

Codes

Color #8B7BC5 in popluar color models

8B7BC5
RGB139123197
HSL253°38.95%62.75%
HSB/HSV253°37.56%77.25%
CMYK29.44%37.56%0.00%
22.75%

Color #8B7BC5 in popluar number systems.

HEX8B7BC5
Decimal139123197
Binary10001011111101111000101
Octal213173305

Shades and tints

Shades of #8B7BC5

#8B7BC5
(139,123,197)
#7F70B4
(127,112,180)
#7365A3
(115,101,163)
#675A92
(103,90,146)
#5B4F81
(91,79,129)
#4F4470
(79,68,112)
#43395F
(67,57,95)
#372E4E
(55,46,78)
#2B233D
(43,35,61)
#1F182C
(31,24,44)
#130D1B
(19,13,27)
#000000
(0,0,0)

Tints of #8B7BC5

#8B7BC5
(139,123,197)
#9587CA
(149,135,202)
#9F93CF
(159,147,207)
#A99FD4
(169,159,212)
#B3ABD9
(179,171,217)
#BDB7DE
(189,183,222)
#C7C3E3
(199,195,227)
#D1CFE8
(209,207,232)
#DBDBED
(219,219,237)
#E5E7F2
(229,231,242)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7BC5 color. Also use rgb(139,123,197) instead hex code.

Text Font Color

.myTextColor { color: #8B7BC5; }

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

This text font color is #8B7BC5.


Background Color

.myBgColor { background-color: #8B7BC5; }

<div style="background-color:#8B7BC5">Inner text</div>

This div background color is #8B7BC5.


Border color

.myBorderColor { border: 1px solid #8B7BC5; }

<div style="border:3px solid #8B7BC5">Div</div>

This div border color is #8B7BC5.


Opacity

.myOpacity80 { color: #8B7BC5; opacity: 0.8; }

<p style="color:#8B7BC5;opacity:0.8;">80%</p>

Text with #8B7BC5 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 #8B7BC5;}

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

This text has shadow with #8B7BC5 color.

.textShadow {text-shadow: 3px 3px 1px #8B7BC5, 3px 3px 1px red;}

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

This text has shadow with #8B7BC5 primary color and red secondary color.


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

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

This text has shadow with #8B7BC5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7BC5 on black background.


Color preview on white background

This text has color #8B7BC5 on white background.



Black color preview on #8B7BC5 background

This text has black color on #8B7BC5 background.


White color preview on #8B7BC5 background

This text has white color on #8B7BC5 background.