Html Css Color HEX #9463FE Light Slate Blue

📋 copy color: '#9463FE'

red 148 ◦ green 99 ◦ blue 254

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

Shades of Light Slate Blue #9463FE

Tints of Light Slate Blue #9463FE

RGB

 RED value IS 148 (58.2% from 255) = 29.54%

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

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

R = 29.54%
G = 19.76%
B = 50.7%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9463FE (or 0x9463FE) is known color: Light Slate Blue. HEX triplet: 94, 63 and FE. RGB value is (148,99,254). Sum of RGB (Red+Green+Blue) = 148+99+254=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #9463FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9463FE is #6B9C01. Grayscale: #828282. Windows color (decimal): -7052290 or 16671636. OLE color: 16671636.

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

Color convert

RGB 148 99 254 -
CMYK 0.42 0.61 0 0.00
HSL 258.97º 0.99% 0.69% -
HSV(B) 258.97º 0.61% 1% -
XYZ 34.56 22.38 96.26 -
YUV 131.32 197.23 139.9 -
System Red Green Blue C M Y K H S L
Decimal 148 99 254 0.42 0.61 0 0.00 258.97 0.99 0.69
Hex 94 63 FE 2A 3D 0 0 103 63 45
Octal 224 143 376 52 75 0 0 403 143 105
Binary 10010100 1100011 11111110 101010 111101 0 0 100000011 1100011 1000101

Color Harmonies of #9463FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9463FE

Black with #9463FE

Text Example


Text Example

White with #9463FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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