COLOR #8591DE

HEX: #8591DE
RGB: (133,145,222)

Color info

#8591DE contains mainly blue color. Web safe color of #8591DE is #9999CC (or #99C).

RGB color model

#8591DE color RGB value is (133,145,222).

  • red value is 133;
  • green value is 145;
  • blue value is 222.
RGB:
(133,145,222)
(52%,57%,87%)

RGB channels and saturation

R 133 of 255 = 52%
G 145 of 255 = 57%
B 222 of 255 = 87%

133
145
222

R + G + B ~ 65%. #8591DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 145 + 222 = 500 (100%)
R 133 of 500 ~ 26.6%
G 145 of 500 ~ 29%
B 222 of 500 ~ 44.4%

%26.6
%29
%44.4

CMYK color model

#8591DE color CMYK value is (40,35,0,13).

  • cyan value is 40.09%
  • magenta value is 34.68%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(40,35,0,13)
C40M35Y0K13 
(40%,35%,0%,13%)
(0.40/0.35/0.00/0.13)	

CMYK percentages

%40.09
%34.68
%0
%12.94

Codes

Color #8591DE in popluar color models

8591DE
RGB133145222
HSL232°57.42%69.61%
HSB/HSV232°40.09%87.06%
CMYK40.09%34.68%0.00%
12.94%

Color #8591DE in popluar number systems.

HEX8591DE
Decimal133145222
Binary100001011001000111011110
Octal205221336

Shades and tints

Shades of #8591DE

#8591DE
(133,145,222)
#7984CA
(121,132,202)
#6D77B6
(109,119,182)
#616AA2
(97,106,162)
#555D8E
(85,93,142)
#49507A
(73,80,122)
#3D4366
(61,67,102)
#313652
(49,54,82)
#25293E
(37,41,62)
#191C2A
(25,28,42)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #8591DE

#8591DE
(133,145,222)
#909BE1
(144,155,225)
#9BA5E4
(155,165,228)
#A6AFE7
(166,175,231)
#B1B9EA
(177,185,234)
#BCC3ED
(188,195,237)
#C7CDF0
(199,205,240)
#D2D7F3
(210,215,243)
#DDE1F6
(221,225,246)
#E8EBF9
(232,235,249)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8591DE color. Also use rgb(133,145,222) instead hex code.

Text Font Color

.myTextColor { color: #8591DE; }

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

This text font color is #8591DE.


Background Color

.myBgColor { background-color: #8591DE; }

<div style="background-color:#8591DE">Inner text</div>

This div background color is #8591DE.


Border color

.myBorderColor { border: 1px solid #8591DE; }

<div style="border:3px solid #8591DE">Div</div>

This div border color is #8591DE.


Opacity

.myOpacity80 { color: #8591DE; opacity: 0.8; }

<p style="color:#8591DE;opacity:0.8;">80%</p>

Text with #8591DE 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 #8591DE;}

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

This text has shadow with #8591DE color.

.textShadow {text-shadow: 3px 3px 1px #8591DE, 3px 3px 1px red;}

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

This text has shadow with #8591DE primary color and red secondary color.


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

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

This text has shadow with #8591DE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8591DE on black background.


Color preview on white background

This text has color #8591DE on white background.



Black color preview on #8591DE background

This text has black color on #8591DE background.


White color preview on #8591DE background

This text has white color on #8591DE background.