COLOR #8B90F0

HEX: #8B90F0
RGB: (139,144,240)

Color info

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

RGB color model

#8B90F0 color RGB value is (139,144,240).

  • red value is 139;
  • green value is 144;
  • blue value is 240.
RGB:
(139,144,240)
(55%,56%,94%)

RGB channels and saturation

R 139 of 255 = 55%
G 144 of 255 = 56%
B 240 of 255 = 94%

139
144
240

R + G + B ~ 68%. #8B90F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 144 + 240 = 523 (100%)
R 139 of 523 ~ 26.58%
G 144 of 523 ~ 27.53%
B 240 of 523 ~ 45.89%

%26.58
%27.53
%45.89

CMYK color model

#8B90F0 color CMYK value is (42,40,0,6).

  • cyan value is 42.08%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(42,40,0,6)
C42M40Y0K6 
(42%,40%,0%,6%)
(0.42/0.40/0.00/0.06)	

CMYK percentages

%42.08
%40
%0
%5.88

Codes

Color #8B90F0 in popluar color models

8B90F0
RGB139144240
HSL237°77.10%74.31%
HSB/HSV237°42.08%94.12%
CMYK42.08%40.00%0.00%
5.88%

Color #8B90F0 in popluar number systems.

HEX8B90F0
Decimal139144240
Binary100010111001000011110000
Octal213220360

Shades and tints

Shades of #8B90F0

#8B90F0
(139,144,240)
#7F83DB
(127,131,219)
#7376C6
(115,118,198)
#6769B1
(103,105,177)
#5B5C9C
(91,92,156)
#4F4F87
(79,79,135)
#434272
(67,66,114)
#37355D
(55,53,93)
#2B2848
(43,40,72)
#1F1B33
(31,27,51)
#130E1E
(19,14,30)
#000000
(0,0,0)

Tints of #8B90F0

#8B90F0
(139,144,240)
#959AF1
(149,154,241)
#9FA4F2
(159,164,242)
#A9AEF3
(169,174,243)
#B3B8F4
(179,184,244)
#BDC2F5
(189,194,245)
#C7CCF6
(199,204,246)
#D1D6F7
(209,214,247)
#DBE0F8
(219,224,248)
#E5EAF9
(229,234,249)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B90F0; }

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

This text font color is #8B90F0.


Background Color

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

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

This div background color is #8B90F0.


Border color

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

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

This div border color is #8B90F0.


Opacity

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

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

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

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

This text has shadow with #8B90F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B90F0 on black background.


Color preview on white background

This text has color #8B90F0 on white background.



Black color preview on #8B90F0 background

This text has black color on #8B90F0 background.


White color preview on #8B90F0 background

This text has white color on #8B90F0 background.