#8577E4

Color #8577E4 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8577E4

Tints of Medium Slate Blue #8577E4

Color information

#8577E4 (or 0x8577E4) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 77 and E4. RGB value is (133,119,228). Sum of RGB (Red+Green+Blue) = 133+119+228=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 228 - color contains mainly: blue. Hex color #8577E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577E4 is #7A881B. Grayscale: #878787. Windows color (decimal): -8030236 or 14972805. OLE color: 14972805.

HSL color Cylindrical-coordinate representation of color #8577E4: hue angle of 247.71º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8577E4 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB133119228-
CMYK0.420.4800.11
HSL247.71º66.87%68.04%-
HSV(B)247.71º47.81%89.41%-
XYZ30.2723.7876.39-
YUV135.61180.14126.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 27.71%
GREEN value IS 119 (46.88% from 255) = 24.79%
BLUE value IS 228 (89.45% from 255) = 47.5%
R=27.71%
G=24.79%
B=47.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1331192280.420.4800.11247.7166.8768.04
Hex8577E42A300Bf84344
Octal2051673445260013370103104
Binary10000101111011111100100101010110000010111111100010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8577E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8577E4; }

 p { color: rgb(133,119,228); }

 H1.HeaderClassName
 {
   color: #8577E4;
 }
 .AnyTagClassName
 {
   color: #8577E4;
 }
</style>
background-color css

<style>
 a { background-color: #8577E4; }

 a { background-color: rgb(133,119,228); }

 div.DivClassName
 {
   background-color: #8577E4;
 }
 .BgClassName
 {
   background-color: #8577E4;
 }
</style>
border-color css

<style>
 span { border-color: #8577E4; }

 span { border-color: rgb(133,119,228); }

 td.TdClassName
 {
   border-color: #8577E4;
 }
 .TagClassName
 {
   border-color: #8577E4;
 }
</style>