Html Css Color HEX #7C61DD Medium Slate Blue

📋 copy color: '#7C61DD'

red 124 ◦ green 97 ◦ blue 221

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

Shades of Medium Slate Blue #7C61DD

Tints of Medium Slate Blue #7C61DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 28.05%
G = 21.95%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C61DD (or 0x7C61DD) is known color: Medium Slate Blue. HEX triplet: 7C, 61 and DD. RGB value is (124,97,221). Sum of RGB (Red+Green+Blue) = 124+97+221=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C61DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C61DD is #839E22. Grayscale: #767676. Windows color (decimal): -8625699 or 14508412. OLE color: 14508412.

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

Color convert

RGB 124 97 221 -
CMYK 0.44 0.56 0 0.13
HSL 253.06º 0.65% 0.62% -
HSV(B) 253.06º 0.56% 0.87% -
XYZ 25.64 18.05 70.54 -
YUV 119.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 124 97 221 0.44 0.56 0 0.13 253.06 0.65 0.62
Hex 7C 61 DD 2C 38 0 D FD 41 3E
Octal 174 141 335 54 70 0 15 375 101 76
Binary 1111100 1100001 11011101 101100 111000 0 1101 11111101 1000001 111110

Color Harmonies of #7C61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C61DD

Black with #7C61DD

Text Example


Text Example

White with #7C61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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