COLOR #8395DA

HEX: #8395DA RGB: (131,149,218)

Color info

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

RGB color model

#8395DA color RGB value is (131,149,218).

RGB: (131,149,218) (51%, 58%, 85%)

RGB channels and saturation

R 131 of 255 = 51%
G 149 of 255 = 58%
B 218 of 255 = 85%

131
149
218

R + G + B ~ 65%. #8395DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 149 + 218 = 498 (100%)
R 131 of 498 ~ 26.31%
G 149 of 498 ~ 29.92%
B 218 of 498 ~ 43.78'%

%26.31
%29.92
%43.78

CMYK color model

#8395DA color CMYK value is (40,32,0,15).

  • cyan value is 39.91%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (40,32,0,15)
C40M32Y0K15 (40%, 32%, 0%, 15%)
(0.40 / 0.32 / 0.00 / 0.15)

CMYK percentages

%39.91
%31.65
%0
%14.51

Codes

Color #8395DA in popluar color models

83 95 DA
RGB 131 149 218
HSL 228° 54.04% 68.43%
HSB/HSV 228° 39.91% 85.49%
CMYK 39.91% 31.65% 0.00%
14.51%

Color #8395DA in popluar number systems.

HEX 83 95 DA
Decimal 131 149 218
Binary 10000011 10010101 11011010
Octal 203 225 332

Shades and tints

Shades of #8395DA

#8395DA
(131,149,218)
#7888C7
(120,136,199)
#6D7BB4
(109,123,180)
#626EA1
(98,110,161)
#57618E
(87,97,142)
#4C547B
(76,84,123)
#414768
(65,71,104)
#363A55
(54,58,85)
#2B2D42
(43,45,66)
#20202F
(32,32,47)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #8395DA

#8395DA
(131,149,218)
#8E9EDD
(142,158,221)
#99A7E0
(153,167,224)
#A4B0E3
(164,176,227)
#AFB9E6
(175,185,230)
#BAC2E9
(186,194,233)
#C5CBEC
(197,203,236)
#D0D4EF
(208,212,239)
#DBDDF2
(219,221,242)
#E6E6F5
(230,230,245)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8395DA color. Also use rgb(131,149,218) instead hex code.

Text Font Color

.myTextColor { color: #8395DA; }

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

This text font color is #8395DA.

Background Color

.myBgColor { background-color: #8395DA; }

<div style="background-color:#8395DA">Inner text</div>

This div background color is #8395DA.

Border color

.myBorderColor { border: 1px solid #8395DA; }

<div style="border:3px solid #8395DA">Div</div>

This div border color is #8395DA.

Opacity

.myOpacity80 { color: #8395DA; opacity: 0.8; }

<p style="color:#8395DA;opacity:0.8;">80%</p>

Text with #8395DA 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 #8395DA;}

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

This text has shadow with #8395DA color.


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

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

This text has shadow with #8395DA primary color and red secondary color.


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

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

This text has shadow with #8395DA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8395DA.

Preview

Color preview on black background

This text has color #8395DA on black background.


Color preview on white background

This text has color #8395DA on white background.


Black color preview on #8395DA background

This text has black color on #8395DA background.


White color preview on #8395DA background

This text has white color on #8395DA background.


Related colors

Complementary color

Complementary color for #hex is #7C6A25.


I love getcolorcode.com

Triadic colors

1 #DA8395 and #95DA83 with #8395DA are triadic colors.

2 #DA9583 and #9583DA with #8395DA are triadic colors.