COLOR #8595DE

HEX: #8595DE
RGB: (133,149,222)

Color info

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

RGB color model

#8595DE color RGB value is (133,149,222).

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

RGB channels and saturation

R 133 of 255 = 52%
G 149 of 255 = 58%
B 222 of 255 = 87%

133
149
222

R + G + B ~ 66%. #8595DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 149 + 222 = 504 (100%)
R 133 of 504 ~ 26.39%
G 149 of 504 ~ 29.56%
B 222 of 504 ~ 44.05%

%26.39
%29.56
%44.05

CMYK color model

#8595DE color CMYK value is (40,33,0,13).

  • cyan value is 40.09%
  • magenta value is 32.88%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(40,33,0,13)
C40M33Y0K13 
(40%,33%,0%,13%)
(0.40/0.33/0.00/0.13)	

CMYK percentages

%40.09
%32.88
%0
%12.94

Codes

Color #8595DE in popluar color models

8595DE
RGB133149222
HSL229°57.42%69.61%
HSB/HSV229°40.09%87.06%
CMYK40.09%32.88%0.00%
12.94%

Color #8595DE in popluar number systems.

HEX8595DE
Decimal133149222
Binary100001011001010111011110
Octal205225336

Shades and tints

Shades of #8595DE

#8595DE
(133,149,222)
#7988CA
(121,136,202)
#6D7BB6
(109,123,182)
#616EA2
(97,110,162)
#55618E
(85,97,142)
#49547A
(73,84,122)
#3D4766
(61,71,102)
#313A52
(49,58,82)
#252D3E
(37,45,62)
#19202A
(25,32,42)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #8595DE

#8595DE
(133,149,222)
#909EE1
(144,158,225)
#9BA7E4
(155,167,228)
#A6B0E7
(166,176,231)
#B1B9EA
(177,185,234)
#BCC2ED
(188,194,237)
#C7CBF0
(199,203,240)
#D2D4F3
(210,212,243)
#DDDDF6
(221,221,246)
#E8E6F9
(232,230,249)
#F3EFFC
(243,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8595DE; }

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

This text font color is #8595DE.


Background Color

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

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

This div background color is #8595DE.


Border color

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

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

This div border color is #8595DE.


Opacity

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

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

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

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

This text has shadow with #8595DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8595DE on black background.


Color preview on white background

This text has color #8595DE on white background.



Black color preview on #8595DE background

This text has black color on #8595DE background.


White color preview on #8595DE background

This text has white color on #8595DE background.