COLOR #8586BD

HEX: #8586BD
RGB: (133,134,189)

Color info

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

RGB color model

#8586BD color RGB value is (133,134,189).

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

RGB channels and saturation

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

133
134
189

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

Portions of RGB colors in percentages

R + G + B =
133 + 134 + 189 = 456 (100%)
R 133 of 456 ~ 29.17%
G 134 of 456 ~ 29.39%
B 189 of 456 ~ 41.45%

%29.17
%29.39
%41.45

CMYK color model

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

  • cyan value is 29.63%
  • magenta value is 29.10%
  • 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
%29.1
%0
%25.88

Codes

Color #8586BD in popluar color models

8586BD
RGB133134189
HSL239°29.79%63.14%
HSB/HSV239°29.63%74.12%
CMYK29.63%29.10%0.00%
25.88%

Color #8586BD in popluar number systems.

HEX8586BD
Decimal133134189
Binary100001011000011010111101
Octal205206275

Shades and tints

Shades of #8586BD

#8586BD
(133,134,189)
#797AAC
(121,122,172)
#6D6E9B
(109,110,155)
#61628A
(97,98,138)
#555679
(85,86,121)
#494A68
(73,74,104)
#3D3E57
(61,62,87)
#313246
(49,50,70)
#252635
(37,38,53)
#191A24
(25,26,36)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #8586BD

#8586BD
(133,134,189)
#9091C3
(144,145,195)
#9B9CC9
(155,156,201)
#A6A7CF
(166,167,207)
#B1B2D5
(177,178,213)
#BCBDDB
(188,189,219)
#C7C8E1
(199,200,225)
#D2D3E7
(210,211,231)
#DDDEED
(221,222,237)
#E8E9F3
(232,233,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8586BD; }

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

This text font color is #8586BD.


Background Color

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

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

This div background color is #8586BD.


Border color

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

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

This div border color is #8586BD.


Opacity

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

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

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

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

This text has shadow with #8586BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8586BD on black background.


Color preview on white background

This text has color #8586BD on white background.



Black color preview on #8586BD background

This text has black color on #8586BD background.


White color preview on #8586BD background

This text has white color on #8586BD background.