Html Css Color HEX #8963FA Light Slate Blue

📋 copy color: '#8963FA'

red 137 ◦ green 99 ◦ blue 250

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

Shades of Light Slate Blue #8963FA

Tints of Light Slate Blue #8963FA

RGB

 RED value IS 137 (53.91% from 255) = 28.19%

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

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

R = 28.19%
G = 20.37%
B = 51.44%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8963FA (or 0x8963FA) is known color: Light Slate Blue. HEX triplet: 89, 63 and FA. RGB value is (137,99,250). Sum of RGB (Red+Green+Blue) = 137+99+250=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #8963FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8963FA is #769C05. Grayscale: #7F7F7F. Windows color (decimal): -7773190 or 16409481. OLE color: 16409481.

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

Color convert

RGB 137 99 250 -
CMYK 0.45 0.60 0 0.02
HSL 255.1º 0.94% 0.68% -
HSV(B) 255.1º 0.6% 0.98% -
XYZ 32.03 21.14 92.84 -
YUV 127.58 197.09 134.72 -
System Red Green Blue C M Y K H S L
Decimal 137 99 250 0.45 0.60 0 0.02 255.1 0.94 0.68
Hex 89 63 FA 2D 3C 0 2 FF 5E 44
Octal 211 143 372 55 74 0 2 377 136 104
Binary 10001001 1100011 11111010 101101 111100 0 10 11111111 1011110 1000100

Color Harmonies of #8963FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8963FA

Black with #8963FA

Text Example


Text Example

White with #8963FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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