COLOR #8585C4

HEX: #8585C4
RGB: (133,133,196)

Color info

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

RGB color model

#8585C4 color RGB value is (133,133,196).

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

RGB channels and saturation

R 133 of 255 = 52%
G 133 of 255 = 52%
B 196 of 255 = 77%

133
133
196

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

Portions of RGB colors in percentages

R + G + B =
133 + 133 + 196 = 462 (100%)
R 133 of 462 ~ 28.79%
G 133 of 462 ~ 28.79%
B 196 of 462 ~ 42.42%

%28.79
%28.79
%42.42

CMYK color model

#8585C4 color CMYK value is (32,32,0,23).

  • cyan value is 32.14%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(32,32,0,23)
C32M32Y0K23 
(32%,32%,0%,23%)
(0.32/0.32/0.00/0.23)	

CMYK percentages

%32.14
%32.14
%0
%23.14

Codes

Color #8585C4 in popluar color models

8585C4
RGB133133196
HSL240°34.81%64.51%
HSB/HSV240°32.14%76.86%
CMYK32.14%32.14%0.00%
23.14%

Color #8585C4 in popluar number systems.

HEX8585C4
Decimal133133196
Binary100001011000010111000100
Octal205205304

Shades and tints

Shades of #8585C4

#8585C4
(133,133,196)
#7979B3
(121,121,179)
#6D6DA2
(109,109,162)
#616191
(97,97,145)
#555580
(85,85,128)
#49496F
(73,73,111)
#3D3D5E
(61,61,94)
#31314D
(49,49,77)
#25253C
(37,37,60)
#19192B
(25,25,43)
#0D0D1A
(13,13,26)
#000000
(0,0,0)

Tints of #8585C4

#8585C4
(133,133,196)
#9090C9
(144,144,201)
#9B9BCE
(155,155,206)
#A6A6D3
(166,166,211)
#B1B1D8
(177,177,216)
#BCBCDD
(188,188,221)
#C7C7E2
(199,199,226)
#D2D2E7
(210,210,231)
#DDDDEC
(221,221,236)
#E8E8F1
(232,232,241)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8585C4; }

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

This text font color is #8585C4.


Background Color

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

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

This div background color is #8585C4.


Border color

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

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

This div border color is #8585C4.


Opacity

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

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

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

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

This text has shadow with #8585C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8585C4 on black background.


Color preview on white background

This text has color #8585C4 on white background.



Black color preview on #8585C4 background

This text has black color on #8585C4 background.


White color preview on #8585C4 background

This text has white color on #8585C4 background.