COLOR #9090ED

HEX: #9090ED
RGB: (144,144,237)

Color info

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

RGB color model

#9090ED color RGB value is (144,144,237).

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

RGB channels and saturation

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

144
144
237

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

Portions of RGB colors in percentages

R + G + B =
144 + 144 + 237 = 525 (100%)
R 144 of 525 ~ 27.43%
G 144 of 525 ~ 27.43%
B 237 of 525 ~ 45.14%

%27.43
%27.43
%45.14

CMYK color model

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

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

CMYK percentages

%39.24
%39.24
%0
%7.06

Codes

Color #9090ED in popluar color models

9090ED
RGB144144237
HSL240°72.09%74.71%
HSB/HSV240°39.24%92.94%
CMYK39.24%39.24%0.00%
7.06%

Color #9090ED in popluar number systems.

HEX9090ED
Decimal144144237
Binary100100001001000011101101
Octal220220355

Shades and tints

Shades of #9090ED

#9090ED
(144,144,237)
#8383D8
(131,131,216)
#7676C3
(118,118,195)
#6969AE
(105,105,174)
#5C5C99
(92,92,153)
#4F4F84
(79,79,132)
#42426F
(66,66,111)
#35355A
(53,53,90)
#282845
(40,40,69)
#1B1B30
(27,27,48)
#0E0E1B
(14,14,27)
#000000
(0,0,0)

Tints of #9090ED

#9090ED
(144,144,237)
#9A9AEE
(154,154,238)
#A4A4EF
(164,164,239)
#AEAEF0
(174,174,240)
#B8B8F1
(184,184,241)
#C2C2F2
(194,194,242)
#CCCCF3
(204,204,243)
#D6D6F4
(214,214,244)
#E0E0F5
(224,224,245)
#EAEAF6
(234,234,246)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9090ED; }

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

This text font color is #9090ED.


Background Color

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

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

This div background color is #9090ED.


Border color

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

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

This div border color is #9090ED.


Opacity

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

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

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

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

This text has shadow with #9090ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9090ED on black background.


Color preview on white background

This text has color #9090ED on white background.



Black color preview on #9090ED background

This text has black color on #9090ED background.


White color preview on #9090ED background

This text has white color on #9090ED background.