COLOR #8389D0

HEX: #8389D0
RGB: (131,137,208)

Color info

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

RGB color model

#8389D0 color RGB value is (131,137,208).

  • red value is 131;
  • green value is 137;
  • blue value is 208.
RGB:
(131,137,208)
(51%,54%,82%)

RGB channels and saturation

R 131 of 255 = 51%
G 137 of 255 = 54%
B 208 of 255 = 82%

131
137
208

R + G + B ~ 62%. #8389D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 137 + 208 = 476 (100%)
R 131 of 476 ~ 27.52%
G 137 of 476 ~ 28.78%
B 208 of 476 ~ 43.7%

%27.52
%28.78
%43.7

CMYK color model

#8389D0 color CMYK value is (37,34,0,18).

  • cyan value is 37.02%
  • magenta value is 34.13%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(37,34,0,18)
C37M34Y0K18 
(37%,34%,0%,18%)
(0.37/0.34/0.00/0.18)	

CMYK percentages

%37.02
%34.13
%0
%18.43

Codes

Color #8389D0 in popluar color models

8389D0
RGB131137208
HSL235°45.03%66.47%
HSB/HSV235°37.02%81.57%
CMYK37.02%34.13%0.00%
18.43%

Color #8389D0 in popluar number systems.

HEX8389D0
Decimal131137208
Binary100000111000100111010000
Octal203211320

Shades and tints

Shades of #8389D0

#8389D0
(131,137,208)
#787DBE
(120,125,190)
#6D71AC
(109,113,172)
#62659A
(98,101,154)
#575988
(87,89,136)
#4C4D76
(76,77,118)
#414164
(65,65,100)
#363552
(54,53,82)
#2B2940
(43,41,64)
#201D2E
(32,29,46)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #8389D0

#8389D0
(131,137,208)
#8E93D4
(142,147,212)
#999DD8
(153,157,216)
#A4A7DC
(164,167,220)
#AFB1E0
(175,177,224)
#BABBE4
(186,187,228)
#C5C5E8
(197,197,232)
#D0CFEC
(208,207,236)
#DBD9F0
(219,217,240)
#E6E3F4
(230,227,244)
#F1EDF8
(241,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8389D0 color. Also use rgb(131,137,208) instead hex code.

Text Font Color

.myTextColor { color: #8389D0; }

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

This text font color is #8389D0.


Background Color

.myBgColor { background-color: #8389D0; }

<div style="background-color:#8389D0">Inner text</div>

This div background color is #8389D0.


Border color

.myBorderColor { border: 1px solid #8389D0; }

<div style="border:3px solid #8389D0">Div</div>

This div border color is #8389D0.


Opacity

.myOpacity80 { color: #8389D0; opacity: 0.8; }

<p style="color:#8389D0;opacity:0.8;">80%</p>

Text with #8389D0 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 #8389D0;}

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

This text has shadow with #8389D0 color.

.textShadow {text-shadow: 3px 3px 1px #8389D0, 3px 3px 1px red;}

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

This text has shadow with #8389D0 primary color and red secondary color.


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

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

This text has shadow with #8389D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8389D0 on black background.


Color preview on white background

This text has color #8389D0 on white background.



Black color preview on #8389D0 background

This text has black color on #8389D0 background.


White color preview on #8389D0 background

This text has white color on #8389D0 background.