Html Css Color HEX #8E63F9 Light Slate Blue

📋 copy color: '#8E63F9'

red 142 ◦ green 99 ◦ blue 249

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

Shades of Light Slate Blue #8E63F9

Tints of Light Slate Blue #8E63F9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.2%

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

R = 28.98%
G = 20.2%
B = 50.82%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E63F9 (or 0x8E63F9) is known color: Light Slate Blue. HEX triplet: 8E, 63 and F9. RGB value is (142,99,249). Sum of RGB (Red+Green+Blue) = 142+99+249=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #8E63F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E63F9 is #719C06. Grayscale: #808080. Windows color (decimal): -7445511 or 16343950. OLE color: 16343950.

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

Color convert

RGB 142 99 249 -
CMYK 0.43 0.60 0 0.02
HSL 257.2º 0.93% 0.68% -
HSV(B) 257.2º 0.6% 0.98% -
XYZ 32.72 21.51 92.05 -
YUV 128.96 195.75 137.3 -
System Red Green Blue C M Y K H S L
Decimal 142 99 249 0.43 0.60 0 0.02 257.2 0.93 0.68
Hex 8E 63 F9 2B 3C 0 2 101 5D 44
Octal 216 143 371 53 74 0 2 401 135 104
Binary 10001110 1100011 11111001 101011 111100 0 10 100000001 1011101 1000100

Color Harmonies of #8E63F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E63F9

Black with #8E63F9

Text Example


Text Example

White with #8E63F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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