COLOR #8582BE

HEX: #8582BE
RGB: (133,130,190)

Color info

#8582BE contains mainly red and blue colors. Web safe color of #8582BE is #9999CC (or #99C).

RGB color model

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

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

RGB channels and saturation

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

133
130
190

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

Portions of RGB colors in percentages

R + G + B =
133 + 130 + 190 = 453 (100%)
R 133 of 453 ~ 29.36%
G 130 of 453 ~ 28.7%
B 190 of 453 ~ 41.94%

%29.36
%28.7
%41.94

CMYK color model

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

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

CMYK percentages

%30
%31.58
%0
%25.49

Codes

Color #8582BE in popluar color models

8582BE
RGB133130190
HSL243°31.58%62.75%
HSB/HSV243°31.58%74.51%
CMYK30.00%31.58%0.00%
25.49%

Color #8582BE in popluar number systems.

HEX8582BE
Decimal133130190
Binary100001011000001010111110
Octal205202276

Shades and tints

Shades of #8582BE

#8582BE
(133,130,190)
#7977AD
(121,119,173)
#6D6C9C
(109,108,156)
#61618B
(97,97,139)
#55567A
(85,86,122)
#494B69
(73,75,105)
#3D4058
(61,64,88)
#313547
(49,53,71)
#252A36
(37,42,54)
#191F25
(25,31,37)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #8582BE

#8582BE
(133,130,190)
#908DC3
(144,141,195)
#9B98C8
(155,152,200)
#A6A3CD
(166,163,205)
#B1AED2
(177,174,210)
#BCB9D7
(188,185,215)
#C7C4DC
(199,196,220)
#D2CFE1
(210,207,225)
#DDDAE6
(221,218,230)
#E8E5EB
(232,229,235)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8582BE; }

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

This text font color is #8582BE.


Background Color

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

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

This div background color is #8582BE.


Border color

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

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

This div border color is #8582BE.


Opacity

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

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

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

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

This text has shadow with #8582BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8582BE on black background.


Color preview on white background

This text has color #8582BE on white background.



Black color preview on #8582BE background

This text has black color on #8582BE background.


White color preview on #8582BE background

This text has white color on #8582BE background.