COLOR #8B8BB1

HEX: #8B8BB1
RGB: (139,139,177)

Color info

#8B8BB1 contains red, green and blue colors in about the same proportion. Web safe color of #8B8BB1 is #999999 (or #999).

RGB color model

#8B8BB1 color RGB value is (139,139,177).

  • red value is 139;
  • green value is 139;
  • blue value is 177.
RGB:
(139,139,177)
(55%,55%,69%)

RGB channels and saturation

R 139 of 255 = 55%
G 139 of 255 = 55%
B 177 of 255 = 69%

139
139
177

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

Portions of RGB colors in percentages

R + G + B =
139 + 139 + 177 = 455 (100%)
R 139 of 455 ~ 30.55%
G 139 of 455 ~ 30.55%
B 177 of 455 ~ 38.9%

%30.55
%30.55
%38.9

CMYK color model

#8B8BB1 color CMYK value is (21,21,0,31).

  • cyan value is 21.47%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(21,21,0,31)
C21M21Y0K31 
(21%,21%,0%,31%)
(0.21/0.21/0.00/0.31)	

CMYK percentages

%21.47
%21.47
%0
%30.59

Codes

Color #8B8BB1 in popluar color models

8B8BB1
RGB139139177
HSL240°19.59%61.96%
HSB/HSV240°21.47%69.41%
CMYK21.47%21.47%0.00%
30.59%

Color #8B8BB1 in popluar number systems.

HEX8B8BB1
Decimal139139177
Binary100010111000101110110001
Octal213213261

Shades and tints

Shades of #8B8BB1

#8B8BB1
(139,139,177)
#7F7FA1
(127,127,161)
#737391
(115,115,145)
#676781
(103,103,129)
#5B5B71
(91,91,113)
#4F4F61
(79,79,97)
#434351
(67,67,81)
#373741
(55,55,65)
#2B2B31
(43,43,49)
#1F1F21
(31,31,33)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #8B8BB1

#8B8BB1
(139,139,177)
#9595B8
(149,149,184)
#9F9FBF
(159,159,191)
#A9A9C6
(169,169,198)
#B3B3CD
(179,179,205)
#BDBDD4
(189,189,212)
#C7C7DB
(199,199,219)
#D1D1E2
(209,209,226)
#DBDBE9
(219,219,233)
#E5E5F0
(229,229,240)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8BB1; }

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

This text font color is #8B8BB1.


Background Color

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

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

This div background color is #8B8BB1.


Border color

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

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

This div border color is #8B8BB1.


Opacity

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

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

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

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

This text has shadow with #8B8BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8BB1 on black background.


Color preview on white background

This text has color #8B8BB1 on white background.



Black color preview on #8B8BB1 background

This text has black color on #8B8BB1 background.


White color preview on #8B8BB1 background

This text has white color on #8B8BB1 background.