#8E63FA

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

Shades of Light Slate Blue #8E63FA

Tints of Light Slate Blue #8E63FA

Color information

#8E63FA (or 0x8E63FA) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 63 and FA. RGB value is (142,99,250). Sum of RGB (Red+Green+Blue) = 142+99+250=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E63FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E63FA is #719C05. Grayscale: #808080. Windows color (decimal): -7445510 or 16409486. OLE color: 16409486.

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

Color convert

RGB14299250-
CMYK0.430.6000.02
HSL257.09º93.79%68.43%-
HSV(B)257.09º60.4%98.04%-
XYZ32.8721.5892.87-
YUV129.07196.25137.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 99 (39.06% from 255) = 20.16%
BLUE value IS 250 (98.05% from 255) = 50.92%
R=28.92%
G=20.16%
B=50.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142992500.430.6000.02257.0993.7968.43
Hex8E63FA2B3C021015e44
Octal216143372537402401136104
Binary1000111011000111111101010101111110001010000000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E63FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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