Html Css Color HEX #9F64FD Light Slate Blue

📋 copy color: '#9F64FD'

red 159 ◦ green 100 ◦ blue 253

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

Shades of Light Slate Blue #9F64FD

Tints of Light Slate Blue #9F64FD

RGB

 RED value IS 159 (62.5% from 255) = 31.05%

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

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 31.05%
G = 19.53%
B = 49.41%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F64FD (or 0x9F64FD) is known color: Light Slate Blue. HEX triplet: 9F, 64 and FD. RGB value is (159,100,253). Sum of RGB (Red+Green+Blue) = 159+100+253=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F64FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F64FD is #609B02. Grayscale: #868686. Windows color (decimal): -6331139 or 16606367. OLE color: 16606367.

HSL color Cylindrical-coordinate representation of color #9F64FD: hue angle of 263.14º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F64FD is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 100 253 -
CMYK 0.37 0.60 0 0.01
HSL 263.14º 0.97% 0.69% -
HSV(B) 263.14º 0.6% 0.99% -
XYZ 36.58 23.58 95.55 -
YUV 135.08 194.55 145.06 -
System Red Green Blue C M Y K H S L
Decimal 159 100 253 0.37 0.60 0 0.01 263.14 0.97 0.69
Hex 9F 64 FD 25 3C 0 1 107 61 45
Octal 237 144 375 45 74 0 1 407 141 105
Binary 10011111 1100100 11111101 100101 111100 0 1 100000111 1100001 1000101

Color Harmonies of #9F64FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F64FD

Black with #9F64FD

Text Example


Text Example

White with #9F64FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F64FD; }

 p { color: rgb(159,100,253); }

 H1.HeaderClassName
 {
   color: #9F64FD;
 }
 .AnyTagClassName
 {
   color: #9F64FD;
 }
</style>

background-color css

<style>
 a { background-color: #9F64FD; }

 a { background-color: rgb(159,100,253); }

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

border-color css

<style>
 span { border-color: #9F64FD; }

 span { border-color: rgb(159,100,253); }

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