COLOR #8593ED

HEX: #8593ED
RGB: (133,147,237)

Color info

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

RGB color model

#8593ED color RGB value is (133,147,237).

  • red value is 133;
  • green value is 147;
  • blue value is 237.
RGB:
(133,147,237)
(52%,58%,93%)

RGB channels and saturation

R 133 of 255 = 52%
G 147 of 255 = 58%
B 237 of 255 = 93%

133
147
237

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

Portions of RGB colors in percentages

R + G + B =
133 + 147 + 237 = 517 (100%)
R 133 of 517 ~ 25.73%
G 147 of 517 ~ 28.43%
B 237 of 517 ~ 45.84%

%25.73
%28.43
%45.84

CMYK color model

#8593ED color CMYK value is (44,38,0,7).

  • cyan value is 43.88%
  • magenta value is 37.97%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(44,38,0,7)
C44M38Y0K7 
(44%,38%,0%,7%)
(0.44/0.38/0.00/0.07)	

CMYK percentages

%43.88
%37.97
%0
%7.06

Codes

Color #8593ED in popluar color models

8593ED
RGB133147237
HSL232°74.29%72.55%
HSB/HSV232°43.88%92.94%
CMYK43.88%37.97%0.00%
7.06%

Color #8593ED in popluar number systems.

HEX8593ED
Decimal133147237
Binary100001011001001111101101
Octal205223355

Shades and tints

Shades of #8593ED

#8593ED
(133,147,237)
#7986D8
(121,134,216)
#6D79C3
(109,121,195)
#616CAE
(97,108,174)
#555F99
(85,95,153)
#495284
(73,82,132)
#3D456F
(61,69,111)
#31385A
(49,56,90)
#252B45
(37,43,69)
#191E30
(25,30,48)
#0D111B
(13,17,27)
#000000
(0,0,0)

Tints of #8593ED

#8593ED
(133,147,237)
#909CEE
(144,156,238)
#9BA5EF
(155,165,239)
#A6AEF0
(166,174,240)
#B1B7F1
(177,183,241)
#BCC0F2
(188,192,242)
#C7C9F3
(199,201,243)
#D2D2F4
(210,210,244)
#DDDBF5
(221,219,245)
#E8E4F6
(232,228,246)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8593ED; }

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

This text font color is #8593ED.


Background Color

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

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

This div background color is #8593ED.


Border color

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

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

This div border color is #8593ED.


Opacity

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

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

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

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

This text has shadow with #8593ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8593ED on black background.


Color preview on white background

This text has color #8593ED on white background.



Black color preview on #8593ED background

This text has black color on #8593ED background.


White color preview on #8593ED background

This text has white color on #8593ED background.