COLOR #8B7CBD

HEX: #8B7CBD
RGB: (139,124,189)

Color info

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

RGB color model

#8B7CBD color RGB value is (139,124,189).

  • red value is 139;
  • green value is 124;
  • blue value is 189.
RGB:
(139,124,189)
(55%,49%,74%)

RGB channels and saturation

R 139 of 255 = 55%
G 124 of 255 = 49%
B 189 of 255 = 74%

139
124
189

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

Portions of RGB colors in percentages

R + G + B =
139 + 124 + 189 = 452 (100%)
R 139 of 452 ~ 30.75%
G 124 of 452 ~ 27.43%
B 189 of 452 ~ 41.81%

%30.75
%27.43
%41.81

CMYK color model

#8B7CBD color CMYK value is (26,34,0,26).

  • cyan value is 26.46%
  • magenta value is 34.39%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(26,34,0,26)
C26M34Y0K26 
(26%,34%,0%,26%)
(0.26/0.34/0.00/0.26)	

CMYK percentages

%26.46
%34.39
%0
%25.88

Codes

Color #8B7CBD in popluar color models

8B7CBD
RGB139124189
HSL254°32.99%61.37%
HSB/HSV254°34.39%74.12%
CMYK26.46%34.39%0.00%
25.88%

Color #8B7CBD in popluar number systems.

HEX8B7CBD
Decimal139124189
Binary10001011111110010111101
Octal213174275

Shades and tints

Shades of #8B7CBD

#8B7CBD
(139,124,189)
#7F71AC
(127,113,172)
#73669B
(115,102,155)
#675B8A
(103,91,138)
#5B5079
(91,80,121)
#4F4568
(79,69,104)
#433A57
(67,58,87)
#372F46
(55,47,70)
#2B2435
(43,36,53)
#1F1924
(31,25,36)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #8B7CBD

#8B7CBD
(139,124,189)
#9587C3
(149,135,195)
#9F92C9
(159,146,201)
#A99DCF
(169,157,207)
#B3A8D5
(179,168,213)
#BDB3DB
(189,179,219)
#C7BEE1
(199,190,225)
#D1C9E7
(209,201,231)
#DBD4ED
(219,212,237)
#E5DFF3
(229,223,243)
#EFEAF9
(239,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7CBD color. Also use rgb(139,124,189) instead hex code.

Text Font Color

.myTextColor { color: #8B7CBD; }

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

This text font color is #8B7CBD.


Background Color

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

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

This div background color is #8B7CBD.


Border color

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

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

This div border color is #8B7CBD.


Opacity

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

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

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

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

This text has shadow with #8B7CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7CBD on black background.


Color preview on white background

This text has color #8B7CBD on white background.



Black color preview on #8B7CBD background

This text has black color on #8B7CBD background.


White color preview on #8B7CBD background

This text has white color on #8B7CBD background.