Html Css Color HEX #8563FA Light Slate Blue

📋 copy color: '#8563FA'

red 133 ◦ green 99 ◦ blue 250

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

Shades of Light Slate Blue #8563FA

Tints of Light Slate Blue #8563FA

RGB

 RED value IS 133 (52.34% from 255) = 27.59%

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

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

R = 27.59%
G = 20.54%
B = 51.87%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8563FA (or 0x8563FA) is known color: Light Slate Blue. HEX triplet: 85, 63 and FA. RGB value is (133,99,250). Sum of RGB (Red+Green+Blue) = 133+99+250=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #8563FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8563FA is #7A9C05. Grayscale: #7D7D7D. Windows color (decimal): -8035334 or 16409477. OLE color: 16409477.

HSL color Cylindrical-coordinate representation of color #8563FA: hue angle of 253.51º 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 #8563FA is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 99 250 -
CMYK 0.47 0.60 0 0.02
HSL 253.51º 0.94% 0.68% -
HSV(B) 253.51º 0.6% 0.98% -
XYZ 31.39 20.81 92.81 -
YUV 126.38 197.76 132.72 -
System Red Green Blue C M Y K H S L
Decimal 133 99 250 0.47 0.60 0 0.02 253.51 0.94 0.68
Hex 85 63 FA 2F 3C 0 2 FE 5E 44
Octal 205 143 372 57 74 0 2 376 136 104
Binary 10000101 1100011 11111010 101111 111100 0 10 11111110 1011110 1000100

Color Harmonies of #8563FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8563FA

Black with #8563FA

Text Example


Text Example

White with #8563FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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