COLOR #8490DC

HEX: #8490DC
RGB: (132,144,220)

Color info

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

RGB color model

#8490DC color RGB value is (132,144,220).

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

RGB channels and saturation

R 132 of 255 = 52%
G 144 of 255 = 56%
B 220 of 255 = 86%

132
144
220

R + G + B ~ 65%. #8490DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 144 + 220 = 496 (100%)
R 132 of 496 ~ 26.61%
G 144 of 496 ~ 29.03%
B 220 of 496 ~ 44.35%

%26.61
%29.03
%44.35

CMYK color model

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

  • cyan value is 40.00%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(40,35,0,14)
C40M35Y0K14 
(40%,35%,0%,14%)
(0.40/0.35/0.00/0.14)	

CMYK percentages

%40
%34.55
%0
%13.73

Codes

Color #8490DC in popluar color models

8490DC
RGB132144220
HSL232°55.70%69.02%
HSB/HSV232°40.00%86.27%
CMYK40.00%34.55%0.00%
13.73%

Color #8490DC in popluar number systems.

HEX8490DC
Decimal132144220
Binary100001001001000011011100
Octal204220334

Shades and tints

Shades of #8490DC

#8490DC
(132,144,220)
#7883C8
(120,131,200)
#6C76B4
(108,118,180)
#6069A0
(96,105,160)
#545C8C
(84,92,140)
#484F78
(72,79,120)
#3C4264
(60,66,100)
#303550
(48,53,80)
#24283C
(36,40,60)
#181B28
(24,27,40)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #8490DC

#8490DC
(132,144,220)
#8F9ADF
(143,154,223)
#9AA4E2
(154,164,226)
#A5AEE5
(165,174,229)
#B0B8E8
(176,184,232)
#BBC2EB
(187,194,235)
#C6CCEE
(198,204,238)
#D1D6F1
(209,214,241)
#DCE0F4
(220,224,244)
#E7EAF7
(231,234,247)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8490DC; }

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

This text font color is #8490DC.


Background Color

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

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

This div background color is #8490DC.


Border color

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

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

This div border color is #8490DC.


Opacity

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

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

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

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

This text has shadow with #8490DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8490DC on black background.


Color preview on white background

This text has color #8490DC on white background.



Black color preview on #8490DC background

This text has black color on #8490DC background.


White color preview on #8490DC background

This text has white color on #8490DC background.