#8E57FB

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

Shades of Light Slate Blue #8E57FB

Tints of Light Slate Blue #8E57FB

Color information

#8E57FB (or 0x8E57FB) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 57 and FB. RGB value is (142,87,251). Sum of RGB (Red+Green+Blue) = 142+87+251=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E57FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E57FB is #71A804. Grayscale: #797979. Windows color (decimal): -7448581 or 16471950. OLE color: 16471950.

HSL color Cylindrical-coordinate representation of color #8E57FB: hue angle of 260.12º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E57FB is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14287251-
CMYK0.430.6500.02
HSL260.12º95.35%66.27%-
HSV(B)260.12º65.34%98.43%-
XYZ31.9819.5393.35-
YUV122.14200.72142.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.58%
GREEN value IS 87 (34.38% from 255) = 18.12%
BLUE value IS 251 (98.44% from 255) = 52.29%
R=29.58%
G=18.12%
B=52.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142872510.430.6500.02260.1295.3566.27
Hex8E57FB2B41021045f42
Octal2161273735310102404137102
Binary10001110101011111111011101011100000101010000010010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E57FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E57FB; }

 p { color: rgb(142,87,251); }

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

<style>
 a { background-color: #8E57FB; }

 a { background-color: rgb(142,87,251); }

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

<style>
 span { border-color: #8E57FB; }

 span { border-color: rgb(142,87,251); }

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