Html Css Color HEX #8263FA Light Slate Blue

📋 copy color: '#8263FA'

red 130 ◦ green 99 ◦ blue 250

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

Shades of Light Slate Blue #8263FA

Tints of Light Slate Blue #8263FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.19%

R = 27.14%
G = 20.67%
B = 52.19%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8263FA (or 0x8263FA) is known color: Light Slate Blue. HEX triplet: 82, 63 and FA. RGB value is (130,99,250). Sum of RGB (Red+Green+Blue) = 130+99+250=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #8263FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8263FA is #7D9C05. Grayscale: #7C7C7C. Windows color (decimal): -8231942 or 16409474. OLE color: 16409474.

HSL color Cylindrical-coordinate representation of color #8263FA: hue angle of 252.32º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8263FA is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 99 250 -
CMYK 0.48 0.60 0 0.02
HSL 252.32º 0.94% 0.68% -
HSV(B) 252.32º 0.6% 0.98% -
XYZ 30.92 20.57 92.78 -
YUV 125.48 198.27 131.22 -
System Red Green Blue C M Y K H S L
Decimal 130 99 250 0.48 0.60 0 0.02 252.32 0.94 0.68
Hex 82 63 FA 30 3C 0 2 FC 5E 44
Octal 202 143 372 60 74 0 2 374 136 104
Binary 10000010 1100011 11111010 110000 111100 0 10 11111100 1011110 1000100

Color Harmonies of #8263FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8263FA

Black with #8263FA

Text Example


Text Example

White with #8263FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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