COLOR #9090E5

HEX: #9090E5
RGB: (144,144,229)

Color info

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

RGB color model

#9090E5 color RGB value is (144,144,229).

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

RGB channels and saturation

R 144 of 255 = 56%
G 144 of 255 = 56%
B 229 of 255 = 90%

144
144
229

R + G + B ~ 67%. #9090E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 144 + 229 = 517 (100%)
R 144 of 517 ~ 27.85%
G 144 of 517 ~ 27.85%
B 229 of 517 ~ 44.29%

%27.85
%27.85
%44.29

CMYK color model

#9090E5 color CMYK value is (37,37,0,10).

  • cyan value is 37.12%
  • magenta value is 37.12%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(37,37,0,10)
C37M37Y0K10 
(37%,37%,0%,10%)
(0.37/0.37/0.00/0.10)	

CMYK percentages

%37.12
%37.12
%0
%10.2

Codes

Color #9090E5 in popluar color models

9090E5
RGB144144229
HSL240°62.04%73.14%
HSB/HSV240°37.12%89.80%
CMYK37.12%37.12%0.00%
10.20%

Color #9090E5 in popluar number systems.

HEX9090E5
Decimal144144229
Binary100100001001000011100101
Octal220220345

Shades and tints

Shades of #9090E5

#9090E5
(144,144,229)
#8383D1
(131,131,209)
#7676BD
(118,118,189)
#6969A9
(105,105,169)
#5C5C95
(92,92,149)
#4F4F81
(79,79,129)
#42426D
(66,66,109)
#353559
(53,53,89)
#282845
(40,40,69)
#1B1B31
(27,27,49)
#0E0E1D
(14,14,29)
#000000
(0,0,0)

Tints of #9090E5

#9090E5
(144,144,229)
#9A9AE7
(154,154,231)
#A4A4E9
(164,164,233)
#AEAEEB
(174,174,235)
#B8B8ED
(184,184,237)
#C2C2EF
(194,194,239)
#CCCCF1
(204,204,241)
#D6D6F3
(214,214,243)
#E0E0F5
(224,224,245)
#EAEAF7
(234,234,247)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9090E5; }

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

This text font color is #9090E5.


Background Color

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

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

This div background color is #9090E5.


Border color

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

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

This div border color is #9090E5.


Opacity

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

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

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

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

This text has shadow with #9090E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9090E5 on black background.


Color preview on white background

This text has color #9090E5 on white background.



Black color preview on #9090E5 background

This text has black color on #9090E5 background.


White color preview on #9090E5 background

This text has white color on #9090E5 background.