Html Css Color HEX #7C64FF Light Slate Blue

📋 copy color: '#7C64FF'

red 124 ◦ green 100 ◦ blue 255

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

Shades of Light Slate Blue #7C64FF

Tints of Light Slate Blue #7C64FF

RGB

 RED value IS 124 (48.83% from 255) = 25.89%

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 25.89%
G = 20.88%
B = 53.24%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7C64FF (or 0x7C64FF) is known color: Light Slate Blue. HEX triplet: 7C, 64 and FF. RGB value is (124,100,255). Sum of RGB (Red+Green+Blue) = 124+100+255=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C64FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C64FF is #839B00. Grayscale: #7C7C7C. Windows color (decimal): -8624897 or 16737404. OLE color: 16737404.

HSL color Cylindrical-coordinate representation of color #7C64FF: hue angle of 249.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C64FF is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 124 100 255 -
CMYK 0.51 0.61 0 0
HSL 249.29º 1% 0.7% -
HSV(B) 249.29º 0.61% 1% -
XYZ 30.92 20.62 96.96 -
YUV 124.85 201.45 127.4 -
System Red Green Blue C M Y K H S L
Decimal 124 100 255 0.51 0.61 0 0 249.29 1 0.7
Hex 7C 64 FF 33 3D 0 0 F9 64 46
Octal 174 144 377 63 75 0 0 371 144 106
Binary 1111100 1100100 11111111 110011 111101 0 0 11111001 1100100 1000110

Color Harmonies of #7C64FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C64FF

Black with #7C64FF

Text Example


Text Example

White with #7C64FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C64FF;
 }
 .AnyTagClassName
 {
   color: #7C64FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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