COLOR #8587BD

HEX: #8587BD
RGB: (133,135,189)

Color info

#8587BD contains red, green and blue colors in about the same proportion. Web safe color of #8587BD is #9999CC (or #99C).

RGB color model

#8587BD color RGB value is (133,135,189).

  • red value is 133;
  • green value is 135;
  • blue value is 189.
RGB:
(133,135,189)
(52%,53%,74%)

RGB channels and saturation

R 133 of 255 = 52%
G 135 of 255 = 53%
B 189 of 255 = 74%

133
135
189

R + G + B ~ 60%. #8587BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 135 + 189 = 457 (100%)
R 133 of 457 ~ 29.1%
G 135 of 457 ~ 29.54%
B 189 of 457 ~ 41.36%

%29.1
%29.54
%41.36

CMYK color model

#8587BD color CMYK value is (30,29,0,26).

  • cyan value is 29.63%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(30,29,0,26)
C30M29Y0K26 
(30%,29%,0%,26%)
(0.30/0.29/0.00/0.26)	

CMYK percentages

%29.63
%28.57
%0
%25.88

Codes

Color #8587BD in popluar color models

8587BD
RGB133135189
HSL238°29.79%63.14%
HSB/HSV238°29.63%74.12%
CMYK29.63%28.57%0.00%
25.88%

Color #8587BD in popluar number systems.

HEX8587BD
Decimal133135189
Binary100001011000011110111101
Octal205207275

Shades and tints

Shades of #8587BD

#8587BD
(133,135,189)
#797BAC
(121,123,172)
#6D6F9B
(109,111,155)
#61638A
(97,99,138)
#555779
(85,87,121)
#494B68
(73,75,104)
#3D3F57
(61,63,87)
#313346
(49,51,70)
#252735
(37,39,53)
#191B24
(25,27,36)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #8587BD

#8587BD
(133,135,189)
#9091C3
(144,145,195)
#9B9BC9
(155,155,201)
#A6A5CF
(166,165,207)
#B1AFD5
(177,175,213)
#BCB9DB
(188,185,219)
#C7C3E1
(199,195,225)
#D2CDE7
(210,205,231)
#DDD7ED
(221,215,237)
#E8E1F3
(232,225,243)
#F3EBF9
(243,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8587BD color. Also use rgb(133,135,189) instead hex code.

Text Font Color

.myTextColor { color: #8587BD; }

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

This text font color is #8587BD.


Background Color

.myBgColor { background-color: #8587BD; }

<div style="background-color:#8587BD">Inner text</div>

This div background color is #8587BD.


Border color

.myBorderColor { border: 1px solid #8587BD; }

<div style="border:3px solid #8587BD">Div</div>

This div border color is #8587BD.


Opacity

.myOpacity80 { color: #8587BD; opacity: 0.8; }

<p style="color:#8587BD;opacity:0.8;">80%</p>

Text with #8587BD 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 #8587BD;}

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

This text has shadow with #8587BD color.

.textShadow {text-shadow: 3px 3px 1px #8587BD, 3px 3px 1px red;}

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

This text has shadow with #8587BD primary color and red secondary color.


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

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

This text has shadow with #8587BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8587BD on black background.


Color preview on white background

This text has color #8587BD on white background.



Black color preview on #8587BD background

This text has black color on #8587BD background.


White color preview on #8587BD background

This text has white color on #8587BD background.