COLOR #9093EE

HEX: #9093EE RGB: (144,147,238)

Color info

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

RGB color model

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

RGB: (144,147,238) (56%, 58%, 93%)

RGB channels and saturation

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

144
147
238

R + G + B ~ 69%. #9093EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 147 + 238 = 529 (100%)
R 144 of 529 ~ 27.22%
G 147 of 529 ~ 27.79%
B 238 of 529 ~ 44.99'%

%27.22
%27.79
%44.99

CMYK color model

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

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

CMYK percentages

%39.5
%38.24
%0
%6.67

Codes

Color #9093EE in popluar color models

90 93 EE
RGB 144 147 238
HSL 238° 73.44% 74.90%
HSB/HSV 238° 39.50% 93.33%
CMYK 39.50% 38.24% 0.00%
6.67%

Color #9093EE in popluar number systems.

HEX 90 93 EE
Decimal 144 147 238
Binary 10010000 10010011 11101110
Octal 220 223 356

Shades and tints

Shades of #9093EE

#9093EE
(144,147,238)
#8386D9
(131,134,217)
#7679C4
(118,121,196)
#696CAF
(105,108,175)
#5C5F9A
(92,95,154)
#4F5285
(79,82,133)
#424570
(66,69,112)
#35385B
(53,56,91)
#282B46
(40,43,70)
#1B1E31
(27,30,49)
#0E111C
(14,17,28)
#000000
(0,0,0)

Tints of #9093EE

#9093EE
(144,147,238)
#9A9CEF
(154,156,239)
#A4A5F0
(164,165,240)
#AEAEF1
(174,174,241)
#B8B7F2
(184,183,242)
#C2C0F3
(194,192,243)
#CCC9F4
(204,201,244)
#D6D2F5
(214,210,245)
#E0DBF6
(224,219,246)
#EAE4F7
(234,228,247)
#F4EDF8
(244,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9093EE; }

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

This text font color is #9093EE.

Background Color

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

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

This div background color is #9093EE.

Border color

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

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

This div border color is #9093EE.

Opacity

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

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

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

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

This text has shadow with #9093EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9093EE.

Preview

Color preview on black background

This text has color #9093EE on black background.


Color preview on white background

This text has color #9093EE on white background.


Black color preview on #9093EE background

This text has black color on #9093EE background.


White color preview on #9093EE background

This text has white color on #9093EE background.


Related colors

Complementary color

Complementary color for #hex is #6F6C11.


I love getcolorcode.com

Triadic colors

1 #EE9093 and #93EE90 with #9093EE are triadic colors.

2 #EE9390 and #9390EE with #9093EE are triadic colors.