Html Css Color HEX #7C61DC Medium Slate Blue

📋 copy color: '#7C61DC'

red 124 ◦ green 97 ◦ blue 220

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

Shades of Medium Slate Blue #7C61DC

Tints of Medium Slate Blue #7C61DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22%

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

R = 28.12%
G = 22%
B = 49.89%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C61DC (or 0x7C61DC) is known color: Medium Slate Blue. HEX triplet: 7C, 61 and DC. RGB value is (124,97,220). Sum of RGB (Red+Green+Blue) = 124+97+220=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C61DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C61DC is #839E23. Grayscale: #767676. Windows color (decimal): -8625700 or 14442876. OLE color: 14442876.

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

Color convert

RGB 124 97 220 -
CMYK 0.44 0.56 0 0.14
HSL 253.17º 0.64% 0.62% -
HSV(B) 253.17º 0.56% 0.86% -
XYZ 25.51 18 69.84 -
YUV 119.1 184.95 131.5 -
System Red Green Blue C M Y K H S L
Decimal 124 97 220 0.44 0.56 0 0.14 253.17 0.64 0.62
Hex 7C 61 DC 2C 38 0 E FD 40 3E
Octal 174 141 334 54 70 0 16 375 100 76
Binary 1111100 1100001 11011100 101100 111000 0 1110 11111101 1000000 111110

Color Harmonies of #7C61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C61DC

Black with #7C61DC

Text Example


Text Example

White with #7C61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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