#9C64FE

Color #9C64FE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9C64FE

Tints of Light Slate Blue #9C64FE

Color information

#9C64FE (or 0x9C64FE) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 64 and FE. RGB value is (156,100,254). Sum of RGB (Red+Green+Blue) = 156+100+254=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C64FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C64FE is #639B01. Grayscale: #858585. Windows color (decimal): -6527746 or 16671900. OLE color: 16671900.

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

Color convert

RGB156100254-
CMYK0.390.6100.00
HSL261.82º98.72%69.41%-
HSV(B)261.82º60.63%99.61%-
XYZ36.1623.3496.36-
YUV134.3195.55143.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.59%
GREEN value IS 100 (39.45% from 255) = 19.61%
BLUE value IS 254 (99.61% from 255) = 49.80%
R=30.59%
G=19.61%
B=49.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1561002540.390.6100.00261.8298.7269.41
Hex9C64FE273D001066345
Octal234144376477500406143105
Binary100111001100100111111101001111111010010000011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C64FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C64FE;
 }
 .AnyTagClassName
 {
   color: #9C64FE;
 }
</style>
background-color css

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

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

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

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

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

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