Html Css Color HEX #9C64FD Light Slate Blue

📋 copy color: '#9C64FD'

red 156 ◦ green 100 ◦ blue 253

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

Shades of Light Slate Blue #9C64FD

Tints of Light Slate Blue #9C64FD

RGB

 RED value IS 156 (61.33% from 255) = 30.65%

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

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

R = 30.65%
G = 19.65%
B = 49.71%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C64FD (or 0x9C64FD) is known color: Light Slate Blue. HEX triplet: 9C, 64 and FD. RGB value is (156,100,253). Sum of RGB (Red+Green+Blue) = 156+100+253=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C64FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C64FD is #639B02. Grayscale: #858585. Windows color (decimal): -6527747 or 16606364. OLE color: 16606364.

HSL color Cylindrical-coordinate representation of color #9C64FD: hue angle of 261.96º 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 #9C64FD is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 100 253 -
CMYK 0.38 0.60 0 0.01
HSL 261.96º 0.97% 0.69% -
HSV(B) 261.96º 0.6% 0.99% -
XYZ 36 23.27 95.52 -
YUV 134.19 195.05 143.56 -
System Red Green Blue C M Y K H S L
Decimal 156 100 253 0.38 0.60 0 0.01 261.96 0.97 0.69
Hex 9C 64 FD 26 3C 0 1 106 61 45
Octal 234 144 375 46 74 0 1 406 141 105
Binary 10011100 1100100 11111101 100110 111100 0 1 100000110 1100001 1000101

Color Harmonies of #9C64FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C64FD

Black with #9C64FD

Text Example


Text Example

White with #9C64FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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