Html Css Color HEX #8F63F5 Light Slate Blue

📋 copy color: '#8F63F5'

red 143 ◦ green 99 ◦ blue 245

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

Shades of Light Slate Blue #8F63F5

Tints of Light Slate Blue #8F63F5

RGB

 RED value IS 143 (56.25% from 255) = 29.36%

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

 BLUE value IS 245 (96.09% from 255) = 50.31%

R = 29.36%
G = 20.33%
B = 50.31%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8F63F5 (or 0x8F63F5) is known color: Light Slate Blue. HEX triplet: 8F, 63 and F5. RGB value is (143,99,245). Sum of RGB (Red+Green+Blue) = 143+99+245=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #8F63F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F63F5 is #709C0A. Grayscale: #808080. Windows color (decimal): -7379979 or 16081807. OLE color: 16081807.

HSL color Cylindrical-coordinate representation of color #8F63F5: hue angle of 258.08º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F63F5 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 99 245 -
CMYK 0.42 0.60 0 0.04
HSL 258.08º 0.88% 0.67% -
HSV(B) 258.08º 0.6% 0.96% -
XYZ 32.27 21.36 88.81 -
YUV 128.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 143 99 245 0.42 0.60 0 0.04 258.08 0.88 0.67
Hex 8F 63 F5 2A 3C 0 4 102 58 43
Octal 217 143 365 52 74 0 4 402 130 103
Binary 10001111 1100011 11110101 101010 111100 0 100 100000010 1011000 1000011

Color Harmonies of #8F63F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F63F5

Black with #8F63F5

Text Example


Text Example

White with #8F63F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,99,245); }

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

background-color css

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

 a { background-color: rgb(143,99,245); }

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

border-color css

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

 span { border-color: rgb(143,99,245); }

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