Html Css Color HEX #7C57FC Medium Slate Blue

📋 copy color: '#7C57FC'

red 124 ◦ green 87 ◦ blue 252

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

Shades of Medium Slate Blue #7C57FC

Tints of Medium Slate Blue #7C57FC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.79%

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

R = 26.78%
G = 18.79%
B = 54.43%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7C57FC (or 0x7C57FC) is known color: Medium Slate Blue. HEX triplet: 7C, 57 and FC. RGB value is (124,87,252). Sum of RGB (Red+Green+Blue) = 124+87+252=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C57FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C57FC is #83A803. Grayscale: #747474. Windows color (decimal): -8628228 or 16537468. OLE color: 16537468.

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

Color convert

RGB 124 87 252 -
CMYK 0.51 0.65 0 0.01
HSL 253.45º 0.96% 0.66% -
HSV(B) 253.45º 0.65% 0.99% -
XYZ 29.29 18.13 94.05 -
YUV 116.87 204.26 133.08 -
System Red Green Blue C M Y K H S L
Decimal 124 87 252 0.51 0.65 0 0.01 253.45 0.96 0.66
Hex 7C 57 FC 33 41 0 1 FD 60 42
Octal 174 127 374 63 101 0 1 375 140 102
Binary 1111100 1010111 11111100 110011 1000001 0 1 11111101 1100000 1000010

Color Harmonies of #7C57FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C57FC

Black with #7C57FC

Text Example


Text Example

White with #7C57FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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