COLOR #9090EC

HEX: #9090EC
RGB: (144,144,236)

Color info

#9090EC contains mainly blue color. Web safe color of #9090EC is #9999FF (or #99F).

RGB color model

#9090EC color RGB value is (144,144,236).

  • red value is 144;
  • green value is 144;
  • blue value is 236.
RGB:
(144,144,236)
(56%,56%,93%)

RGB channels and saturation

R 144 of 255 = 56%
G 144 of 255 = 56%
B 236 of 255 = 93%

144
144
236

R + G + B ~ 68%. #9090EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 144 + 236 = 524 (100%)
R 144 of 524 ~ 27.48%
G 144 of 524 ~ 27.48%
B 236 of 524 ~ 45.04%

%27.48
%27.48
%45.04

CMYK color model

#9090EC color CMYK value is (39,39,0,7).

  • cyan value is 38.98%
  • magenta value is 38.98%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(39,39,0,7)
C39M39Y0K7 
(39%,39%,0%,7%)
(0.39/0.39/0.00/0.07)	

CMYK percentages

%38.98
%38.98
%0
%7.45

Codes

Color #9090EC in popluar color models

9090EC
RGB144144236
HSL240°70.77%74.51%
HSB/HSV240°38.98%92.55%
CMYK38.98%38.98%0.00%
7.45%

Color #9090EC in popluar number systems.

HEX9090EC
Decimal144144236
Binary100100001001000011101100
Octal220220354

Shades and tints

Shades of #9090EC

#9090EC
(144,144,236)
#8383D7
(131,131,215)
#7676C2
(118,118,194)
#6969AD
(105,105,173)
#5C5C98
(92,92,152)
#4F4F83
(79,79,131)
#42426E
(66,66,110)
#353559
(53,53,89)
#282844
(40,40,68)
#1B1B2F
(27,27,47)
#0E0E1A
(14,14,26)
#000000
(0,0,0)

Tints of #9090EC

#9090EC
(144,144,236)
#9A9AED
(154,154,237)
#A4A4EE
(164,164,238)
#AEAEEF
(174,174,239)
#B8B8F0
(184,184,240)
#C2C2F1
(194,194,241)
#CCCCF2
(204,204,242)
#D6D6F3
(214,214,243)
#E0E0F4
(224,224,244)
#EAEAF5
(234,234,245)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9090EC color. Also use rgb(144,144,236) instead hex code.

Text Font Color

.myTextColor { color: #9090EC; }

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

This text font color is #9090EC.


Background Color

.myBgColor { background-color: #9090EC; }

<div style="background-color:#9090EC">Inner text</div>

This div background color is #9090EC.


Border color

.myBorderColor { border: 1px solid #9090EC; }

<div style="border:3px solid #9090EC">Div</div>

This div border color is #9090EC.


Opacity

.myOpacity80 { color: #9090EC; opacity: 0.8; }

<p style="color:#9090EC;opacity:0.8;">80%</p>

Text with #9090EC 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 #9090EC;}

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

This text has shadow with #9090EC color.

.textShadow {text-shadow: 3px 3px 1px #9090EC, 3px 3px 1px red;}

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

This text has shadow with #9090EC primary color and red secondary color.


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

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

This text has shadow with #9090EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9090EC on black background.


Color preview on white background

This text has color #9090EC on white background.



Black color preview on #9090EC background

This text has black color on #9090EC background.


White color preview on #9090EC background

This text has white color on #9090EC background.