Html Css Color HEX #7C50EF Medium Slate Blue

📋 copy color: '#7C50EF'

red 124 ◦ green 80 ◦ blue 239

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

Shades of Medium Slate Blue #7C50EF

Tints of Medium Slate Blue #7C50EF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.06%

 BLUE value IS 239 (93.75% from 255) = 53.95%

R = 27.99%
G = 18.06%
B = 53.95%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7C50EF (or 0x7C50EF) is known color: Medium Slate Blue. HEX triplet: 7C, 50 and EF. RGB value is (124,80,239). Sum of RGB (Red+Green+Blue) = 124+80+239=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C50EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C50EF is #83AF10. Grayscale: #6E6E6E. Windows color (decimal): -8630033 or 15683708. OLE color: 15683708.

HSL color Cylindrical-coordinate representation of color #7C50EF: hue angle of 256.6º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C50EF is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 124 80 239 -
CMYK 0.48 0.67 0 0.06
HSL 256.6º 0.83% 0.63% -
HSV(B) 256.6º 0.67% 0.94% -
XYZ 26.76 16.25 83.39 -
YUV 111.28 200.08 137.07 -
System Red Green Blue C M Y K H S L
Decimal 124 80 239 0.48 0.67 0 0.06 256.6 0.83 0.63
Hex 7C 50 EF 30 43 0 6 101 53 3F
Octal 174 120 357 60 103 0 6 401 123 77
Binary 1111100 1010000 11101111 110000 1000011 0 110 100000001 1010011 111111

Color Harmonies of #7C50EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C50EF

Black with #7C50EF

Text Example


Text Example

White with #7C50EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,80,239); }

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

background-color css

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

 a { background-color: rgb(124,80,239); }

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

border-color css

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

 span { border-color: rgb(124,80,239); }

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