#8577E6

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

Shades of Medium Slate Blue #8577E6

Tints of Medium Slate Blue #8577E6

Color information

#8577E6 (or 0x8577E6) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 77 and E6. RGB value is (133,119,230). Sum of RGB (Red+Green+Blue) = 133+119+230=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #8577E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8577E6 is #7A8819. Grayscale: #878787. Windows color (decimal): -8030234 or 15103877. OLE color: 15103877.

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

Color convert

RGB133119230-
CMYK0.420.4800.10
HSL247.57º68.94%68.43%-
HSV(B)247.57º48.26%90.2%-
XYZ30.5523.8977.86-
YUV135.84181.14125.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 230 (90.23% from 255) = 47.72%
R=27.59%
G=24.69%
B=47.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1331192300.420.4800.10247.5768.9468.43
Hex8577E62A300Af84544
Octal2051673465260012370105104
Binary10000101111011111100110101010110000010101111100010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8577E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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