Html Css Color HEX #9664FE Light Slate Blue

📋 copy color: '#9664FE'

red 150 ◦ green 100 ◦ blue 254

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

Shades of Light Slate Blue #9664FE

Tints of Light Slate Blue #9664FE

RGB

 RED value IS 150 (58.98% from 255) = 29.76%

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

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

R = 29.76%
G = 19.84%
B = 50.4%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9664FE (or 0x9664FE) is known color: Light Slate Blue. HEX triplet: 96, 64 and FE. RGB value is (150,100,254). Sum of RGB (Red+Green+Blue) = 150+100+254=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #9664FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9664FE is #699B01. Grayscale: #838383. Windows color (decimal): -6920962 or 16671894. OLE color: 16671894.

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

Color convert

RGB 150 100 254 -
CMYK 0.41 0.61 0 0.00
HSL 259.48º 0.99% 0.69% -
HSV(B) 259.48º 0.61% 1% -
XYZ 35.02 22.75 96.31 -
YUV 132.51 196.57 140.48 -
System Red Green Blue C M Y K H S L
Decimal 150 100 254 0.41 0.61 0 0.00 259.48 0.99 0.69
Hex 96 64 FE 29 3D 0 0 103 63 45
Octal 226 144 376 51 75 0 0 403 143 105
Binary 10010110 1100100 11111110 101001 111101 0 0 100000011 1100011 1000101

Color Harmonies of #9664FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9664FE

Black with #9664FE

Text Example


Text Example

White with #9664FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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