Html Css Color HEX #9963FE Light Slate Blue

📋 copy color: '#9963FE'

red 153 ◦ green 99 ◦ blue 254

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

Shades of Light Slate Blue #9963FE

Tints of Light Slate Blue #9963FE

RGB

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

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

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

R = 30.24%
G = 19.57%
B = 50.2%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9963FE (or 0x9963FE) is known color: Light Slate Blue. HEX triplet: 99, 63 and FE. RGB value is (153,99,254). Sum of RGB (Red+Green+Blue) = 153+99+254=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #9963FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9963FE is #669C01. Grayscale: #848484. Windows color (decimal): -6724610 or 16671641. OLE color: 16671641.

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

Color convert

RGB 153 99 254 -
CMYK 0.40 0.61 0 0.00
HSL 260.9º 0.99% 0.69% -
HSV(B) 260.9º 0.61% 1% -
XYZ 35.49 22.85 96.31 -
YUV 132.82 196.39 142.4 -
System Red Green Blue C M Y K H S L
Decimal 153 99 254 0.40 0.61 0 0.00 260.9 0.99 0.69
Hex 99 63 FE 28 3D 0 0 105 63 45
Octal 231 143 376 50 75 0 0 405 143 105
Binary 10011001 1100011 11111110 101000 111101 0 0 100000101 1100011 1000101

Color Harmonies of #9963FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9963FE

Black with #9963FE

Text Example


Text Example

White with #9963FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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