#8570E4

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

Shades of Medium Slate Blue #8570E4

Tints of Medium Slate Blue #8570E4

Color information

#8570E4 (or 0x8570E4) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 70 and E4. RGB value is (133,112,228). Sum of RGB (Red+Green+Blue) = 133+112+228=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 228 (89.45% from 255 or 48.20% from 473); Max value from RGB is 228 - color contains mainly: blue. Hex color #8570E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8570E4 is #7A8F1B. Grayscale: #838383. Windows color (decimal): -8032028 or 14971013. OLE color: 14971013.

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

Color convert

RGB133112228-
CMYK0.420.5100.11
HSL250.86º68.24%66.67%-
HSV(B)250.86º50.88%89.41%-
XYZ29.4722.1876.13-
YUV131.5182.46129.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 228 (89.45% from 255) = 48.20%
R=28.12%
G=23.68%
B=48.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1331122280.420.5100.11250.8668.2466.67
Hex8570E42A330Bfb4443
Octal2051603445263013373104103
Binary10000101111000011100100101010110011010111111101110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8570E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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