COLOR #8B7DC6

HEX: #8B7DC6
RGB: (139,125,198)

Color info

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

RGB color model

#8B7DC6 color RGB value is (139,125,198).

  • red value is 139;
  • green value is 125;
  • blue value is 198.
RGB:
(139,125,198)
(55%,49%,78%)

RGB channels and saturation

R 139 of 255 = 55%
G 125 of 255 = 49%
B 198 of 255 = 78%

139
125
198

R + G + B ~ 61%. #8B7DC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 125 + 198 = 462 (100%)
R 139 of 462 ~ 30.09%
G 125 of 462 ~ 27.06%
B 198 of 462 ~ 42.86%

%30.09
%27.06
%42.86

CMYK color model

#8B7DC6 color CMYK value is (30,37,0,22).

  • cyan value is 29.80%
  • magenta value is 36.87%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(30,37,0,22)
C30M37Y0K22 
(30%,37%,0%,22%)
(0.30/0.37/0.00/0.22)	

CMYK percentages

%29.8
%36.87
%0
%22.35

Codes

Color #8B7DC6 in popluar color models

8B7DC6
RGB139125198
HSL252°39.04%63.33%
HSB/HSV252°36.87%77.65%
CMYK29.80%36.87%0.00%
22.35%

Color #8B7DC6 in popluar number systems.

HEX8B7DC6
Decimal139125198
Binary10001011111110111000110
Octal213175306

Shades and tints

Shades of #8B7DC6

#8B7DC6
(139,125,198)
#7F72B4
(127,114,180)
#7367A2
(115,103,162)
#675C90
(103,92,144)
#5B517E
(91,81,126)
#4F466C
(79,70,108)
#433B5A
(67,59,90)
#373048
(55,48,72)
#2B2536
(43,37,54)
#1F1A24
(31,26,36)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #8B7DC6

#8B7DC6
(139,125,198)
#9588CB
(149,136,203)
#9F93D0
(159,147,208)
#A99ED5
(169,158,213)
#B3A9DA
(179,169,218)
#BDB4DF
(189,180,223)
#C7BFE4
(199,191,228)
#D1CAE9
(209,202,233)
#DBD5EE
(219,213,238)
#E5E0F3
(229,224,243)
#EFEBF8
(239,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7DC6 color. Also use rgb(139,125,198) instead hex code.

Text Font Color

.myTextColor { color: #8B7DC6; }

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

This text font color is #8B7DC6.


Background Color

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

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

This div background color is #8B7DC6.


Border color

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

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

This div border color is #8B7DC6.


Opacity

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

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

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

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

This text has shadow with #8B7DC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7DC6 on black background.


Color preview on white background

This text has color #8B7DC6 on white background.



Black color preview on #8B7DC6 background

This text has black color on #8B7DC6 background.


White color preview on #8B7DC6 background

This text has white color on #8B7DC6 background.