Html Css Color HEX #7D57EC Medium Slate Blue

📋 copy color: '#7D57EC'

red 125 ◦ green 87 ◦ blue 236

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

Shades of Medium Slate Blue #7D57EC

Tints of Medium Slate Blue #7D57EC

RGB

 RED value IS 125 (49.22% from 255) = 27.9%

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

 BLUE value IS 236 (92.58% from 255) = 52.68%

R = 27.9%
G = 19.42%
B = 52.68%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D57EC (or 0x7D57EC) is known color: Medium Slate Blue. HEX triplet: 7D, 57 and EC. RGB value is (125,87,236). Sum of RGB (Red+Green+Blue) = 125+87+236=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D57EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D57EC is #82A813. Grayscale: #727272. Windows color (decimal): -8562708 or 15488893. OLE color: 15488893.

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

Color convert

RGB 125 87 236 -
CMYK 0.47 0.63 0 0.07
HSL 255.3º 0.8% 0.63% -
HSV(B) 255.3º 0.63% 0.93% -
XYZ 27.01 17.23 81.26 -
YUV 115.35 196.09 134.88 -
System Red Green Blue C M Y K H S L
Decimal 125 87 236 0.47 0.63 0 0.07 255.3 0.8 0.63
Hex 7D 57 EC 2F 3F 0 7 FF 50 3F
Octal 175 127 354 57 77 0 7 377 120 77
Binary 1111101 1010111 11101100 101111 111111 0 111 11111111 1010000 111111

Color Harmonies of #7D57EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D57EC

Black with #7D57EC

Text Example


Text Example

White with #7D57EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,87,236); }

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

background-color css

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

 a { background-color: rgb(125,87,236); }

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

border-color css

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

 span { border-color: rgb(125,87,236); }

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