Html Css Color HEX #9964FE Light Slate Blue

📋 copy color: '#9964FE'

red 153 ◦ green 100 ◦ blue 254

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

Shades of Light Slate Blue #9964FE

Tints of Light Slate Blue #9964FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.72%

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

R = 30.18%
G = 19.72%
B = 50.1%

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

#9964FE (or 0x9964FE) is known color: Light Slate Blue. HEX triplet: 99, 64 and FE. RGB value is (153,100,254). Sum of RGB (Red+Green+Blue) = 153+100+254=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #9964FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9964FE is #669B01. Grayscale: #848484. Windows color (decimal): -6724354 or 16671897. OLE color: 16671897.

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

Color convert

RGB 153 100 254 -
CMYK 0.40 0.61 0 0.00
HSL 260.65º 0.99% 0.69% -
HSV(B) 260.65º 0.61% 1% -
XYZ 35.58 23.04 96.34 -
YUV 133.4 196.06 141.98 -
System Red Green Blue C M Y K H S L
Decimal 153 100 254 0.40 0.61 0 0.00 260.65 0.99 0.69
Hex 99 64 FE 28 3D 0 0 105 63 45
Octal 231 144 376 50 75 0 0 405 143 105
Binary 10011001 1100100 11111110 101000 111101 0 0 100000101 1100011 1000101

Color Harmonies of #9964FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9964FE

Black with #9964FE

Text Example


Text Example

White with #9964FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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