Html Css Color HEX #7C4DED Medium Slate Blue

📋 copy color: '#7C4DED'

red 124 ◦ green 77 ◦ blue 237

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

Shades of Medium Slate Blue #7C4DED

Tints of Medium Slate Blue #7C4DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.58%

 BLUE value IS 237 (92.97% from 255) = 54.11%

R = 28.31%
G = 17.58%
B = 54.11%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7C4DED (or 0x7C4DED) is known color: Medium Slate Blue. HEX triplet: 7C, 4D and ED. RGB value is (124,77,237). Sum of RGB (Red+Green+Blue) = 124+77+237=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C4DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C4DED is #83B212. Grayscale: #6C6C6C. Windows color (decimal): -8630803 or 15551868. OLE color: 15551868.

HSL color Cylindrical-coordinate representation of color #7C4DED: hue angle of 257.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C4DED is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 77 237 -
CMYK 0.48 0.68 0 0.07
HSL 257.63º 0.82% 0.62% -
HSV(B) 257.63º 0.68% 0.93% -
XYZ 26.25 15.71 81.77 -
YUV 109.29 200.07 138.49 -
System Red Green Blue C M Y K H S L
Decimal 124 77 237 0.48 0.68 0 0.07 257.63 0.82 0.62
Hex 7C 4D ED 30 44 0 7 102 52 3E
Octal 174 115 355 60 104 0 7 402 122 76
Binary 1111100 1001101 11101101 110000 1000100 0 111 100000010 1010010 111110

Color Harmonies of #7C4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4DED

Black with #7C4DED

Text Example


Text Example

White with #7C4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,77,237); }

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

background-color css

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

 a { background-color: rgb(124,77,237); }

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

border-color css

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

 span { border-color: rgb(124,77,237); }

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