COLOR #9B8CEA

HEX: #9B8CEA
RGB: (155,140,234)

Color info

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

RGB color model

#9B8CEA color RGB value is (155,140,234).

  • red value is 155;
  • green value is 140;
  • blue value is 234.
RGB:
(155,140,234)
(61%,55%,92%)

RGB channels and saturation

R 155 of 255 = 61%
G 140 of 255 = 55%
B 234 of 255 = 92%

155
140
234

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

Portions of RGB colors in percentages

R + G + B =
155 + 140 + 234 = 529 (100%)
R 155 of 529 ~ 29.3%
G 140 of 529 ~ 26.47%
B 234 of 529 ~ 44.23%

%29.3
%26.47
%44.23

CMYK color model

#9B8CEA color CMYK value is (34,40,0,8).

  • cyan value is 33.76%
  • magenta value is 40.17%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(34,40,0,8)
C34M40Y0K8 
(34%,40%,0%,8%)
(0.34/0.40/0.00/0.08)	

CMYK percentages

%33.76
%40.17
%0
%8.24

Codes

Color #9B8CEA in popluar color models

9B8CEA
RGB155140234
HSL250°69.12%73.33%
HSB/HSV250°40.17%91.76%
CMYK33.76%40.17%0.00%
8.24%

Color #9B8CEA in popluar number systems.

HEX9B8CEA
Decimal155140234
Binary100110111000110011101010
Octal233214352

Shades and tints

Shades of #9B8CEA

#9B8CEA
(155,140,234)
#8D80D5
(141,128,213)
#7F74C0
(127,116,192)
#7168AB
(113,104,171)
#635C96
(99,92,150)
#555081
(85,80,129)
#47446C
(71,68,108)
#393857
(57,56,87)
#2B2C42
(43,44,66)
#1D202D
(29,32,45)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #9B8CEA

#9B8CEA
(155,140,234)
#A496EB
(164,150,235)
#ADA0EC
(173,160,236)
#B6AAED
(182,170,237)
#BFB4EE
(191,180,238)
#C8BEEF
(200,190,239)
#D1C8F0
(209,200,240)
#DAD2F1
(218,210,241)
#E3DCF2
(227,220,242)
#ECE6F3
(236,230,243)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8CEA color. Also use rgb(155,140,234) instead hex code.

Text Font Color

.myTextColor { color: #9B8CEA; }

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

This text font color is #9B8CEA.


Background Color

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

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

This div background color is #9B8CEA.


Border color

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

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

This div border color is #9B8CEA.


Opacity

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

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

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

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

This text has shadow with #9B8CEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8CEA on black background.


Color preview on white background

This text has color #9B8CEA on white background.



Black color preview on #9B8CEA background

This text has black color on #9B8CEA background.


White color preview on #9B8CEA background

This text has white color on #9B8CEA background.