#8E62FA

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

Shades of Light Slate Blue #8E62FA

Tints of Light Slate Blue #8E62FA

Color information

#8E62FA (or 0x8E62FA) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 62 and FA. RGB value is (142,98,250). Sum of RGB (Red+Green+Blue) = 142+98+250=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E62FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E62FA is #719D05. Grayscale: #7F7F7F. Windows color (decimal): -7445766 or 16409230. OLE color: 16409230.

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

Color convert

RGB14298250-
CMYK0.430.6100.02
HSL257.37º93.83%68.24%-
HSV(B)257.37º60.8%98.04%-
XYZ32.7821.3992.84-
YUV128.48196.58137.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.98%
GREEN value IS 98 (38.67% from 255) = 20%
BLUE value IS 250 (98.05% from 255) = 51.02%
R=28.98%
G=20%
B=51.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142982500.430.6100.02257.3793.8368.24
Hex8E62FA2B3D021015e44
Octal216142372537502401136104
Binary1000111011000101111101010101111110101010000000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E62FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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