COLOR #8584CF

HEX: #8584CF
RGB: (133,132,207)

Color info

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

RGB color model

#8584CF color RGB value is (133,132,207).

  • red value is 133;
  • green value is 132;
  • blue value is 207.
RGB:
(133,132,207)
(52%,52%,81%)

RGB channels and saturation

R 133 of 255 = 52%
G 132 of 255 = 52%
B 207 of 255 = 81%

133
132
207

R + G + B ~ 62%. #8584CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 132 + 207 = 472 (100%)
R 133 of 472 ~ 28.18%
G 132 of 472 ~ 27.97%
B 207 of 472 ~ 43.86%

%28.18
%27.97
%43.86

CMYK color model

#8584CF color CMYK value is (36,36,0,19).

  • cyan value is 35.75%
  • magenta value is 36.23%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(36,36,0,19)
C36M36Y0K19 
(36%,36%,0%,19%)
(0.36/0.36/0.00/0.19)	

CMYK percentages

%35.75
%36.23
%0
%18.82

Codes

Color #8584CF in popluar color models

8584CF
RGB133132207
HSL241°43.86%66.47%
HSB/HSV241°36.23%81.18%
CMYK35.75%36.23%0.00%
18.82%

Color #8584CF in popluar number systems.

HEX8584CF
Decimal133132207
Binary100001011000010011001111
Octal205204317

Shades and tints

Shades of #8584CF

#8584CF
(133,132,207)
#7978BD
(121,120,189)
#6D6CAB
(109,108,171)
#616099
(97,96,153)
#555487
(85,84,135)
#494875
(73,72,117)
#3D3C63
(61,60,99)
#313051
(49,48,81)
#25243F
(37,36,63)
#19182D
(25,24,45)
#0D0C1B
(13,12,27)
#000000
(0,0,0)

Tints of #8584CF

#8584CF
(133,132,207)
#908FD3
(144,143,211)
#9B9AD7
(155,154,215)
#A6A5DB
(166,165,219)
#B1B0DF
(177,176,223)
#BCBBE3
(188,187,227)
#C7C6E7
(199,198,231)
#D2D1EB
(210,209,235)
#DDDCEF
(221,220,239)
#E8E7F3
(232,231,243)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8584CF color. Also use rgb(133,132,207) instead hex code.

Text Font Color

.myTextColor { color: #8584CF; }

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

This text font color is #8584CF.


Background Color

.myBgColor { background-color: #8584CF; }

<div style="background-color:#8584CF">Inner text</div>

This div background color is #8584CF.


Border color

.myBorderColor { border: 1px solid #8584CF; }

<div style="border:3px solid #8584CF">Div</div>

This div border color is #8584CF.


Opacity

.myOpacity80 { color: #8584CF; opacity: 0.8; }

<p style="color:#8584CF;opacity:0.8;">80%</p>

Text with #8584CF 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 #8584CF;}

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

This text has shadow with #8584CF color.

.textShadow {text-shadow: 3px 3px 1px #8584CF, 3px 3px 1px red;}

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

This text has shadow with #8584CF primary color and red secondary color.


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

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

This text has shadow with #8584CF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8584CF on black background.


Color preview on white background

This text has color #8584CF on white background.



Black color preview on #8584CF background

This text has black color on #8584CF background.


White color preview on #8584CF background

This text has white color on #8584CF background.