#8E60FD

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

Shades of Light Slate Blue #8E60FD

Tints of Light Slate Blue #8E60FD

Color information

#8E60FD (or 0x8E60FD) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 60 and FD. RGB value is (142,96,253). Sum of RGB (Red+Green+Blue) = 142+96+253=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E60FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E60FD is #719F02. Grayscale: #7F7F7F. Windows color (decimal): -7446275 or 16605326. OLE color: 16605326.

HSL color Cylindrical-coordinate representation of color #8E60FD: hue angle of 257.58º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E60FD is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14296253-
CMYK0.440.6200.01
HSL257.58º97.52%68.43%-
HSV(B)257.58º62.06%99.22%-
XYZ33.0721.2195.28-
YUV127.65198.74138.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 253 (99.22% from 255) = 51.53%
R=28.92%
G=19.55%
B=51.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal142962530.440.6200.01257.5897.5268.43
Hex8E60FD2C3E011026244
Octal216140375547601402142104
Binary100011101100000111111011011001111100110000001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E60FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,253); }

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

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

 a { background-color: rgb(142,96,253); }

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

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

 span { border-color: rgb(142,96,253); }

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