COLOR #8B738E

HEX: #8B738E
RGB: (139,115,142)

Color info

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

RGB color model

#8B738E color RGB value is (139,115,142).

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

RGB channels and saturation

R 139 of 255 = 55%
G 115 of 255 = 45%
B 142 of 255 = 56%

139
115
142

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

Portions of RGB colors in percentages

R + G + B =
139 + 115 + 142 = 396 (100%)
R 139 of 396 ~ 35.1%
G 115 of 396 ~ 29.04%
B 142 of 396 ~ 35.86%

%35.1
%29.04
%35.86

CMYK color model

#8B738E color CMYK value is (2,19,0,44).

  • cyan value is 2.11%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(2,19,0,44)
C2M19Y0K44 
(2%,19%,0%,44%)
(0.02/0.19/0.00/0.44)	

CMYK percentages

%2.11
%19.01
%0
%44.31

Codes

Color #8B738E in popluar color models

8B738E
RGB139115142
HSL293°10.67%50.39%
HSB/HSV293°19.01%55.69%
CMYK2.11%19.01%0.00%
44.31%

Color #8B738E in popluar number systems.

HEX8B738E
Decimal139115142
Binary10001011111001110001110
Octal213163216

Shades and tints

Shades of #8B738E

#8B738E
(139,115,142)
#7F6982
(127,105,130)
#735F76
(115,95,118)
#67556A
(103,85,106)
#5B4B5E
(91,75,94)
#4F4152
(79,65,82)
#433746
(67,55,70)
#372D3A
(55,45,58)
#2B232E
(43,35,46)
#1F1922
(31,25,34)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #8B738E

#8B738E
(139,115,142)
#957F98
(149,127,152)
#9F8BA2
(159,139,162)
#A997AC
(169,151,172)
#B3A3B6
(179,163,182)
#BDAFC0
(189,175,192)
#C7BBCA
(199,187,202)
#D1C7D4
(209,199,212)
#DBD3DE
(219,211,222)
#E5DFE8
(229,223,232)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B738E; }

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

This text font color is #8B738E.


Background Color

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

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

This div background color is #8B738E.


Border color

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

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

This div border color is #8B738E.


Opacity

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

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

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

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

This text has shadow with #8B738E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B738E on black background.


Color preview on white background

This text has color #8B738E on white background.



Black color preview on #8B738E background

This text has black color on #8B738E background.


White color preview on #8B738E background

This text has white color on #8B738E background.