Html Css Color HEX #7C64FA Medium Slate Blue

📋 copy color: '#7C64FA'

red 124 ◦ green 100 ◦ blue 250

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

Shades of Medium Slate Blue #7C64FA

Tints of Medium Slate Blue #7C64FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 26.16%
G = 21.1%
B = 52.74%

CMYK

 C value IS 0.50

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C64FA (or 0x7C64FA) is known color: Medium Slate Blue. HEX triplet: 7C, 64 and FA. RGB value is (124,100,250). Sum of RGB (Red+Green+Blue) = 124+100+250=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C64FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C64FA is #839B05. Grayscale: #7B7B7B. Windows color (decimal): -8624902 or 16409724. OLE color: 16409724.

HSL color Cylindrical-coordinate representation of color #7C64FA: hue angle of 249.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C64FA is Cyan = 0.50, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 100 250 -
CMYK 0.50 0.6 0 0.02
HSL 249.6º 0.94% 0.69% -
HSV(B) 249.6º 0.6% 0.98% -
XYZ 30.12 20.3 92.77 -
YUV 124.28 198.95 127.8 -
System Red Green Blue C M Y K H S L
Decimal 124 100 250 0.50 0.6 0 0.02 249.6 0.94 0.69
Hex 7C 64 FA 32 3C 0 2 FA 5E 45
Octal 174 144 372 62 74 0 2 372 136 105
Binary 1111100 1100100 11111010 110010 111100 0 10 11111010 1011110 1000101

Color Harmonies of #7C64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C64FA

Black with #7C64FA

Text Example


Text Example

White with #7C64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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