COLOR #9490DC

HEX: #9490DC RGB: (148,144,220)

Color info

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

RGB color model

#9490DC color RGB value is (148,144,220).

RGB: (148,144,220) (58%, 56%, 86%)

RGB channels and saturation

R 148 of 255 = 58%
G 144 of 255 = 56%
B 220 of 255 = 86%

148
144
220

R + G + B ~ 67%. #9490DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 144 + 220 = 512 (100%)
R 148 of 512 ~ 28.91%
G 144 of 512 ~ 28.13%
B 220 of 512 ~ 42.97'%

%28.91
%28.13
%42.97

CMYK color model

#9490DC color CMYK value is (33,35,0,14).

  • cyan value is 32.73%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (33,35,0,14) C33M35Y0K14 (33%,35%,0%,14%) (0.33/0.35/0.00/0.14) 

CMYK percentages

%32.73
%34.55
%0
%13.73

Codes

Color #9490DC in popluar color models

94 90 DC
RGB 148 144 220
HSL 243° 52.05% 71.37%
HSB/HSV 243° 34.55% 86.27%
CMYK 32.73% 34.55% 0.00%
13.73%

Color #9490DC in popluar number systems.

HEX 94 90 DC
Decimal 148 144 220
Binary 10010100 10010000 11011100
Octal 224 220 334

Shades and tints

Shades of #9490DC

#9490DC
(148,144,220)
#8783C8
(135,131,200)
#7A76B4
(122,118,180)
#6D69A0
(109,105,160)
#605C8C
(96,92,140)
#534F78
(83,79,120)
#464264
(70,66,100)
#393550
(57,53,80)
#2C283C
(44,40,60)
#1F1B28
(31,27,40)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #9490DC

#9490DC
(148,144,220)
#9D9ADF
(157,154,223)
#A6A4E2
(166,164,226)
#AFAEE5
(175,174,229)
#B8B8E8
(184,184,232)
#C1C2EB
(193,194,235)
#CACCEE
(202,204,238)
#D3D6F1
(211,214,241)
#DCE0F4
(220,224,244)
#E5EAF7
(229,234,247)
#EEF4FA
(238,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9490DC; }

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

This text font color is #9490DC.

Background Color

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

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

This div background color is #9490DC.

Border color

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

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

This div border color is #9490DC.

Opacity

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

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

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

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

This text has shadow with #9490DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9490DC.

Preview

Color preview on black background

This text has color #9490DC on black background.


Color preview on white background

This text has color #9490DC on white background.


Black color preview on #9490DC background

This text has black color on #9490DC background.


White color preview on #9490DC background

This text has white color on #9490DC background.


Related colors

Complementary color

Complementary color for #hex is #6B6F23.


I love getcolorcode.com

Triadic colors

1 #DC9490 and #90DC94 with #9490DC are triadic colors.

2 #DC9094 and #9094DC with #9490DC are triadic colors.