COLOR #8595D2

HEX: #8595D2
RGB: (133,149,210)

Color info

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

RGB color model

#8595D2 color RGB value is (133,149,210).

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

RGB channels and saturation

R 133 of 255 = 52%
G 149 of 255 = 58%
B 210 of 255 = 82%

133
149
210

R + G + B ~ 64%. #8595D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 149 + 210 = 492 (100%)
R 133 of 492 ~ 27.03%
G 149 of 492 ~ 30.28%
B 210 of 492 ~ 42.68%

%27.03
%30.28
%42.68

CMYK color model

#8595D2 color CMYK value is (37,29,0,18).

  • cyan value is 36.67%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(37,29,0,18)
C37M29Y0K18 
(37%,29%,0%,18%)
(0.37/0.29/0.00/0.18)	

CMYK percentages

%36.67
%29.05
%0
%17.65

Codes

Color #8595D2 in popluar color models

8595D2
RGB133149210
HSL228°46.11%67.25%
HSB/HSV228°36.67%82.35%
CMYK36.67%29.05%0.00%
17.65%

Color #8595D2 in popluar number systems.

HEX8595D2
Decimal133149210
Binary100001011001010111010010
Octal205225322

Shades and tints

Shades of #8595D2

#8595D2
(133,149,210)
#7988BF
(121,136,191)
#6D7BAC
(109,123,172)
#616E99
(97,110,153)
#556186
(85,97,134)
#495473
(73,84,115)
#3D4760
(61,71,96)
#313A4D
(49,58,77)
#252D3A
(37,45,58)
#192027
(25,32,39)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #8595D2

#8595D2
(133,149,210)
#909ED6
(144,158,214)
#9BA7DA
(155,167,218)
#A6B0DE
(166,176,222)
#B1B9E2
(177,185,226)
#BCC2E6
(188,194,230)
#C7CBEA
(199,203,234)
#D2D4EE
(210,212,238)
#DDDDF2
(221,221,242)
#E8E6F6
(232,230,246)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8595D2; }

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

This text font color is #8595D2.


Background Color

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

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

This div background color is #8595D2.


Border color

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

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

This div border color is #8595D2.


Opacity

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

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

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

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

This text has shadow with #8595D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8595D2 on black background.


Color preview on white background

This text has color #8595D2 on white background.



Black color preview on #8595D2 background

This text has black color on #8595D2 background.


White color preview on #8595D2 background

This text has white color on #8595D2 background.