Html Css Color HEX #7C57F1 Medium Slate Blue

📋 copy color: '#7C57F1'

red 124 ◦ green 87 ◦ blue 241

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

Shades of Medium Slate Blue #7C57F1

Tints of Medium Slate Blue #7C57F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.32%

R = 27.43%
G = 19.25%
B = 53.32%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7C57F1 (or 0x7C57F1) is known color: Medium Slate Blue. HEX triplet: 7C, 57 and F1. RGB value is (124,87,241). Sum of RGB (Red+Green+Blue) = 124+87+241=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #7C57F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C57F1 is #83A80E. Grayscale: #737373. Windows color (decimal): -8628239 or 15816572. OLE color: 15816572.

HSL color Cylindrical-coordinate representation of color #7C57F1: hue angle of 254.42º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C57F1 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 87 241 -
CMYK 0.49 0.64 0 0.05
HSL 254.42º 0.85% 0.64% -
HSV(B) 254.42º 0.64% 0.95% -
XYZ 27.6 17.45 85.13 -
YUV 115.62 198.76 133.98 -
System Red Green Blue C M Y K H S L
Decimal 124 87 241 0.49 0.64 0 0.05 254.42 0.85 0.64
Hex 7C 57 F1 31 40 0 5 FE 55 40
Octal 174 127 361 61 100 0 5 376 125 100
Binary 1111100 1010111 11110001 110001 1000000 0 101 11111110 1010101 1000000

Color Harmonies of #7C57F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C57F1

Black with #7C57F1

Text Example


Text Example

White with #7C57F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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