Html Css Color HEX #9463FF Light Slate Blue

📋 copy color: '#9463FF'

red 148 ◦ green 99 ◦ blue 255

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

Shades of Light Slate Blue #9463FF

Tints of Light Slate Blue #9463FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.8%

R = 29.48%
G = 19.72%
B = 50.8%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9463FF (or 0x9463FF) is known color: Light Slate Blue. HEX triplet: 94, 63 and FF. RGB value is (148,99,255). Sum of RGB (Red+Green+Blue) = 148+99+255=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #9463FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9463FF is #6B9C00. Grayscale: #828282. Windows color (decimal): -7052289 or 16737172. OLE color: 16737172.

HSL color Cylindrical-coordinate representation of color #9463FF: hue angle of 258.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9463FF is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 99 255 -
CMYK 0.42 0.61 0 0
HSL 258.85º 1% 0.69% -
HSV(B) 258.85º 0.61% 1% -
XYZ 34.72 22.44 97.11 -
YUV 131.44 197.73 139.82 -
System Red Green Blue C M Y K H S L
Decimal 148 99 255 0.42 0.61 0 0 258.85 1 0.69
Hex 94 63 FF 2A 3D 0 0 103 64 45
Octal 224 143 377 52 75 0 0 403 144 105
Binary 10010100 1100011 11111111 101010 111101 0 0 100000011 1100100 1000101

Color Harmonies of #9463FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9463FF

Black with #9463FF

Text Example


Text Example

White with #9463FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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