COLOR #8585E4

HEX: #8585E4
RGB: (133,133,228)

Color info

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

RGB color model

#8585E4 color RGB value is (133,133,228).

  • red value is 133;
  • green value is 133;
  • blue value is 228.
RGB:
(133,133,228)
(52%,52%,89%)

RGB channels and saturation

R 133 of 255 = 52%
G 133 of 255 = 52%
B 228 of 255 = 89%

133
133
228

R + G + B ~ 64%. #8585E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 133 + 228 = 494 (100%)
R 133 of 494 ~ 26.92%
G 133 of 494 ~ 26.92%
B 228 of 494 ~ 46.15%

%26.92
%26.92
%46.15

CMYK color model

#8585E4 color CMYK value is (42,42,0,11).

  • cyan value is 41.67%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(42,42,0,11)
C42M42Y0K11 
(42%,42%,0%,11%)
(0.42/0.42/0.00/0.11)	

CMYK percentages

%41.67
%41.67
%0
%10.59

Codes

Color #8585E4 in popluar color models

8585E4
RGB133133228
HSL240°63.76%70.78%
HSB/HSV240°41.67%89.41%
CMYK41.67%41.67%0.00%
10.59%

Color #8585E4 in popluar number systems.

HEX8585E4
Decimal133133228
Binary100001011000010111100100
Octal205205344

Shades and tints

Shades of #8585E4

#8585E4
(133,133,228)
#7979D0
(121,121,208)
#6D6DBC
(109,109,188)
#6161A8
(97,97,168)
#555594
(85,85,148)
#494980
(73,73,128)
#3D3D6C
(61,61,108)
#313158
(49,49,88)
#252544
(37,37,68)
#191930
(25,25,48)
#0D0D1C
(13,13,28)
#000000
(0,0,0)

Tints of #8585E4

#8585E4
(133,133,228)
#9090E6
(144,144,230)
#9B9BE8
(155,155,232)
#A6A6EA
(166,166,234)
#B1B1EC
(177,177,236)
#BCBCEE
(188,188,238)
#C7C7F0
(199,199,240)
#D2D2F2
(210,210,242)
#DDDDF4
(221,221,244)
#E8E8F6
(232,232,246)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8585E4 color. Also use rgb(133,133,228) instead hex code.

Text Font Color

.myTextColor { color: #8585E4; }

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

This text font color is #8585E4.


Background Color

.myBgColor { background-color: #8585E4; }

<div style="background-color:#8585E4">Inner text</div>

This div background color is #8585E4.


Border color

.myBorderColor { border: 1px solid #8585E4; }

<div style="border:3px solid #8585E4">Div</div>

This div border color is #8585E4.


Opacity

.myOpacity80 { color: #8585E4; opacity: 0.8; }

<p style="color:#8585E4;opacity:0.8;">80%</p>

Text with #8585E4 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 #8585E4;}

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

This text has shadow with #8585E4 color.

.textShadow {text-shadow: 3px 3px 1px #8585E4, 3px 3px 1px red;}

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

This text has shadow with #8585E4 primary color and red secondary color.


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

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

This text has shadow with #8585E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8585E4 on black background.


Color preview on white background

This text has color #8585E4 on white background.



Black color preview on #8585E4 background

This text has black color on #8585E4 background.


White color preview on #8585E4 background

This text has white color on #8585E4 background.