COLOR #8582CE

HEX: #8582CE RGB: (133,130,206)

Color info

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

RGB color model

#8582CE color RGB value is (133,130,206).

RGB: (133,130,206) (52%, 51%, 81%)

RGB channels and saturation

R 133 of 255 = 52%
G 130 of 255 = 51%
B 206 of 255 = 81%

133
130
206

R + G + B ~ 61%. #8582CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 130 + 206 = 469 (100%)
R 133 of 469 ~ 28.36%
G 130 of 469 ~ 27.72%
B 206 of 469 ~ 43.92'%

%28.36
%27.72
%43.92

CMYK color model

#8582CE color CMYK value is (35,37,0,19).

  • cyan value is 35.44%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (35,37,0,19)
C35M37Y0K19 (35%, 37%, 0%, 19%)
(0.35 / 0.37 / 0.00 / 0.19)

CMYK percentages

%35.44
%36.89
%0
%19.22

Codes

Color #8582CE in popluar color models

85 82 CE
RGB 133 130 206
HSL 242° 43.68% 65.88%
HSB/HSV 242° 36.89% 80.78%
CMYK 35.44% 36.89% 0.00%
19.22%

Color #8582CE in popluar number systems.

HEX 85 82 CE
Decimal 133 130 206
Binary 10000101 10000010 11001110
Octal 205 202 316

Shades and tints

Shades of #8582CE

#8582CE
(133,130,206)
#7977BC
(121,119,188)
#6D6CAA
(109,108,170)
#616198
(97,97,152)
#555686
(85,86,134)
#494B74
(73,75,116)
#3D4062
(61,64,98)
#313550
(49,53,80)
#252A3E
(37,42,62)
#191F2C
(25,31,44)
#0D141A
(13,20,26)
#000000
(0,0,0)

Tints of #8582CE

#8582CE
(133,130,206)
#908DD2
(144,141,210)
#9B98D6
(155,152,214)
#A6A3DA
(166,163,218)
#B1AEDE
(177,174,222)
#BCB9E2
(188,185,226)
#C7C4E6
(199,196,230)
#D2CFEA
(210,207,234)
#DDDAEE
(221,218,238)
#E8E5F2
(232,229,242)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8582CE; }

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

This text font color is #8582CE.

Background Color

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

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

This div background color is #8582CE.

Border color

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

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

This div border color is #8582CE.

Opacity

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

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

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

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

This text has shadow with #8582CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8582CE.

Preview

Color preview on black background

This text has color #8582CE on black background.


Color preview on white background

This text has color #8582CE on white background.


Black color preview on #8582CE background

This text has black color on #8582CE background.


White color preview on #8582CE background

This text has white color on #8582CE background.


Related colors

Complementary color

Complementary color for #hex is #7A7D31.


I love getcolorcode.com

Triadic colors

1 #CE8582 and #82CE85 with #8582CE are triadic colors.

2 #CE8285 and #8285CE with #8582CE are triadic colors.