COLOR #8589D2

HEX: #8589D2
RGB: (133,137,210)

Color info

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

RGB color model

#8589D2 color RGB value is (133,137,210).

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

RGB channels and saturation

R 133 of 255 = 52%
G 137 of 255 = 54%
B 210 of 255 = 82%

133
137
210

R + G + B ~ 63%. #8589D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 137 + 210 = 480 (100%)
R 133 of 480 ~ 27.71%
G 137 of 480 ~ 28.54%
B 210 of 480 ~ 43.75%

%27.71
%28.54
%43.75

CMYK color model

#8589D2 color CMYK value is (37,35,0,18).

  • cyan value is 36.67%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(37,35,0,18)
C37M35Y0K18 
(37%,35%,0%,18%)
(0.37/0.35/0.00/0.18)	

CMYK percentages

%36.67
%34.76
%0
%17.65

Codes

Color #8589D2 in popluar color models

8589D2
RGB133137210
HSL237°46.11%67.25%
HSB/HSV237°36.67%82.35%
CMYK36.67%34.76%0.00%
17.65%

Color #8589D2 in popluar number systems.

HEX8589D2
Decimal133137210
Binary100001011000100111010010
Octal205211322

Shades and tints

Shades of #8589D2

#8589D2
(133,137,210)
#797DBF
(121,125,191)
#6D71AC
(109,113,172)
#616599
(97,101,153)
#555986
(85,89,134)
#494D73
(73,77,115)
#3D4160
(61,65,96)
#31354D
(49,53,77)
#25293A
(37,41,58)
#191D27
(25,29,39)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #8589D2

#8589D2
(133,137,210)
#9093D6
(144,147,214)
#9B9DDA
(155,157,218)
#A6A7DE
(166,167,222)
#B1B1E2
(177,177,226)
#BCBBE6
(188,187,230)
#C7C5EA
(199,197,234)
#D2CFEE
(210,207,238)
#DDD9F2
(221,217,242)
#E8E3F6
(232,227,246)
#F3EDFA
(243,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8589D2; }

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

This text font color is #8589D2.


Background Color

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

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

This div background color is #8589D2.


Border color

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

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

This div border color is #8589D2.


Opacity

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

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

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

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

This text has shadow with #8589D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8589D2 on black background.


Color preview on white background

This text has color #8589D2 on white background.



Black color preview on #8589D2 background

This text has black color on #8589D2 background.


White color preview on #8589D2 background

This text has white color on #8589D2 background.