#7C64FD

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

Shades of Light Slate Blue #7C64FD

Tints of Light Slate Blue #7C64FD

Color information

#7C64FD (or 0x7C64FD) is unknown color: approx Light Slate Blue. HEX triplet: 7C, 64 and FD. RGB value is (124,100,253). Sum of RGB (Red+Green+Blue) = 124+100+253=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C64FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C64FD is #839B02. Grayscale: #7C7C7C. Windows color (decimal): -8624899 or 16606332. OLE color: 16606332.

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

Color convert

RGB124100253-
CMYK0.510.6000.01
HSL249.41º97.45%69.22%-
HSV(B)249.41º60.47%99.22%-
XYZ30.620.4995.27-
YUV124.62200.45127.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.00%
GREEN value IS 100 (39.45% from 255) = 20.96%
BLUE value IS 253 (99.22% from 255) = 53.04%
R=26.00%
G=20.96%
B=53.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1241002530.510.6000.01249.4197.4569.22
Hex7C64FD333C01f96145
Octal174144375637401371141105
Binary1111100110010011111101110011111100011111100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C64FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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