Html Css Color HEX #7C5EFA Medium Slate Blue

📋 copy color: '#7C5EFA'

red 124 ◦ green 94 ◦ blue 250

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

Shades of Medium Slate Blue #7C5EFA

Tints of Medium Slate Blue #7C5EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.09%

 BLUE value IS 250 (98.05% from 255) = 53.42%

R = 26.5%
G = 20.09%
B = 53.42%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C5EFA (or 0x7C5EFA) is known color: Medium Slate Blue. HEX triplet: 7C, 5E and FA. RGB value is (124,94,250). Sum of RGB (Red+Green+Blue) = 124+94+250=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C5EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5EFA is #83A105. Grayscale: #787878. Windows color (decimal): -8626438 or 16408188. OLE color: 16408188.

HSL color Cylindrical-coordinate representation of color #7C5EFA: hue angle of 251.54º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C5EFA is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 94 250 -
CMYK 0.50 0.62 0 0.02
HSL 251.54º 0.94% 0.67% -
HSV(B) 251.54º 0.62% 0.98% -
XYZ 29.57 19.19 92.59 -
YUV 120.75 200.94 130.32 -
System Red Green Blue C M Y K H S L
Decimal 124 94 250 0.50 0.62 0 0.02 251.54 0.94 0.67
Hex 7C 5E FA 32 3E 0 2 FC 5E 43
Octal 174 136 372 62 76 0 2 374 136 103
Binary 1111100 1011110 11111010 110010 111110 0 10 11111100 1011110 1000011

Color Harmonies of #7C5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5EFA

Black with #7C5EFA

Text Example


Text Example

White with #7C5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,94,250); }

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

background-color css

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

 a { background-color: rgb(124,94,250); }

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

border-color css

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

 span { border-color: rgb(124,94,250); }

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