COLOR #8389FF

HEX: #8389FF
RGB: (131,137,255)

Color info

#8389FF contains mainly blue color. Web safe color of #8389FF is #9999FF (or #99F).

RGB color model

#8389FF color RGB value is (131,137,255).

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

RGB channels and saturation

R 131 of 255 = 51%
G 137 of 255 = 54%
B 255 of 255 = 100%

131
137
255

R + G + B ~ 68%. #8389FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 137 + 255 = 523 (100%)
R 131 of 523 ~ 25.05%
G 137 of 523 ~ 26.2%
B 255 of 523 ~ 48.76%

%25.05
%26.2
%48.76

CMYK color model

#8389FF color CMYK value is (49,46,0,0).

  • cyan value is 48.63%
  • magenta value is 46.27%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(49,46,0,0)
C49M46Y0K0 
(49%,46%,0%,0%)
(0.49/0.46/0.00/0.00)	

CMYK percentages

%48.63
%46.27
%0
%0

Codes

Color #8389FF in popluar color models

8389FF
RGB131137255
HSL237°100.00%75.69%
HSB/HSV237°48.63%100.00%
CMYK48.63%46.27%0.00%
0.00%

Color #8389FF in popluar number systems.

HEX8389FF
Decimal131137255
Binary100000111000100111111111
Octal203211377

Shades and tints

Shades of #8389FF

#8389FF
(131,137,255)
#787DE8
(120,125,232)
#6D71D1
(109,113,209)
#6265BA
(98,101,186)
#5759A3
(87,89,163)
#4C4D8C
(76,77,140)
#414175
(65,65,117)
#36355E
(54,53,94)
#2B2947
(43,41,71)
#201D30
(32,29,48)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #8389FF

#8389FF
(131,137,255)
#8E93FF
(142,147,255)
#999DFF
(153,157,255)
#A4A7FF
(164,167,255)
#AFB1FF
(175,177,255)
#BABBFF
(186,187,255)
#C5C5FF
(197,197,255)
#D0CFFF
(208,207,255)
#DBD9FF
(219,217,255)
#E6E3FF
(230,227,255)
#F1EDFF
(241,237,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8389FF; }

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

This text font color is #8389FF.


Background Color

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

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

This div background color is #8389FF.


Border color

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

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

This div border color is #8389FF.


Opacity

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

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

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

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

This text has shadow with #8389FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8389FF on black background.


Color preview on white background

This text has color #8389FF on white background.



Black color preview on #8389FF background

This text has black color on #8389FF background.


White color preview on #8389FF background

This text has white color on #8389FF background.