Html Css Color HEX #8363FE Light Slate Blue

📋 copy color: '#8363FE'

red 131 ◦ green 99 ◦ blue 254

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

Shades of Light Slate Blue #8363FE

Tints of Light Slate Blue #8363FE

RGB

 RED value IS 131 (51.56% from 255) = 27.07%

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

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 27.07%
G = 20.45%
B = 52.48%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8363FE (or 0x8363FE) is known color: Light Slate Blue. HEX triplet: 83, 63 and FE. RGB value is (131,99,254). Sum of RGB (Red+Green+Blue) = 131+99+254=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #8363FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8363FE is #7C9C01. Grayscale: #7D7D7D. Windows color (decimal): -8166402 or 16671619. OLE color: 16671619.

HSL color Cylindrical-coordinate representation of color #8363FE: hue angle of 252.39º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8363FE is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 99 254 -
CMYK 0.48 0.61 0 0.00
HSL 252.39º 0.99% 0.69% -
HSV(B) 252.39º 0.61% 1% -
XYZ 31.71 20.9 96.13 -
YUV 126.24 200.1 131.4 -
System Red Green Blue C M Y K H S L
Decimal 131 99 254 0.48 0.61 0 0.00 252.39 0.99 0.69
Hex 83 63 FE 30 3D 0 0 FC 63 45
Octal 203 143 376 60 75 0 0 374 143 105
Binary 10000011 1100011 11111110 110000 111101 0 0 11111100 1100011 1000101

Color Harmonies of #8363FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8363FE

Black with #8363FE

Text Example


Text Example

White with #8363FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8363FE; }

 p { color: rgb(131,99,254); }

 H1.HeaderClassName
 {
   color: #8363FE;
 }
 .AnyTagClassName
 {
   color: #8363FE;
 }
</style>

background-color css

<style>
 a { background-color: #8363FE; }

 a { background-color: rgb(131,99,254); }

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

border-color css

<style>
 span { border-color: #8363FE; }

 span { border-color: rgb(131,99,254); }

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