#8D59FC

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

Shades of Light Slate Blue #8D59FC

Tints of Light Slate Blue #8D59FC

Color information

#8D59FC (or 0x8D59FC) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 59 and FC. RGB value is (141,89,252). Sum of RGB (Red+Green+Blue) = 141+89+252=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D59FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D59FC is #72A603. Grayscale: #7A7A7A. Windows color (decimal): -7513604 or 16537997. OLE color: 16537997.

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

Color convert

RGB14189252-
CMYK0.440.6500.01
HSL259.14º96.45%66.86%-
HSV(B)259.14º64.68%98.82%-
XYZ32.1319.8494.23-
YUV123.13200.73140.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.25%
GREEN value IS 89 (35.16% from 255) = 18.46%
BLUE value IS 252 (98.83% from 255) = 52.28%
R=29.25%
G=18.46%
B=52.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal141892520.440.6500.01259.1496.4566.86
Hex8D59FC2C41011036043
Octal2151313745410101403140103
Binary1000110110110011111110010110010000010110000001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D59FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,89,252); }

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

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

 a { background-color: rgb(141,89,252); }

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

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

 span { border-color: rgb(141,89,252); }

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