COLOR #8387EB

HEX: #8387EB RGB: (131,135,235)

Color info

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

RGB color model

#8387EB color RGB value is (131,135,235).

RGB: (131,135,235) (51%, 53%, 92%)

RGB channels and saturation

R 131 of 255 = 51%
G 135 of 255 = 53%
B 235 of 255 = 92%

131
135
235

R + G + B ~ 65%. #8387EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 135 + 235 = 501 (100%)
R 131 of 501 ~ 26.15%
G 135 of 501 ~ 26.95%
B 235 of 501 ~ 46.91'%

%26.15
%26.95
%46.91

CMYK color model

#8387EB color CMYK value is (44,43,0,8).

  • cyan value is 44.26%
  • magenta value is 42.55%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (44,43,0,8)
C44M43Y0K8 (44%, 43%, 0%, 8%)
(0.44 / 0.43 / 0.00 / 0.08)

CMYK percentages

%44.26
%42.55
%0
%7.84

Codes

Color #8387EB in popluar color models

83 87 EB
RGB 131 135 235
HSL 238° 72.22% 71.76%
HSB/HSV 238° 44.26% 92.16%
CMYK 44.26% 42.55% 0.00%
7.84%

Color #8387EB in popluar number systems.

HEX 83 87 EB
Decimal 131 135 235
Binary 10000011 10000111 11101011
Octal 203 207 353

Shades and tints

Shades of #8387EB

#8387EB
(131,135,235)
#787BD6
(120,123,214)
#6D6FC1
(109,111,193)
#6263AC
(98,99,172)
#575797
(87,87,151)
#4C4B82
(76,75,130)
#413F6D
(65,63,109)
#363358
(54,51,88)
#2B2743
(43,39,67)
#201B2E
(32,27,46)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #8387EB

#8387EB
(131,135,235)
#8E91EC
(142,145,236)
#999BED
(153,155,237)
#A4A5EE
(164,165,238)
#AFAFEF
(175,175,239)
#BAB9F0
(186,185,240)
#C5C3F1
(197,195,241)
#D0CDF2
(208,205,242)
#DBD7F3
(219,215,243)
#E6E1F4
(230,225,244)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8387EB; }

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

This text font color is #8387EB.

Background Color

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

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

This div background color is #8387EB.

Border color

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

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

This div border color is #8387EB.

Opacity

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

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

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

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

This text has shadow with #8387EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8387EB.

Preview

Color preview on black background

This text has color #8387EB on black background.


Color preview on white background

This text has color #8387EB on white background.


Black color preview on #8387EB background

This text has black color on #8387EB background.


White color preview on #8387EB background

This text has white color on #8387EB background.


Related colors

Complementary color

Complementary color for #hex is #7C7814.


I love getcolorcode.com

Triadic colors

1 #EB8387 and #87EB83 with #8387EB are triadic colors.

2 #EB8783 and #8783EB with #8387EB are triadic colors.