COLOR #9B8BF5

HEX: #9B8BF5
RGB: (155,139,245)

Color info

#9B8BF5 contains mainly blue color. Web safe color of #9B8BF5 is #9999FF (or #99F).

RGB color model

#9B8BF5 color RGB value is (155,139,245).

  • red value is 155;
  • green value is 139;
  • blue value is 245.
RGB:
(155,139,245)
(61%,55%,96%)

RGB channels and saturation

R 155 of 255 = 61%
G 139 of 255 = 55%
B 245 of 255 = 96%

155
139
245

R + G + B ~ 71%. #9B8BF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 139 + 245 = 539 (100%)
R 155 of 539 ~ 28.76%
G 139 of 539 ~ 25.79%
B 245 of 539 ~ 45.45%

%28.76
%25.79
%45.45

CMYK color model

#9B8BF5 color CMYK value is (37,43,0,4).

  • cyan value is 36.73%
  • magenta value is 43.27%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(37,43,0,4)
C37M43Y0K4 
(37%,43%,0%,4%)
(0.37/0.43/0.00/0.04)	

CMYK percentages

%36.73
%43.27
%0
%3.92

Codes

Color #9B8BF5 in popluar color models

9B8BF5
RGB155139245
HSL249°84.13%75.29%
HSB/HSV249°43.27%96.08%
CMYK36.73%43.27%0.00%
3.92%

Color #9B8BF5 in popluar number systems.

HEX9B8BF5
Decimal155139245
Binary100110111000101111110101
Octal233213365

Shades and tints

Shades of #9B8BF5

#9B8BF5
(155,139,245)
#8D7FDF
(141,127,223)
#7F73C9
(127,115,201)
#7167B3
(113,103,179)
#635B9D
(99,91,157)
#554F87
(85,79,135)
#474371
(71,67,113)
#39375B
(57,55,91)
#2B2B45
(43,43,69)
#1D1F2F
(29,31,47)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #9B8BF5

#9B8BF5
(155,139,245)
#A495F5
(164,149,245)
#AD9FF5
(173,159,245)
#B6A9F5
(182,169,245)
#BFB3F5
(191,179,245)
#C8BDF5
(200,189,245)
#D1C7F5
(209,199,245)
#DAD1F5
(218,209,245)
#E3DBF5
(227,219,245)
#ECE5F5
(236,229,245)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8BF5 color. Also use rgb(155,139,245) instead hex code.

Text Font Color

.myTextColor { color: #9B8BF5; }

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

This text font color is #9B8BF5.


Background Color

.myBgColor { background-color: #9B8BF5; }

<div style="background-color:#9B8BF5">Inner text</div>

This div background color is #9B8BF5.


Border color

.myBorderColor { border: 1px solid #9B8BF5; }

<div style="border:3px solid #9B8BF5">Div</div>

This div border color is #9B8BF5.


Opacity

.myOpacity80 { color: #9B8BF5; opacity: 0.8; }

<p style="color:#9B8BF5;opacity:0.8;">80%</p>

Text with #9B8BF5 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 #9B8BF5;}

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

This text has shadow with #9B8BF5 color.

.textShadow {text-shadow: 3px 3px 1px #9B8BF5, 3px 3px 1px red;}

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

This text has shadow with #9B8BF5 primary color and red secondary color.


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

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

This text has shadow with #9B8BF5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8BF5 on black background.


Color preview on white background

This text has color #9B8BF5 on white background.



Black color preview on #9B8BF5 background

This text has black color on #9B8BF5 background.


White color preview on #9B8BF5 background

This text has white color on #9B8BF5 background.