COLOR #9B8FE4

HEX: #9B8FE4
RGB: (155,143,228)

Color info

#9B8FE4 contains mainly blue color. Web safe color of #9B8FE4 is #9999CC (or #99C).

RGB color model

#9B8FE4 color RGB value is (155,143,228).

  • red value is 155;
  • green value is 143;
  • blue value is 228.
RGB:
(155,143,228)
(61%,56%,89%)

RGB channels and saturation

R 155 of 255 = 61%
G 143 of 255 = 56%
B 228 of 255 = 89%

155
143
228

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

Portions of RGB colors in percentages

R + G + B =
155 + 143 + 228 = 526 (100%)
R 155 of 526 ~ 29.47%
G 143 of 526 ~ 27.19%
B 228 of 526 ~ 43.35%

%29.47
%27.19
%43.35

CMYK color model

#9B8FE4 color CMYK value is (32,37,0,11).

  • cyan value is 32.02%
  • magenta value is 37.28%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(32,37,0,11)
C32M37Y0K11 
(32%,37%,0%,11%)
(0.32/0.37/0.00/0.11)	

CMYK percentages

%32.02
%37.28
%0
%10.59

Codes

Color #9B8FE4 in popluar color models

9B8FE4
RGB155143228
HSL248°61.15%72.75%
HSB/HSV248°37.28%89.41%
CMYK32.02%37.28%0.00%
10.59%

Color #9B8FE4 in popluar number systems.

HEX9B8FE4
Decimal155143228
Binary100110111000111111100100
Octal233217344

Shades and tints

Shades of #9B8FE4

#9B8FE4
(155,143,228)
#8D82D0
(141,130,208)
#7F75BC
(127,117,188)
#7168A8
(113,104,168)
#635B94
(99,91,148)
#554E80
(85,78,128)
#47416C
(71,65,108)
#393458
(57,52,88)
#2B2744
(43,39,68)
#1D1A30
(29,26,48)
#0F0D1C
(15,13,28)
#000000
(0,0,0)

Tints of #9B8FE4

#9B8FE4
(155,143,228)
#A499E6
(164,153,230)
#ADA3E8
(173,163,232)
#B6ADEA
(182,173,234)
#BFB7EC
(191,183,236)
#C8C1EE
(200,193,238)
#D1CBF0
(209,203,240)
#DAD5F2
(218,213,242)
#E3DFF4
(227,223,244)
#ECE9F6
(236,233,246)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8FE4 color. Also use rgb(155,143,228) instead hex code.

Text Font Color

.myTextColor { color: #9B8FE4; }

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

This text font color is #9B8FE4.


Background Color

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

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

This div background color is #9B8FE4.


Border color

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

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

This div border color is #9B8FE4.


Opacity

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

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

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

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

This text has shadow with #9B8FE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8FE4 on black background.


Color preview on white background

This text has color #9B8FE4 on white background.



Black color preview on #9B8FE4 background

This text has black color on #9B8FE4 background.


White color preview on #9B8FE4 background

This text has white color on #9B8FE4 background.