COLOR #8390D8

HEX: #8390D8
RGB: (131,144,216)

Color info

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

RGB color model

#8390D8 color RGB value is (131,144,216).

  • red value is 131;
  • green value is 144;
  • blue value is 216.
RGB:
(131,144,216)
(51%,56%,85%)

RGB channels and saturation

R 131 of 255 = 51%
G 144 of 255 = 56%
B 216 of 255 = 85%

131
144
216

R + G + B ~ 64%. #8390D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 144 + 216 = 491 (100%)
R 131 of 491 ~ 26.68%
G 144 of 491 ~ 29.33%
B 216 of 491 ~ 43.99%

%26.68
%29.33
%43.99

CMYK color model

#8390D8 color CMYK value is (39,33,0,15).

  • cyan value is 39.35%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(39,33,0,15)
C39M33Y0K15 
(39%,33%,0%,15%)
(0.39/0.33/0.00/0.15)	

CMYK percentages

%39.35
%33.33
%0
%15.29

Codes

Color #8390D8 in popluar color models

8390D8
RGB131144216
HSL231°52.15%68.04%
HSB/HSV231°39.35%84.71%
CMYK39.35%33.33%0.00%
15.29%

Color #8390D8 in popluar number systems.

HEX8390D8
Decimal131144216
Binary100000111001000011011000
Octal203220330

Shades and tints

Shades of #8390D8

#8390D8
(131,144,216)
#7883C5
(120,131,197)
#6D76B2
(109,118,178)
#62699F
(98,105,159)
#575C8C
(87,92,140)
#4C4F79
(76,79,121)
#414266
(65,66,102)
#363553
(54,53,83)
#2B2840
(43,40,64)
#201B2D
(32,27,45)
#150E1A
(21,14,26)
#000000
(0,0,0)

Tints of #8390D8

#8390D8
(131,144,216)
#8E9ADB
(142,154,219)
#99A4DE
(153,164,222)
#A4AEE1
(164,174,225)
#AFB8E4
(175,184,228)
#BAC2E7
(186,194,231)
#C5CCEA
(197,204,234)
#D0D6ED
(208,214,237)
#DBE0F0
(219,224,240)
#E6EAF3
(230,234,243)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8390D8 color. Also use rgb(131,144,216) instead hex code.

Text Font Color

.myTextColor { color: #8390D8; }

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

This text font color is #8390D8.


Background Color

.myBgColor { background-color: #8390D8; }

<div style="background-color:#8390D8">Inner text</div>

This div background color is #8390D8.


Border color

.myBorderColor { border: 1px solid #8390D8; }

<div style="border:3px solid #8390D8">Div</div>

This div border color is #8390D8.


Opacity

.myOpacity80 { color: #8390D8; opacity: 0.8; }

<p style="color:#8390D8;opacity:0.8;">80%</p>

Text with #8390D8 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 #8390D8;}

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

This text has shadow with #8390D8 color.

.textShadow {text-shadow: 3px 3px 1px #8390D8, 3px 3px 1px red;}

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

This text has shadow with #8390D8 primary color and red secondary color.


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

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

This text has shadow with #8390D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8390D8 on black background.


Color preview on white background

This text has color #8390D8 on white background.



Black color preview on #8390D8 background

This text has black color on #8390D8 background.


White color preview on #8390D8 background

This text has white color on #8390D8 background.