#8e52fd

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

Shades of Light Slate Blue #8E52FD

Tints of Light Slate Blue #8E52FD

Color information

#8E52FD (or 0x8E52FD) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 52 and FD. RGB value is (142,82,253). Sum of RGB (Red+Green+Blue) = 142+82+253=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E52FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E52FD is #71AD02. Grayscale: #767676. Windows color (decimal): -7449859 or 16601742. OLE color: 16601742.

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

Color convert

RGB14282253-
CMYK0.440.6800.01
HSL261.05º97.71%65.69%-
HSV(B)261.05º67.59%99.22%-
XYZ31.918.8894.89-
YUV119.43203.38144.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 82 (32.42% from 255) = 17.19%
BLUE value IS 253 (99.22% from 255) = 53.04%
R=29.77%
G=17.19%
B=53.04%

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
Decimal142822530.440.6800.01261.0597.7165.69
Hex8E52FD2C44011056242
Octal2161223755410401405142102
Binary1000111010100101111110110110010001000110000010111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e52fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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