Html Css Color HEX #7C5ADC Medium Slate Blue

📋 copy color: '#7C5ADC'

red 124 ◦ green 90 ◦ blue 220

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

Shades of Medium Slate Blue #7C5ADC

Tints of Medium Slate Blue #7C5ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.74%

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 28.57%
G = 20.74%
B = 50.69%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C5ADC (or 0x7C5ADC) is known color: Medium Slate Blue. HEX triplet: 7C, 5A and DC. RGB value is (124,90,220). Sum of RGB (Red+Green+Blue) = 124+90+220=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C5ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5ADC is #83A523. Grayscale: #727272. Windows color (decimal): -8627492 or 14441084. OLE color: 14441084.

HSL color Cylindrical-coordinate representation of color #7C5ADC: hue angle of 255.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C5ADC is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 90 220 -
CMYK 0.44 0.59 0 0.14
HSL 255.69º 0.65% 0.61% -
HSV(B) 255.69º 0.59% 0.86% -
XYZ 24.89 16.76 69.63 -
YUV 114.99 187.26 134.43 -
System Red Green Blue C M Y K H S L
Decimal 124 90 220 0.44 0.59 0 0.14 255.69 0.65 0.61
Hex 7C 5A DC 2C 3B 0 E 100 41 3D
Octal 174 132 334 54 73 0 16 400 101 75
Binary 1111100 1011010 11011100 101100 111011 0 1110 100000000 1000001 111101

Color Harmonies of #7C5ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5ADC

Black with #7C5ADC

Text Example


Text Example

White with #7C5ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,90,220); }

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

background-color css

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

 a { background-color: rgb(124,90,220); }

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

border-color css

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

 span { border-color: rgb(124,90,220); }

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