#8D60FA

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

Shades of Light Slate Blue #8D60FA

Tints of Light Slate Blue #8D60FA

Color information

#8D60FA (or 0x8D60FA) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 60 and FA. RGB value is (141,96,250). Sum of RGB (Red+Green+Blue) = 141+96+250=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D60FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D60FA is #729F05. Grayscale: #7E7E7E. Windows color (decimal): -7511814 or 16408717. OLE color: 16408717.

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

Color convert

RGB14196250-
CMYK0.440.6200.02
HSL257.53º93.9%67.84%-
HSV(B)257.53º61.6%98.04%-
XYZ32.4220.9392.77-
YUV127.01197.41137.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.95%
GREEN value IS 96 (37.89% from 255) = 19.71%
BLUE value IS 250 (98.05% from 255) = 51.33%
R=28.95%
G=19.71%
B=51.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal141962500.440.6200.02257.5393.967.84
Hex8D60FA2C3E021025e44
Octal215140372547602402136104
Binary1000110111000001111101010110011111001010000001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D60FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,96,250); }

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

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

 a { background-color: rgb(141,96,250); }

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

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

 span { border-color: rgb(141,96,250); }

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