COLOR #8387C5

HEX: #8387C5
RGB: (131,135,197)

Color info

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

RGB color model

#8387C5 color RGB value is (131,135,197).

  • red value is 131;
  • green value is 135;
  • blue value is 197.
RGB:
(131,135,197)
(51%,53%,77%)

RGB channels and saturation

R 131 of 255 = 51%
G 135 of 255 = 53%
B 197 of 255 = 77%

131
135
197

R + G + B ~ 60%. #8387C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 135 + 197 = 463 (100%)
R 131 of 463 ~ 28.29%
G 135 of 463 ~ 29.16%
B 197 of 463 ~ 42.55%

%28.29
%29.16
%42.55

CMYK color model

#8387C5 color CMYK value is (34,31,0,23).

  • cyan value is 33.50%
  • magenta value is 31.47%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(34,31,0,23)
C34M31Y0K23 
(34%,31%,0%,23%)
(0.34/0.31/0.00/0.23)	

CMYK percentages

%33.5
%31.47
%0
%22.75

Codes

Color #8387C5 in popluar color models

8387C5
RGB131135197
HSL236°36.26%64.31%
HSB/HSV236°33.50%77.25%
CMYK33.50%31.47%0.00%
22.75%

Color #8387C5 in popluar number systems.

HEX8387C5
Decimal131135197
Binary100000111000011111000101
Octal203207305

Shades and tints

Shades of #8387C5

#8387C5
(131,135,197)
#787BB4
(120,123,180)
#6D6FA3
(109,111,163)
#626392
(98,99,146)
#575781
(87,87,129)
#4C4B70
(76,75,112)
#413F5F
(65,63,95)
#36334E
(54,51,78)
#2B273D
(43,39,61)
#201B2C
(32,27,44)
#150F1B
(21,15,27)
#000000
(0,0,0)

Tints of #8387C5

#8387C5
(131,135,197)
#8E91CA
(142,145,202)
#999BCF
(153,155,207)
#A4A5D4
(164,165,212)
#AFAFD9
(175,175,217)
#BAB9DE
(186,185,222)
#C5C3E3
(197,195,227)
#D0CDE8
(208,205,232)
#DBD7ED
(219,215,237)
#E6E1F2
(230,225,242)
#F1EBF7
(241,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8387C5 color. Also use rgb(131,135,197) instead hex code.

Text Font Color

.myTextColor { color: #8387C5; }

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

This text font color is #8387C5.


Background Color

.myBgColor { background-color: #8387C5; }

<div style="background-color:#8387C5">Inner text</div>

This div background color is #8387C5.


Border color

.myBorderColor { border: 1px solid #8387C5; }

<div style="border:3px solid #8387C5">Div</div>

This div border color is #8387C5.


Opacity

.myOpacity80 { color: #8387C5; opacity: 0.8; }

<p style="color:#8387C5;opacity:0.8;">80%</p>

Text with #8387C5 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 #8387C5;}

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

This text has shadow with #8387C5 color.

.textShadow {text-shadow: 3px 3px 1px #8387C5, 3px 3px 1px red;}

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

This text has shadow with #8387C5 primary color and red secondary color.


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

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

This text has shadow with #8387C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8387C5 on black background.


Color preview on white background

This text has color #8387C5 on white background.



Black color preview on #8387C5 background

This text has black color on #8387C5 background.


White color preview on #8387C5 background

This text has white color on #8387C5 background.