COLOR #8392DA

HEX: #8392DA
RGB: (131,146,218)

Color info

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

RGB color model

#8392DA color RGB value is (131,146,218).

  • red value is 131;
  • green value is 146;
  • blue value is 218.
RGB:
(131,146,218)
(51%,57%,85%)

RGB channels and saturation

R 131 of 255 = 51%
G 146 of 255 = 57%
B 218 of 255 = 85%

131
146
218

R + G + B ~ 64%. #8392DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 146 + 218 = 495 (100%)
R 131 of 495 ~ 26.46%
G 146 of 495 ~ 29.49%
B 218 of 495 ~ 44.04%

%26.46
%29.49
%44.04

CMYK color model

#8392DA color CMYK value is (40,33,0,15).

  • cyan value is 39.91%
  • magenta value is 33.03%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(40,33,0,15)
C40M33Y0K15 
(40%,33%,0%,15%)
(0.40/0.33/0.00/0.15)	

CMYK percentages

%39.91
%33.03
%0
%14.51

Codes

Color #8392DA in popluar color models

8392DA
RGB131146218
HSL230°54.04%68.43%
HSB/HSV230°39.91%85.49%
CMYK39.91%33.03%0.00%
14.51%

Color #8392DA in popluar number systems.

HEX8392DA
Decimal131146218
Binary100000111001001011011010
Octal203222332

Shades and tints

Shades of #8392DA

#8392DA
(131,146,218)
#7885C7
(120,133,199)
#6D78B4
(109,120,180)
#626BA1
(98,107,161)
#575E8E
(87,94,142)
#4C517B
(76,81,123)
#414468
(65,68,104)
#363755
(54,55,85)
#2B2A42
(43,42,66)
#201D2F
(32,29,47)
#15101C
(21,16,28)
#000000
(0,0,0)

Tints of #8392DA

#8392DA
(131,146,218)
#8E9BDD
(142,155,221)
#99A4E0
(153,164,224)
#A4ADE3
(164,173,227)
#AFB6E6
(175,182,230)
#BABFE9
(186,191,233)
#C5C8EC
(197,200,236)
#D0D1EF
(208,209,239)
#DBDAF2
(219,218,242)
#E6E3F5
(230,227,245)
#F1ECF8
(241,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8392DA; }

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

This text font color is #8392DA.


Background Color

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

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

This div background color is #8392DA.


Border color

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

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

This div border color is #8392DA.


Opacity

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

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

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

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

This text has shadow with #8392DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8392DA on black background.


Color preview on white background

This text has color #8392DA on white background.



Black color preview on #8392DA background

This text has black color on #8392DA background.


White color preview on #8392DA background

This text has white color on #8392DA background.