COLOR #8590ED

HEX: #8590ED RGB: (133,144,237)

Color info

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

RGB color model

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

RGB: (133,144,237) (52%, 56%, 93%)

RGB channels and saturation

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

133
144
237

R + G + B ~ 67%. #8590ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 144 + 237 = 514 (100%)
R 133 of 514 ~ 25.88%
G 144 of 514 ~ 28.02%
B 237 of 514 ~ 46.11'%

%25.88
%28.02
%46.11

CMYK color model

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

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

CMYK percentages

%43.88
%39.24
%0
%7.06

Codes

Color #8590ED in popluar color models

85 90 ED
RGB 133 144 237
HSL 234° 74.29% 72.55%
HSB/HSV 234° 43.88% 92.94%
CMYK 43.88% 39.24% 0.00%
7.06%

Color #8590ED in popluar number systems.

HEX 85 90 ED
Decimal 133 144 237
Binary 10000101 10010000 11101101
Octal 205 220 355

Shades and tints

Shades of #8590ED

#8590ED
(133,144,237)
#7983D8
(121,131,216)
#6D76C3
(109,118,195)
#6169AE
(97,105,174)
#555C99
(85,92,153)
#494F84
(73,79,132)
#3D426F
(61,66,111)
#31355A
(49,53,90)
#252845
(37,40,69)
#191B30
(25,27,48)
#0D0E1B
(13,14,27)
#000000
(0,0,0)

Tints of #8590ED

#8590ED
(133,144,237)
#909AEE
(144,154,238)
#9BA4EF
(155,164,239)
#A6AEF0
(166,174,240)
#B1B8F1
(177,184,241)
#BCC2F2
(188,194,242)
#C7CCF3
(199,204,243)
#D2D6F4
(210,214,244)
#DDE0F5
(221,224,245)
#E8EAF6
(232,234,246)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8590ED; }

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

This text font color is #8590ED.

Background Color

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

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

This div background color is #8590ED.

Border color

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

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

This div border color is #8590ED.

Opacity

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

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

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

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

This text has shadow with #8590ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8590ED.

Preview

Color preview on black background

This text has color #8590ED on black background.


Color preview on white background

This text has color #8590ED on white background.


Black color preview on #8590ED background

This text has black color on #8590ED background.


White color preview on #8590ED background

This text has white color on #8590ED background.


Related colors

Complementary color

Complementary color for #hex is #7A6F12.


I love getcolorcode.com

Triadic colors

1 #ED8590 and #90ED85 with #8590ED are triadic colors.

2 #ED9085 and #9085ED with #8590ED are triadic colors.