#8E51FD

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

Shades of Light Slate Blue #8E51FD

Tints of Light Slate Blue #8E51FD

Color information

#8E51FD (or 0x8E51FD) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 51 and FD. RGB value is (142,81,253). Sum of RGB (Red+Green+Blue) = 142+81+253=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E51FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E51FD is #71AE02. Grayscale: #767676. Windows color (decimal): -7450115 or 16601486. OLE color: 16601486.

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

Color convert

RGB14281253-
CMYK0.440.6800.01
HSL261.28º97.73%65.49%-
HSV(B)261.28º67.98%99.22%-
XYZ31.8318.7394.87-
YUV118.85203.71144.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 81 (32.03% from 255) = 17.02%
BLUE value IS 253 (99.22% from 255) = 53.15%
R=29.83%
G=17.02%
B=53.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal142812530.440.6800.01261.2897.7365.49
Hex8E51FD2C44011056241
Octal2161213755410401405142101
Binary1000111010100011111110110110010001000110000010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E51FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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