COLOR #8589D0

HEX: #8589D0
RGB: (133,137,208)

Color info

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

RGB color model

#8589D0 color RGB value is (133,137,208).

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

RGB channels and saturation

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

133
137
208

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

Portions of RGB colors in percentages

R + G + B =
133 + 137 + 208 = 478 (100%)
R 133 of 478 ~ 27.82%
G 137 of 478 ~ 28.66%
B 208 of 478 ~ 43.51%

%27.82
%28.66
%43.51

CMYK color model

#8589D0 color CMYK value is (36,34,0,18).

  • cyan value is 36.06%
  • magenta value is 34.13%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(36,34,0,18)
C36M34Y0K18 
(36%,34%,0%,18%)
(0.36/0.34/0.00/0.18)	

CMYK percentages

%36.06
%34.13
%0
%18.43

Codes

Color #8589D0 in popluar color models

8589D0
RGB133137208
HSL237°44.38%66.86%
HSB/HSV237°36.06%81.57%
CMYK36.06%34.13%0.00%
18.43%

Color #8589D0 in popluar number systems.

HEX8589D0
Decimal133137208
Binary100001011000100111010000
Octal205211320

Shades and tints

Shades of #8589D0

#8589D0
(133,137,208)
#797DBE
(121,125,190)
#6D71AC
(109,113,172)
#61659A
(97,101,154)
#555988
(85,89,136)
#494D76
(73,77,118)
#3D4164
(61,65,100)
#313552
(49,53,82)
#252940
(37,41,64)
#191D2E
(25,29,46)
#0D111C
(13,17,28)
#000000
(0,0,0)

Tints of #8589D0

#8589D0
(133,137,208)
#9093D4
(144,147,212)
#9B9DD8
(155,157,216)
#A6A7DC
(166,167,220)
#B1B1E0
(177,177,224)
#BCBBE4
(188,187,228)
#C7C5E8
(199,197,232)
#D2CFEC
(210,207,236)
#DDD9F0
(221,217,240)
#E8E3F4
(232,227,244)
#F3EDF8
(243,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8589D0; }

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

This text font color is #8589D0.


Background Color

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

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

This div background color is #8589D0.


Border color

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

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

This div border color is #8589D0.


Opacity

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

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

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

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

This text has shadow with #8589D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8589D0 on black background.


Color preview on white background

This text has color #8589D0 on white background.



Black color preview on #8589D0 background

This text has black color on #8589D0 background.


White color preview on #8589D0 background

This text has white color on #8589D0 background.