COLOR #8585BE

HEX: #8585BE
RGB: (133,133,190)

Color info

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

RGB color model

#8585BE color RGB value is (133,133,190).

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

RGB channels and saturation

R 133 of 255 = 52%
G 133 of 255 = 52%
B 190 of 255 = 75%

133
133
190

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

Portions of RGB colors in percentages

R + G + B =
133 + 133 + 190 = 456 (100%)
R 133 of 456 ~ 29.17%
G 133 of 456 ~ 29.17%
B 190 of 456 ~ 41.67%

%29.17
%29.17
%41.67

CMYK color model

#8585BE color CMYK value is (30,30,0,25).

  • cyan value is 30.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(30,30,0,25)
C30M30Y0K25 
(30%,30%,0%,25%)
(0.30/0.30/0.00/0.25)	

CMYK percentages

%30
%30
%0
%25.49

Codes

Color #8585BE in popluar color models

8585BE
RGB133133190
HSL240°30.48%63.33%
HSB/HSV240°30.00%74.51%
CMYK30.00%30.00%0.00%
25.49%

Color #8585BE in popluar number systems.

HEX8585BE
Decimal133133190
Binary100001011000010110111110
Octal205205276

Shades and tints

Shades of #8585BE

#8585BE
(133,133,190)
#7979AD
(121,121,173)
#6D6D9C
(109,109,156)
#61618B
(97,97,139)
#55557A
(85,85,122)
#494969
(73,73,105)
#3D3D58
(61,61,88)
#313147
(49,49,71)
#252536
(37,37,54)
#191925
(25,25,37)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #8585BE

#8585BE
(133,133,190)
#9090C3
(144,144,195)
#9B9BC8
(155,155,200)
#A6A6CD
(166,166,205)
#B1B1D2
(177,177,210)
#BCBCD7
(188,188,215)
#C7C7DC
(199,199,220)
#D2D2E1
(210,210,225)
#DDDDE6
(221,221,230)
#E8E8EB
(232,232,235)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8585BE; }

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

This text font color is #8585BE.


Background Color

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

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

This div background color is #8585BE.


Border color

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

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

This div border color is #8585BE.


Opacity

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

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

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

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

This text has shadow with #8585BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8585BE on black background.


Color preview on white background

This text has color #8585BE on white background.



Black color preview on #8585BE background

This text has black color on #8585BE background.


White color preview on #8585BE background

This text has white color on #8585BE background.