#8D56FD

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

Shades of Light Slate Blue #8D56FD

Tints of Light Slate Blue #8D56FD

Color information

#8D56FD (or 0x8D56FD) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 56 and FD. RGB value is (141,86,253). Sum of RGB (Red+Green+Blue) = 141+86+253=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D56FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D56FD is #72A902. Grayscale: #787878. Windows color (decimal): -7514371 or 16602765. OLE color: 16602765.

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

Color convert

RGB14186253-
CMYK0.440.6600.01
HSL259.76º97.66%66.47%-
HSV(B)259.76º66.01%99.22%-
XYZ32.0419.4194.99-
YUV121.48202.22141.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 86 (33.98% from 255) = 17.92%
BLUE value IS 253 (99.22% from 255) = 52.71%
R=29.38%
G=17.92%
B=52.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal141862530.440.6600.01259.7697.6666.47
Hex8D56FD2C42011046242
Octal2151263755410201404142102
Binary1000110110101101111110110110010000100110000010011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D56FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,86,253); }

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

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

 a { background-color: rgb(141,86,253); }

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

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

 span { border-color: rgb(141,86,253); }

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