COLOR #8459DC

HEX: #8459DC
RGB: (132,89,220)

Color info

#8459DC contains mainly blue color. Web safe color of #8459DC is #9966CC (or #96C).

RGB color model

#8459DC color RGB value is (132,89,220).

  • red value is 132;
  • green value is 89;
  • blue value is 220.
RGB:
(132,89,220)
(52%,35%,86%)

RGB channels and saturation

R 132 of 255 = 52%
G 89 of 255 = 35%
B 220 of 255 = 86%

132
89
220

R + G + B ~ 58%. #8459DC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 89 + 220 = 441 (100%)
R 132 of 441 ~ 29.93%
G 89 of 441 ~ 20.18%
B 220 of 441 ~ 49.89%

%29.93
%20.18
%49.89

CMYK color model

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

  • cyan value is 40.00%
  • magenta value is 59.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(40,60,0,14)
C40M60Y0K14 
(40%,60%,0%,14%)
(0.40/0.60/0.00/0.14)	

CMYK percentages

%40
%59.55
%0
%13.73

Codes

Color #8459DC in popluar color models

8459DC
RGB13289220
HSL260°65.17%60.59%
HSB/HSV260°59.55%86.27%
CMYK40.00%59.55%0.00%
13.73%

Color #8459DC in popluar number systems.

HEX8459DC
Decimal13289220
Binary10000100101100111011100
Octal204131334

Shades and tints

Shades of #8459DC

#8459DC
(132,89,220)
#7851C8
(120,81,200)
#6C49B4
(108,73,180)
#6041A0
(96,65,160)
#54398C
(84,57,140)
#483178
(72,49,120)
#3C2964
(60,41,100)
#302150
(48,33,80)
#24193C
(36,25,60)
#181128
(24,17,40)
#0C0914
(12,9,20)
#000000
(0,0,0)

Tints of #8459DC

#8459DC
(132,89,220)
#8F68DF
(143,104,223)
#9A77E2
(154,119,226)
#A586E5
(165,134,229)
#B095E8
(176,149,232)
#BBA4EB
(187,164,235)
#C6B3EE
(198,179,238)
#D1C2F1
(209,194,241)
#DCD1F4
(220,209,244)
#E7E0F7
(231,224,247)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8459DC color. Also use rgb(132,89,220) instead hex code.

Text Font Color

.myTextColor { color: #8459DC; }

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

This text font color is #8459DC.


Background Color

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

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

This div background color is #8459DC.


Border color

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

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

This div border color is #8459DC.


Opacity

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

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

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

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

This text has shadow with #8459DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8459DC on black background.


Color preview on white background

This text has color #8459DC on white background.



Black color preview on #8459DC background

This text has black color on #8459DC background.


White color preview on #8459DC background

This text has white color on #8459DC background.