COLOR #8385DC

HEX: #8385DC RGB: (131,133,220)

Color info

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

RGB color model

#8385DC color RGB value is (131,133,220).

RGB: (131,133,220) (51%, 52%, 86%)

RGB channels and saturation

R 131 of 255 = 51%
G 133 of 255 = 52%
B 220 of 255 = 86%

131
133
220

R + G + B ~ 63%. #8385DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 133 + 220 = 484 (100%)
R 131 of 484 ~ 27.07%
G 133 of 484 ~ 27.48%
B 220 of 484 ~ 45.45'%

%27.07
%27.48
%45.45

CMYK color model

#8385DC color CMYK value is (40,40,0,14).

  • cyan value is 40.45%
  • magenta value is 39.55%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (40,40,0,14)
C40M40Y0K14 (40%, 40%, 0%, 14%)
(0.40 / 0.40 / 0.00 / 0.14)

CMYK percentages

%40.45
%39.55
%0
%13.73

Codes

Color #8385DC in popluar color models

83 85 DC
RGB 131 133 220
HSL 239° 55.97% 68.82%
HSB/HSV 239° 40.45% 86.27%
CMYK 40.45% 39.55% 0.00%
13.73%

Color #8385DC in popluar number systems.

HEX 83 85 DC
Decimal 131 133 220
Binary 10000011 10000101 11011100
Octal 203 205 334

Shades and tints

Shades of #8385DC

#8385DC
(131,133,220)
#7879C8
(120,121,200)
#6D6DB4
(109,109,180)
#6261A0
(98,97,160)
#57558C
(87,85,140)
#4C4978
(76,73,120)
#413D64
(65,61,100)
#363150
(54,49,80)
#2B253C
(43,37,60)
#201928
(32,25,40)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #8385DC

#8385DC
(131,133,220)
#8E90DF
(142,144,223)
#999BE2
(153,155,226)
#A4A6E5
(164,166,229)
#AFB1E8
(175,177,232)
#BABCEB
(186,188,235)
#C5C7EE
(197,199,238)
#D0D2F1
(208,210,241)
#DBDDF4
(219,221,244)
#E6E8F7
(230,232,247)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8385DC color. Also use rgb(131,133,220) instead hex code.

Text Font Color

.myTextColor { color: #8385DC; }

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

This text font color is #8385DC.

Background Color

.myBgColor { background-color: #8385DC; }

<div style="background-color:#8385DC">Inner text</div>

This div background color is #8385DC.

Border color

.myBorderColor { border: 1px solid #8385DC; }

<div style="border:3px solid #8385DC">Div</div>

This div border color is #8385DC.

Opacity

.myOpacity80 { color: #8385DC; opacity: 0.8; }

<p style="color:#8385DC;opacity:0.8;">80%</p>

Text with #8385DC 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 #8385DC;}

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

This text has shadow with #8385DC color.


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

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

This text has shadow with #8385DC primary color and red secondary color.


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

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

This text has shadow with #8385DC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8385DC.

Preview

Color preview on black background

This text has color #8385DC on black background.


Color preview on white background

This text has color #8385DC on white background.


Black color preview on #8385DC background

This text has black color on #8385DC background.


White color preview on #8385DC background

This text has white color on #8385DC background.


Related colors

Complementary color

Complementary color for #hex is #7C7A23.


I love getcolorcode.com

Triadic colors

1 #DC8385 and #85DC83 with #8385DC are triadic colors.

2 #DC8583 and #8583DC with #8385DC are triadic colors.