COLOR #9B8DE8

HEX: #9B8DE8
RGB: (155,141,232)

Color info

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

RGB color model

#9B8DE8 color RGB value is (155,141,232).

  • red value is 155;
  • green value is 141;
  • blue value is 232.
RGB:
(155,141,232)
(61%,55%,91%)

RGB channels and saturation

R 155 of 255 = 61%
G 141 of 255 = 55%
B 232 of 255 = 91%

155
141
232

R + G + B ~ 69%. #9B8DE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 141 + 232 = 528 (100%)
R 155 of 528 ~ 29.36%
G 141 of 528 ~ 26.7%
B 232 of 528 ~ 43.94%

%29.36
%26.7
%43.94

CMYK color model

#9B8DE8 color CMYK value is (33,39,0,9).

  • cyan value is 33.19%
  • magenta value is 39.22%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(33,39,0,9)
C33M39Y0K9 
(33%,39%,0%,9%)
(0.33/0.39/0.00/0.09)	

CMYK percentages

%33.19
%39.22
%0
%9.02

Codes

Color #9B8DE8 in popluar color models

9B8DE8
RGB155141232
HSL249°66.42%73.14%
HSB/HSV249°39.22%90.98%
CMYK33.19%39.22%0.00%
9.02%

Color #9B8DE8 in popluar number systems.

HEX9B8DE8
Decimal155141232
Binary100110111000110111101000
Octal233215350

Shades and tints

Shades of #9B8DE8

#9B8DE8
(155,141,232)
#8D81D3
(141,129,211)
#7F75BE
(127,117,190)
#7169A9
(113,105,169)
#635D94
(99,93,148)
#55517F
(85,81,127)
#47456A
(71,69,106)
#393955
(57,57,85)
#2B2D40
(43,45,64)
#1D212B
(29,33,43)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #9B8DE8

#9B8DE8
(155,141,232)
#A497EA
(164,151,234)
#ADA1EC
(173,161,236)
#B6ABEE
(182,171,238)
#BFB5F0
(191,181,240)
#C8BFF2
(200,191,242)
#D1C9F4
(209,201,244)
#DAD3F6
(218,211,246)
#E3DDF8
(227,221,248)
#ECE7FA
(236,231,250)
#F5F1FC
(245,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8DE8 color. Also use rgb(155,141,232) instead hex code.

Text Font Color

.myTextColor { color: #9B8DE8; }

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

This text font color is #9B8DE8.


Background Color

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

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

This div background color is #9B8DE8.


Border color

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

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

This div border color is #9B8DE8.


Opacity

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

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

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

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

This text has shadow with #9B8DE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8DE8 on black background.


Color preview on white background

This text has color #9B8DE8 on white background.



Black color preview on #9B8DE8 background

This text has black color on #9B8DE8 background.


White color preview on #9B8DE8 background

This text has white color on #9B8DE8 background.