Html Css Color HEX #8263FE Light Slate Blue

📋 copy color: '#8263FE'

red 130 ◦ green 99 ◦ blue 254

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

Shades of Light Slate Blue #8263FE

Tints of Light Slate Blue #8263FE

RGB

 RED value IS 130 (51.17% from 255) = 26.92%

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

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

R = 26.92%
G = 20.5%
B = 52.59%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8263FE (or 0x8263FE) is known color: Light Slate Blue. HEX triplet: 82, 63 and FE. RGB value is (130,99,254). Sum of RGB (Red+Green+Blue) = 130+99+254=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #8263FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8263FE is #7D9C01. Grayscale: #7D7D7D. Windows color (decimal): -8231938 or 16671618. OLE color: 16671618.

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

Color convert

RGB 130 99 254 -
CMYK 0.49 0.61 0 0.00
HSL 252º 0.99% 0.69% -
HSV(B) 252º 0.61% 1% -
XYZ 31.56 20.83 96.12 -
YUV 125.94 200.27 130.9 -
System Red Green Blue C M Y K H S L
Decimal 130 99 254 0.49 0.61 0 0.00 252 0.99 0.69
Hex 82 63 FE 31 3D 0 0 FC 63 45
Octal 202 143 376 61 75 0 0 374 143 105
Binary 10000010 1100011 11111110 110001 111101 0 0 11111100 1100011 1000101

Color Harmonies of #8263FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8263FE

Black with #8263FE

Text Example


Text Example

White with #8263FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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