Html Css Color HEX #7C57EB Medium Slate Blue

📋 copy color: '#7C57EB'

red 124 ◦ green 87 ◦ blue 235

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

Shades of Medium Slate Blue #7C57EB

Tints of Medium Slate Blue #7C57EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.69%

R = 27.8%
G = 19.51%
B = 52.69%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C57EB (or 0x7C57EB) is known color: Medium Slate Blue. HEX triplet: 7C, 57 and EB. RGB value is (124,87,235). Sum of RGB (Red+Green+Blue) = 124+87+235=446 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.80% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C57EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C57EB is #83A814. Grayscale: #727272. Windows color (decimal): -8628245 or 15423356. OLE color: 15423356.

HSL color Cylindrical-coordinate representation of color #7C57EB: hue angle of 255º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C57EB is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 87 235 -
CMYK 0.47 0.63 0 0.08
HSL 255º 0.79% 0.63% -
HSV(B) 255º 0.63% 0.92% -
XYZ 26.72 17.1 80.49 -
YUV 114.94 195.76 134.47 -
System Red Green Blue C M Y K H S L
Decimal 124 87 235 0.47 0.63 0 0.08 255 0.79 0.63
Hex 7C 57 EB 2F 3F 0 8 FF 4F 3F
Octal 174 127 353 57 77 0 10 377 117 77
Binary 1111100 1010111 11101011 101111 111111 0 1000 11111111 1001111 111111

Color Harmonies of #7C57EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C57EB

Black with #7C57EB

Text Example


Text Example

White with #7C57EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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