COLOR #8B7299

HEX: #8B7299
RGB: (139,114,153)

Color info

#8B7299 contains red, green and blue colors in about the same proportion. Web safe color of #8B7299 is #996699 (or #969).

RGB color model

#8B7299 color RGB value is (139,114,153).

  • red value is 139;
  • green value is 114;
  • blue value is 153.
RGB:
(139,114,153)
(55%,45%,60%)

RGB channels and saturation

R 139 of 255 = 55%
G 114 of 255 = 45%
B 153 of 255 = 60%

139
114
153

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

Portions of RGB colors in percentages

R + G + B =
139 + 114 + 153 = 406 (100%)
R 139 of 406 ~ 34.24%
G 114 of 406 ~ 28.08%
B 153 of 406 ~ 37.68%

%34.24
%28.08
%37.68

CMYK color model

#8B7299 color CMYK value is (9,25,0,40).

  • cyan value is 9.15%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(9,25,0,40)
C9M25Y0K40 
(9%,25%,0%,40%)
(0.09/0.25/0.00/0.40)	

CMYK percentages

%9.15
%25.49
%0
%40

Codes

Color #8B7299 in popluar color models

8B7299
RGB139114153
HSL278°16.05%52.35%
HSB/HSV278°25.49%60.00%
CMYK9.15%25.49%0.00%
40.00%

Color #8B7299 in popluar number systems.

HEX8B7299
Decimal139114153
Binary10001011111001010011001
Octal213162231

Shades and tints

Shades of #8B7299

#8B7299
(139,114,153)
#7F688C
(127,104,140)
#735E7F
(115,94,127)
#675472
(103,84,114)
#5B4A65
(91,74,101)
#4F4058
(79,64,88)
#43364B
(67,54,75)
#372C3E
(55,44,62)
#2B2231
(43,34,49)
#1F1824
(31,24,36)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #8B7299

#8B7299
(139,114,153)
#957EA2
(149,126,162)
#9F8AAB
(159,138,171)
#A996B4
(169,150,180)
#B3A2BD
(179,162,189)
#BDAEC6
(189,174,198)
#C7BACF
(199,186,207)
#D1C6D8
(209,198,216)
#DBD2E1
(219,210,225)
#E5DEEA
(229,222,234)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7299 color. Also use rgb(139,114,153) instead hex code.

Text Font Color

.myTextColor { color: #8B7299; }

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

This text font color is #8B7299.


Background Color

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

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

This div background color is #8B7299.


Border color

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

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

This div border color is #8B7299.


Opacity

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

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

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

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

This text has shadow with #8B7299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7299 on black background.


Color preview on white background

This text has color #8B7299 on white background.



Black color preview on #8B7299 background

This text has black color on #8B7299 background.


White color preview on #8B7299 background

This text has white color on #8B7299 background.