Html Css Color HEX #9963FA Light Slate Blue

📋 copy color: '#9963FA'

red 153 ◦ green 99 ◦ blue 250

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

Shades of Light Slate Blue #9963FA

Tints of Light Slate Blue #9963FA

RGB

 RED value IS 153 (60.16% from 255) = 30.48%

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

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

R = 30.48%
G = 19.72%
B = 49.8%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9963FA (or 0x9963FA) is known color: Light Slate Blue. HEX triplet: 99, 63 and FA. RGB value is (153,99,250). Sum of RGB (Red+Green+Blue) = 153+99+250=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #9963FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9963FA is #669C05. Grayscale: #838383. Windows color (decimal): -6724614 or 16409497. OLE color: 16409497.

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

Color convert

RGB 153 99 250 -
CMYK 0.39 0.60 0 0.02
HSL 261.46º 0.94% 0.68% -
HSV(B) 261.46º 0.6% 0.98% -
XYZ 34.85 22.6 92.97 -
YUV 132.36 194.39 142.72 -
System Red Green Blue C M Y K H S L
Decimal 153 99 250 0.39 0.60 0 0.02 261.46 0.94 0.68
Hex 99 63 FA 27 3C 0 2 105 5E 44
Octal 231 143 372 47 74 0 2 405 136 104
Binary 10011001 1100011 11111010 100111 111100 0 10 100000101 1011110 1000100

Color Harmonies of #9963FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9963FA

Black with #9963FA

Text Example


Text Example

White with #9963FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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