Html Css Color HEX #8E59FC Light Slate Blue

📋 copy color: '#8E59FC'

red 142 ◦ green 89 ◦ blue 252

#8E59FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8E59FC

Tints of Light Slate Blue #8E59FC

RGB

 RED value IS 142 (55.86% from 255) = 29.4%

 GREEN value IS 89 (35.16% from 255) = 18.43%

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 29.4%
G = 18.43%
B = 52.17%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E59FC (or 0x8E59FC) is known color: Light Slate Blue. HEX triplet: 8E, 59 and FC. RGB value is (142,89,252). Sum of RGB (Red+Green+Blue) = 142+89+252=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E59FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E59FC is #71A603. Grayscale: #7A7A7A. Windows color (decimal): -7448068 or 16537998. OLE color: 16537998.

HSL color Cylindrical-coordinate representation of color #8E59FC: hue angle of 259.51º 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 #8E59FC is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 89 252 -
CMYK 0.44 0.65 0 0.01
HSL 259.51º 0.96% 0.67% -
HSV(B) 259.51º 0.65% 0.99% -
XYZ 32.3 19.92 94.24 -
YUV 123.43 200.56 141.25 -
System Red Green Blue C M Y K H S L
Decimal 142 89 252 0.44 0.65 0 0.01 259.51 0.96 0.67
Hex 8E 59 FC 2C 41 0 1 104 60 43
Octal 216 131 374 54 101 0 1 404 140 103
Binary 10001110 1011001 11111100 101100 1000001 0 1 100000100 1100000 1000011

Color Harmonies of #8E59FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E59FC

Black with #8E59FC

Text Example


Text Example

White with #8E59FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E59FC;
 }
 .AnyTagClassName
 {
   color: #8E59FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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