COLOR #9090EE

HEX: #9090EE
RGB: (144,144,238)

Color info

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

RGB color model

#9090EE color RGB value is (144,144,238).

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

RGB channels and saturation

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

144
144
238

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

Portions of RGB colors in percentages

R + G + B =
144 + 144 + 238 = 526 (100%)
R 144 of 526 ~ 27.38%
G 144 of 526 ~ 27.38%
B 238 of 526 ~ 45.25%

%27.38
%27.38
%45.25

CMYK color model

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

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

CMYK percentages

%39.5
%39.5
%0
%6.67

Codes

Color #9090EE in popluar color models

9090EE
RGB144144238
HSL240°73.44%74.90%
HSB/HSV240°39.50%93.33%
CMYK39.50%39.50%0.00%
6.67%

Color #9090EE in popluar number systems.

HEX9090EE
Decimal144144238
Binary100100001001000011101110
Octal220220356

Shades and tints

Shades of #9090EE

#9090EE
(144,144,238)
#8383D9
(131,131,217)
#7676C4
(118,118,196)
#6969AF
(105,105,175)
#5C5C9A
(92,92,154)
#4F4F85
(79,79,133)
#424270
(66,66,112)
#35355B
(53,53,91)
#282846
(40,40,70)
#1B1B31
(27,27,49)
#0E0E1C
(14,14,28)
#000000
(0,0,0)

Tints of #9090EE

#9090EE
(144,144,238)
#9A9AEF
(154,154,239)
#A4A4F0
(164,164,240)
#AEAEF1
(174,174,241)
#B8B8F2
(184,184,242)
#C2C2F3
(194,194,243)
#CCCCF4
(204,204,244)
#D6D6F5
(214,214,245)
#E0E0F6
(224,224,246)
#EAEAF7
(234,234,247)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9090EE; }

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

This text font color is #9090EE.


Background Color

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

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

This div background color is #9090EE.


Border color

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

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

This div border color is #9090EE.


Opacity

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

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

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

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

This text has shadow with #9090EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9090EE on black background.


Color preview on white background

This text has color #9090EE on white background.



Black color preview on #9090EE background

This text has black color on #9090EE background.


White color preview on #9090EE background

This text has white color on #9090EE background.