COLOR #8579BE

HEX: #8579BE
RGB: (133,121,190)

Color info

#8579BE contains mainly red and blue colors. Web safe color of #8579BE is #9966CC (or #96C).

RGB color model

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

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

RGB channels and saturation

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

133
121
190

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

Portions of RGB colors in percentages

R + G + B =
133 + 121 + 190 = 444 (100%)
R 133 of 444 ~ 29.95%
G 121 of 444 ~ 27.25%
B 190 of 444 ~ 42.79%

%29.95
%27.25
%42.79

CMYK color model

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

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

CMYK percentages

%30
%36.32
%0
%25.49

Codes

Color #8579BE in popluar color models

8579BE
RGB133121190
HSL250°34.67%60.98%
HSB/HSV250°36.32%74.51%
CMYK30.00%36.32%0.00%
25.49%

Color #8579BE in popluar number systems.

HEX8579BE
Decimal133121190
Binary10000101111100110111110
Octal205171276

Shades and tints

Shades of #8579BE

#8579BE
(133,121,190)
#796EAD
(121,110,173)
#6D639C
(109,99,156)
#61588B
(97,88,139)
#554D7A
(85,77,122)
#494269
(73,66,105)
#3D3758
(61,55,88)
#312C47
(49,44,71)
#252136
(37,33,54)
#191625
(25,22,37)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #8579BE

#8579BE
(133,121,190)
#9085C3
(144,133,195)
#9B91C8
(155,145,200)
#A69DCD
(166,157,205)
#B1A9D2
(177,169,210)
#BCB5D7
(188,181,215)
#C7C1DC
(199,193,220)
#D2CDE1
(210,205,225)
#DDD9E6
(221,217,230)
#E8E5EB
(232,229,235)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8579BE; }

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

This text font color is #8579BE.


Background Color

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

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

This div background color is #8579BE.


Border color

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

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

This div border color is #8579BE.


Opacity

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

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

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

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

This text has shadow with #8579BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8579BE on black background.


Color preview on white background

This text has color #8579BE on white background.



Black color preview on #8579BE background

This text has black color on #8579BE background.


White color preview on #8579BE background

This text has white color on #8579BE background.