#8D5CFF

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

Shades of Light Slate Blue #8D5CFF

Tints of Light Slate Blue #8D5CFF

Color information

#8D5CFF (or 0x8D5CFF) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 5C and FF. RGB value is (141,92,255). Sum of RGB (Red+Green+Blue) = 141+92+255=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D5CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5CFF is #72A300. Grayscale: #7C7C7C. Windows color (decimal): -7512833 or 16735373. OLE color: 16735373.

HSL color Cylindrical-coordinate representation of color #8D5CFF: hue angle of 258.04º 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 #8D5CFF is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14192255-
CMYK0.450.6400
HSL258.04º100%68.04%-
HSV(B)258.04º63.92%100%-
XYZ32.8620.5496.84-
YUV125.23201.23139.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.89%
GREEN value IS 92 (36.33% from 255) = 18.85%
BLUE value IS 255 (100% from 255) = 52.25%
R=28.89%
G=18.85%
B=52.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal141922550.450.6400258.0410068.04
Hex8D5CFF2D40001026444
Octal2151343775510000402144104
Binary1000110110111001111111110110110000000010000001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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