#8570E1

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

Shades of Medium Slate Blue #8570E1

Tints of Medium Slate Blue #8570E1

Color information

#8570E1 (or 0x8570E1) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 70 and E1. RGB value is (133,112,225). Sum of RGB (Red+Green+Blue) = 133+112+225=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #8570E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8570E1 is #7A8F1E. Grayscale: #828282. Windows color (decimal): -8032031 or 14774405. OLE color: 14774405.

HSL color Cylindrical-coordinate representation of color #8570E1: hue angle of 251.15º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8570E1 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB133112225-
CMYK0.410.5000.12
HSL251.15º65.32%66.08%-
HSV(B)251.15º50.22%88.24%-
XYZ29.0622.0173.95-
YUV131.16180.96129.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 112 (44.14% from 255) = 23.83%
BLUE value IS 225 (88.28% from 255) = 47.87%
R=28.30%
G=23.83%
B=47.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1331122250.410.5000.12251.1565.3266.08
Hex8570E129320Cfb4142
Octal2051603415162014373101102
Binary10000101111000011100001101001110010011001111101110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8570E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8570E1; }

 p { color: rgb(133,112,225); }

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

<style>
 a { background-color: #8570E1; }

 a { background-color: rgb(133,112,225); }

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

<style>
 span { border-color: #8570E1; }

 span { border-color: rgb(133,112,225); }

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