COLOR #8B739A

HEX: #8B739A
RGB: (139,115,154)

Color info

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

RGB color model

#8B739A color RGB value is (139,115,154).

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

RGB channels and saturation

R 139 of 255 = 55%
G 115 of 255 = 45%
B 154 of 255 = 60%

139
115
154

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

Portions of RGB colors in percentages

R + G + B =
139 + 115 + 154 = 408 (100%)
R 139 of 408 ~ 34.07%
G 115 of 408 ~ 28.19%
B 154 of 408 ~ 37.75%

%34.07
%28.19
%37.75

CMYK color model

#8B739A color CMYK value is (10,25,0,40).

  • cyan value is 9.74%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(10,25,0,40)
C10M25Y0K40 
(10%,25%,0%,40%)
(0.10/0.25/0.00/0.40)	

CMYK percentages

%9.74
%25.32
%0
%39.61

Codes

Color #8B739A in popluar color models

8B739A
RGB139115154
HSL277°16.18%52.75%
HSB/HSV277°25.32%60.39%
CMYK9.74%25.32%0.00%
39.61%

Color #8B739A in popluar number systems.

HEX8B739A
Decimal139115154
Binary10001011111001110011010
Octal213163232

Shades and tints

Shades of #8B739A

#8B739A
(139,115,154)
#7F698C
(127,105,140)
#735F7E
(115,95,126)
#675570
(103,85,112)
#5B4B62
(91,75,98)
#4F4154
(79,65,84)
#433746
(67,55,70)
#372D38
(55,45,56)
#2B232A
(43,35,42)
#1F191C
(31,25,28)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #8B739A

#8B739A
(139,115,154)
#957FA3
(149,127,163)
#9F8BAC
(159,139,172)
#A997B5
(169,151,181)
#B3A3BE
(179,163,190)
#BDAFC7
(189,175,199)
#C7BBD0
(199,187,208)
#D1C7D9
(209,199,217)
#DBD3E2
(219,211,226)
#E5DFEB
(229,223,235)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B739A color. Also use rgb(139,115,154) instead hex code.

Text Font Color

.myTextColor { color: #8B739A; }

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

This text font color is #8B739A.


Background Color

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

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

This div background color is #8B739A.


Border color

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

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

This div border color is #8B739A.


Opacity

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

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

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

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

This text has shadow with #8B739A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B739A on black background.


Color preview on white background

This text has color #8B739A on white background.



Black color preview on #8B739A background

This text has black color on #8B739A background.


White color preview on #8B739A background

This text has white color on #8B739A background.