COLOR #8390B0

HEX: #8390B0
RGB: (131,144,176)

Color info

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

RGB color model

#8390B0 color RGB value is (131,144,176).

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

RGB channels and saturation

R 131 of 255 = 51%
G 144 of 255 = 56%
B 176 of 255 = 69%

131
144
176

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

Portions of RGB colors in percentages

R + G + B =
131 + 144 + 176 = 451 (100%)
R 131 of 451 ~ 29.05%
G 144 of 451 ~ 31.93%
B 176 of 451 ~ 39.02%

%29.05
%31.93
%39.02

CMYK color model

#8390B0 color CMYK value is (26,18,0,31).

  • cyan value is 25.57%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(26,18,0,31)
C26M18Y0K31 
(26%,18%,0%,31%)
(0.26/0.18/0.00/0.31)	

CMYK percentages

%25.57
%18.18
%0
%30.98

Codes

Color #8390B0 in popluar color models

8390B0
RGB131144176
HSL223°22.17%60.20%
HSB/HSV223°25.57%69.02%
CMYK25.57%18.18%0.00%
30.98%

Color #8390B0 in popluar number systems.

HEX8390B0
Decimal131144176
Binary100000111001000010110000
Octal203220260

Shades and tints

Shades of #8390B0

#8390B0
(131,144,176)
#7883A0
(120,131,160)
#6D7690
(109,118,144)
#626980
(98,105,128)
#575C70
(87,92,112)
#4C4F60
(76,79,96)
#414250
(65,66,80)
#363540
(54,53,64)
#2B2830
(43,40,48)
#201B20
(32,27,32)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #8390B0

#8390B0
(131,144,176)
#8E9AB7
(142,154,183)
#99A4BE
(153,164,190)
#A4AEC5
(164,174,197)
#AFB8CC
(175,184,204)
#BAC2D3
(186,194,211)
#C5CCDA
(197,204,218)
#D0D6E1
(208,214,225)
#DBE0E8
(219,224,232)
#E6EAEF
(230,234,239)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8390B0; }

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

This text font color is #8390B0.


Background Color

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

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

This div background color is #8390B0.


Border color

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

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

This div border color is #8390B0.


Opacity

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

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

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

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

This text has shadow with #8390B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8390B0 on black background.


Color preview on white background

This text has color #8390B0 on white background.



Black color preview on #8390B0 background

This text has black color on #8390B0 background.


White color preview on #8390B0 background

This text has white color on #8390B0 background.