COLOR #8389DB

HEX: #8389DB RGB: (131,137,219)

Color info

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

RGB color model

#8389DB color RGB value is (131,137,219).

RGB: (131,137,219) (51%, 54%, 86%)

RGB channels and saturation

R 131 of 255 = 51%
G 137 of 255 = 54%
B 219 of 255 = 86%

131
137
219

R + G + B ~ 64%. #8389DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 137 + 219 = 487 (100%)
R 131 of 487 ~ 26.9%
G 137 of 487 ~ 28.13%
B 219 of 487 ~ 44.97'%

%26.9
%28.13
%44.97

CMYK color model

#8389DB color CMYK value is (40,37,0,14).

  • cyan value is 40.18%
  • magenta value is 37.44%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (40,37,0,14)
C40M37Y0K14 (40%, 37%, 0%, 14%)
(0.40 / 0.37 / 0.00 / 0.14)

CMYK percentages

%40.18
%37.44
%0
%14.12

Codes

Color #8389DB in popluar color models

83 89 DB
RGB 131 137 219
HSL 236° 55.00% 68.63%
HSB/HSV 236° 40.18% 85.88%
CMYK 40.18% 37.44% 0.00%
14.12%

Color #8389DB in popluar number systems.

HEX 83 89 DB
Decimal 131 137 219
Binary 10000011 10001001 11011011
Octal 203 211 333

Shades and tints

Shades of #8389DB

#8389DB
(131,137,219)
#787DC8
(120,125,200)
#6D71B5
(109,113,181)
#6265A2
(98,101,162)
#57598F
(87,89,143)
#4C4D7C
(76,77,124)
#414169
(65,65,105)
#363556
(54,53,86)
#2B2943
(43,41,67)
#201D30
(32,29,48)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #8389DB

#8389DB
(131,137,219)
#8E93DE
(142,147,222)
#999DE1
(153,157,225)
#A4A7E4
(164,167,228)
#AFB1E7
(175,177,231)
#BABBEA
(186,187,234)
#C5C5ED
(197,197,237)
#D0CFF0
(208,207,240)
#DBD9F3
(219,217,243)
#E6E3F6
(230,227,246)
#F1EDF9
(241,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8389DB; }

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

This text font color is #8389DB.

Background Color

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

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

This div background color is #8389DB.

Border color

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

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

This div border color is #8389DB.

Opacity

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

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

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

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

This text has shadow with #8389DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8389DB.

Preview

Color preview on black background

This text has color #8389DB on black background.


Color preview on white background

This text has color #8389DB on white background.


Black color preview on #8389DB background

This text has black color on #8389DB background.


White color preview on #8389DB background

This text has white color on #8389DB background.


Related colors

Complementary color

Complementary color for #hex is #7C7624.


I love getcolorcode.com

Triadic colors

1 #DB8389 and #89DB83 with #8389DB are triadic colors.

2 #DB8983 and #8983DB with #8389DB are triadic colors.