Html Css Color HEX #7C49EA Medium Slate Blue

📋 copy color: '#7C49EA'

red 124 ◦ green 73 ◦ blue 234

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

Shades of Medium Slate Blue #7C49EA

Tints of Medium Slate Blue #7C49EA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.94%

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 28.77%
G = 16.94%
B = 54.29%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C49EA (or 0x7C49EA) is known color: Medium Slate Blue. HEX triplet: 7C, 49 and EA. RGB value is (124,73,234). Sum of RGB (Red+Green+Blue) = 124+73+234=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C49EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C49EA is #83B615. Grayscale: #6A6A6A. Windows color (decimal): -8631830 or 15354236. OLE color: 15354236.

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

Color convert

RGB 124 73 234 -
CMYK 0.47 0.69 0 0.08
HSL 259.01º 0.79% 0.6% -
HSV(B) 259.01º 0.69% 0.92% -
XYZ 25.55 14.99 79.39 -
YUV 106.6 199.9 140.41 -
System Red Green Blue C M Y K H S L
Decimal 124 73 234 0.47 0.69 0 0.08 259.01 0.79 0.6
Hex 7C 49 EA 2F 45 0 8 103 4F 3C
Octal 174 111 352 57 105 0 10 403 117 74
Binary 1111100 1001001 11101010 101111 1000101 0 1000 100000011 1001111 111100

Color Harmonies of #7C49EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C49EA

Black with #7C49EA

Text Example


Text Example

White with #7C49EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,73,234); }

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

background-color css

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

 a { background-color: rgb(124,73,234); }

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

border-color css

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

 span { border-color: rgb(124,73,234); }

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