#8E55FA

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

Shades of Light Slate Blue #8E55FA

Tints of Light Slate Blue #8E55FA

Color information

#8E55FA (or 0x8E55FA) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 55 and FA. RGB value is (142,85,250). Sum of RGB (Red+Green+Blue) = 142+85+250=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E55FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E55FA is #71AA05. Grayscale: #787878. Windows color (decimal): -7449094 or 16405902. OLE color: 16405902.

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

Color convert

RGB14285250-
CMYK0.430.6600.02
HSL260.73º94.29%65.69%-
HSV(B)260.73º66%98.04%-
XYZ31.6619.1592.47-
YUV120.85200.88143.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 85 (33.59% from 255) = 17.82%
BLUE value IS 250 (98.05% from 255) = 52.41%
R=29.77%
G=17.82%
B=52.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142852500.430.6600.02260.7394.2965.69
Hex8E55FA2B42021055e42
Octal2161253725310202405136102
Binary10001110101010111111010101011100001001010000010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E55FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,85,250); }

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

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

 a { background-color: rgb(142,85,250); }

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

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

 span { border-color: rgb(142,85,250); }

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