COLOR #8390B2

HEX: #8390B2
RGB: (131,144,178)

Color info

#8390B2 contains red, green and blue colors in about the same proportion. Web safe color of #8390B2 is #999999 (or #999).

RGB color model

#8390B2 color RGB value is (131,144,178).

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

RGB channels and saturation

R 131 of 255 = 51%
G 144 of 255 = 56%
B 178 of 255 = 70%

131
144
178

R + G + B ~ 59%. #8390B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 144 + 178 = 453 (100%)
R 131 of 453 ~ 28.92%
G 144 of 453 ~ 31.79%
B 178 of 453 ~ 39.29%

%28.92
%31.79
%39.29

CMYK color model

#8390B2 color CMYK value is (26,19,0,30).

  • cyan value is 26.40%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(26,19,0,30)
C26M19Y0K30 
(26%,19%,0%,30%)
(0.26/0.19/0.00/0.30)	

CMYK percentages

%26.4
%19.1
%0
%30.2

Codes

Color #8390B2 in popluar color models

8390B2
RGB131144178
HSL223°23.38%60.59%
HSB/HSV223°26.40%69.80%
CMYK26.40%19.10%0.00%
30.20%

Color #8390B2 in popluar number systems.

HEX8390B2
Decimal131144178
Binary100000111001000010110010
Octal203220262

Shades and tints

Shades of #8390B2

#8390B2
(131,144,178)
#7883A2
(120,131,162)
#6D7692
(109,118,146)
#626982
(98,105,130)
#575C72
(87,92,114)
#4C4F62
(76,79,98)
#414252
(65,66,82)
#363542
(54,53,66)
#2B2832
(43,40,50)
#201B22
(32,27,34)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #8390B2

#8390B2
(131,144,178)
#8E9AB9
(142,154,185)
#99A4C0
(153,164,192)
#A4AEC7
(164,174,199)
#AFB8CE
(175,184,206)
#BAC2D5
(186,194,213)
#C5CCDC
(197,204,220)
#D0D6E3
(208,214,227)
#DBE0EA
(219,224,234)
#E6EAF1
(230,234,241)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8390B2; }

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

This text font color is #8390B2.


Background Color

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

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

This div background color is #8390B2.


Border color

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

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

This div border color is #8390B2.


Opacity

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

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

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

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

This text has shadow with #8390B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8390B2 on black background.


Color preview on white background

This text has color #8390B2 on white background.



Black color preview on #8390B2 background

This text has black color on #8390B2 background.


White color preview on #8390B2 background

This text has white color on #8390B2 background.