#8D5DFF

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

Shades of Light Slate Blue #8D5DFF

Tints of Light Slate Blue #8D5DFF

Color information

#8D5DFF (or 0x8D5DFF) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 5D and FF. RGB value is (141,93,255). Sum of RGB (Red+Green+Blue) = 141+93+255=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D5DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5DFF is #72A200. Grayscale: #7D7D7D. Windows color (decimal): -7512577 or 16735629. OLE color: 16735629.

HSL color Cylindrical-coordinate representation of color #8D5DFF: hue angle of 257.78º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D5DFF is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14193255-
CMYK0.450.6400
HSL257.78º100%68.24%-
HSV(B)257.78º63.53%100%-
XYZ32.9520.7196.87-
YUV125.82200.9138.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.83%
GREEN value IS 93 (36.72% from 255) = 19.02%
BLUE value IS 255 (100% from 255) = 52.15%
R=28.83%
G=19.02%
B=52.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal141932550.450.6400257.7810068.24
Hex8D5DFF2D40001026444
Octal2151353775510000402144104
Binary1000110110111011111111110110110000000010000001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,93,255); }

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

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

 a { background-color: rgb(141,93,255); }

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

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

 span { border-color: rgb(141,93,255); }

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