Html Css Color HEX #8E60F9 Light Slate Blue

📋 copy color: '#8E60F9'

red 142 ◦ green 96 ◦ blue 249

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

Shades of Light Slate Blue #8E60F9

Tints of Light Slate Blue #8E60F9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.71%

 BLUE value IS 249 (97.66% from 255) = 51.13%

R = 29.16%
G = 19.71%
B = 51.13%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E60F9 (or 0x8E60F9) is known color: Light Slate Blue. HEX triplet: 8E, 60 and F9. RGB value is (142,96,249). Sum of RGB (Red+Green+Blue) = 142+96+249=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #8E60F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E60F9 is #719F06. Grayscale: #7E7E7E. Windows color (decimal): -7446279 or 16343182. OLE color: 16343182.

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

Color convert

RGB 142 96 249 -
CMYK 0.43 0.61 0 0.02
HSL 258.04º 0.93% 0.68% -
HSV(B) 258.04º 0.61% 0.98% -
XYZ 32.44 20.96 91.96 -
YUV 127.2 196.74 138.56 -
System Red Green Blue C M Y K H S L
Decimal 142 96 249 0.43 0.61 0 0.02 258.04 0.93 0.68
Hex 8E 60 F9 2B 3D 0 2 102 5D 44
Octal 216 140 371 53 75 0 2 402 135 104
Binary 10001110 1100000 11111001 101011 111101 0 10 100000010 1011101 1000100

Color Harmonies of #8E60F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E60F9

Black with #8E60F9

Text Example


Text Example

White with #8E60F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,96,249); }

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

background-color css

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

 a { background-color: rgb(142,96,249); }

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

border-color css

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

 span { border-color: rgb(142,96,249); }

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