Html Css Color HEX #8463FE Light Slate Blue

📋 copy color: '#8463FE'

red 132 ◦ green 99 ◦ blue 254

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

Shades of Light Slate Blue #8463FE

Tints of Light Slate Blue #8463FE

RGB

 RED value IS 132 (51.95% from 255) = 27.22%

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

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

R = 27.22%
G = 20.41%
B = 52.37%

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

#8463FE (or 0x8463FE) is known color: Light Slate Blue. HEX triplet: 84, 63 and FE. RGB value is (132,99,254). Sum of RGB (Red+Green+Blue) = 132+99+254=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #8463FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8463FE is #7B9C01. Grayscale: #7D7D7D. Windows color (decimal): -8100866 or 16671620. OLE color: 16671620.

HSL color Cylindrical-coordinate representation of color #8463FE: hue angle of 252.77º 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 #8463FE is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 99 254 -
CMYK 0.48 0.61 0 0.00
HSL 252.77º 0.99% 0.69% -
HSV(B) 252.77º 0.61% 1% -
XYZ 31.87 20.98 96.14 -
YUV 126.54 199.93 131.9 -
System Red Green Blue C M Y K H S L
Decimal 132 99 254 0.48 0.61 0 0.00 252.77 0.99 0.69
Hex 84 63 FE 30 3D 0 0 FD 63 45
Octal 204 143 376 60 75 0 0 375 143 105
Binary 10000100 1100011 11111110 110000 111101 0 0 11111101 1100011 1000101

Color Harmonies of #8463FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8463FE

Black with #8463FE

Text Example


Text Example

White with #8463FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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