Html Css Color HEX #8063FE Light Slate Blue

📋 copy color: '#8063FE'

red 128 ◦ green 99 ◦ blue 254

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

Shades of Light Slate Blue #8063FE

Tints of Light Slate Blue #8063FE

RGB

 RED value IS 128 (50.39% from 255) = 26.61%

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

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

R = 26.61%
G = 20.58%
B = 52.81%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8063FE (or 0x8063FE) is known color: Light Slate Blue. HEX triplet: 80, 63 and FE. RGB value is (128,99,254). Sum of RGB (Red+Green+Blue) = 128+99+254=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #8063FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8063FE is #7F9C01. Grayscale: #7C7C7C. Windows color (decimal): -8363010 or 16671616. OLE color: 16671616.

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

Color convert

RGB 128 99 254 -
CMYK 0.50 0.61 0 0.00
HSL 251.23º 0.99% 0.69% -
HSV(B) 251.23º 0.61% 1% -
XYZ 31.25 20.67 96.11 -
YUV 125.34 200.61 129.9 -
System Red Green Blue C M Y K H S L
Decimal 128 99 254 0.50 0.61 0 0.00 251.23 0.99 0.69
Hex 80 63 FE 32 3D 0 0 FB 63 45
Octal 200 143 376 62 75 0 0 373 143 105
Binary 10000000 1100011 11111110 110010 111101 0 0 11111011 1100011 1000101

Color Harmonies of #8063FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8063FE

Black with #8063FE

Text Example


Text Example

White with #8063FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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