Html Css Color HEX #8963FE Light Slate Blue

📋 copy color: '#8963FE'

red 137 ◦ green 99 ◦ blue 254

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

Shades of Light Slate Blue #8963FE

Tints of Light Slate Blue #8963FE

RGB

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

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

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

R = 27.96%
G = 20.2%
B = 51.84%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8963FE (or 0x8963FE) is known color: Light Slate Blue. HEX triplet: 89, 63 and FE. RGB value is (137,99,254). Sum of RGB (Red+Green+Blue) = 137+99+254=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #8963FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8963FE is #769C01. Grayscale: #7F7F7F. Windows color (decimal): -7773186 or 16671625. OLE color: 16671625.

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

Color convert

RGB 137 99 254 -
CMYK 0.46 0.61 0 0.00
HSL 254.71º 0.99% 0.69% -
HSV(B) 254.71º 0.61% 1% -
XYZ 32.67 21.4 96.17 -
YUV 128.03 199.09 134.4 -
System Red Green Blue C M Y K H S L
Decimal 137 99 254 0.46 0.61 0 0.00 254.71 0.99 0.69
Hex 89 63 FE 2E 3D 0 0 FF 63 45
Octal 211 143 376 56 75 0 0 377 143 105
Binary 10001001 1100011 11111110 101110 111101 0 0 11111111 1100011 1000101

Color Harmonies of #8963FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8963FE

Black with #8963FE

Text Example


Text Example

White with #8963FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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