Html Css Color HEX #7C4CFC Medium Slate Blue

📋 copy color: '#7C4CFC'

red 124 ◦ green 76 ◦ blue 252

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

Shades of Medium Slate Blue #7C4CFC

Tints of Medium Slate Blue #7C4CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.81%

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

R = 27.43%
G = 16.81%
B = 55.75%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7C4CFC (or 0x7C4CFC) is known color: Medium Slate Blue. HEX triplet: 7C, 4C and FC. RGB value is (124,76,252). Sum of RGB (Red+Green+Blue) = 124+76+252=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C4CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C4CFC is #83B303. Grayscale: #6D6D6D. Windows color (decimal): -8631044 or 16534652. OLE color: 16534652.

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

Color convert

RGB 124 76 252 -
CMYK 0.51 0.70 0 0.01
HSL 256.36º 0.97% 0.64% -
HSV(B) 256.36º 0.7% 0.99% -
XYZ 28.47 16.48 93.78 -
YUV 110.42 207.9 137.69 -
System Red Green Blue C M Y K H S L
Decimal 124 76 252 0.51 0.70 0 0.01 256.36 0.97 0.64
Hex 7C 4C FC 33 46 0 1 100 61 40
Octal 174 114 374 63 106 0 1 400 141 100
Binary 1111100 1001100 11111100 110011 1000110 0 1 100000000 1100001 1000000

Color Harmonies of #7C4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4CFC

Black with #7C4CFC

Text Example


Text Example

White with #7C4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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