Html Css Color HEX #7C4FFC Medium Slate Blue

📋 copy color: '#7C4FFC'

red 124 ◦ green 79 ◦ blue 252

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

Shades of Medium Slate Blue #7C4FFC

Tints of Medium Slate Blue #7C4FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.36%

 BLUE value IS 252 (98.83% from 255) = 55.38%

R = 27.25%
G = 17.36%
B = 55.38%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7C4FFC (or 0x7C4FFC) is known color: Medium Slate Blue. HEX triplet: 7C, 4F and FC. RGB value is (124,79,252). Sum of RGB (Red+Green+Blue) = 124+79+252=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C4FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C4FFC is #83B003. Grayscale: #6F6F6F. Windows color (decimal): -8630276 or 16535420. OLE color: 16535420.

HSL color Cylindrical-coordinate representation of color #7C4FFC: hue angle of 255.61º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C4FFC is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 124 79 252 -
CMYK 0.51 0.69 0 0.01
HSL 255.61º 0.97% 0.65% -
HSV(B) 255.61º 0.69% 0.99% -
XYZ 28.68 16.91 93.85 -
YUV 112.18 206.91 136.43 -
System Red Green Blue C M Y K H S L
Decimal 124 79 252 0.51 0.69 0 0.01 255.61 0.97 0.65
Hex 7C 4F FC 33 45 0 1 100 61 41
Octal 174 117 374 63 105 0 1 400 141 101
Binary 1111100 1001111 11111100 110011 1000101 0 1 100000000 1100001 1000001

Color Harmonies of #7C4FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4FFC

Black with #7C4FFC

Text Example


Text Example

White with #7C4FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,79,252); }

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

background-color css

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

 a { background-color: rgb(124,79,252); }

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

border-color css

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

 span { border-color: rgb(124,79,252); }

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