Html Css Color HEX #7C50E5 Medium Slate Blue

📋 copy color: '#7C50E5'

red 124 ◦ green 80 ◦ blue 229

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

Shades of Medium Slate Blue #7C50E5

Tints of Medium Slate Blue #7C50E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 52.89%

R = 28.64%
G = 18.48%
B = 52.89%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7C50E5 (or 0x7C50E5) is known color: Medium Slate Blue. HEX triplet: 7C, 50 and E5. RGB value is (124,80,229). Sum of RGB (Red+Green+Blue) = 124+80+229=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #7C50E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C50E5 is #83AF1A. Grayscale: #6D6D6D. Windows color (decimal): -8630043 or 15028348. OLE color: 15028348.

HSL color Cylindrical-coordinate representation of color #7C50E5: hue angle of 257.72º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C50E5 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 124 80 229 -
CMYK 0.46 0.65 0 0.10
HSL 257.72º 0.74% 0.61% -
HSV(B) 257.72º 0.65% 0.9% -
XYZ 25.32 15.68 75.82 -
YUV 110.14 195.08 137.88 -
System Red Green Blue C M Y K H S L
Decimal 124 80 229 0.46 0.65 0 0.10 257.72 0.74 0.61
Hex 7C 50 E5 2E 41 0 A 102 4A 3D
Octal 174 120 345 56 101 0 12 402 112 75
Binary 1111100 1010000 11100101 101110 1000001 0 1010 100000010 1001010 111101

Color Harmonies of #7C50E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C50E5

Black with #7C50E5

Text Example


Text Example

White with #7C50E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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