Html Css Color HEX #9463FA Light Slate Blue

📋 copy color: '#9463FA'

red 148 ◦ green 99 ◦ blue 250

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

Shades of Light Slate Blue #9463FA

Tints of Light Slate Blue #9463FA

RGB

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

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

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

R = 29.78%
G = 19.92%
B = 50.3%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9463FA (or 0x9463FA) is known color: Light Slate Blue. HEX triplet: 94, 63 and FA. RGB value is (148,99,250). Sum of RGB (Red+Green+Blue) = 148+99+250=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #9463FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9463FA is #6B9C05. Grayscale: #828282. Windows color (decimal): -7052294 or 16409492. OLE color: 16409492.

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

Color convert

RGB 148 99 250 -
CMYK 0.41 0.60 0 0.02
HSL 259.47º 0.94% 0.68% -
HSV(B) 259.47º 0.6% 0.98% -
XYZ 33.93 22.12 92.92 -
YUV 130.87 195.23 140.22 -
System Red Green Blue C M Y K H S L
Decimal 148 99 250 0.41 0.60 0 0.02 259.47 0.94 0.68
Hex 94 63 FA 29 3C 0 2 103 5E 44
Octal 224 143 372 51 74 0 2 403 136 104
Binary 10010100 1100011 11111010 101001 111100 0 10 100000011 1011110 1000100

Color Harmonies of #9463FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9463FA

Black with #9463FA

Text Example


Text Example

White with #9463FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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