Html Css Color HEX #7D61DC Medium Slate Blue

📋 copy color: '#7D61DC'

red 125 ◦ green 97 ◦ blue 220

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

Shades of Medium Slate Blue #7D61DC

Tints of Medium Slate Blue #7D61DC

RGB

 RED value IS 125 (49.22% from 255) = 28.28%

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

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

R = 28.28%
G = 21.95%
B = 49.77%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D61DC (or 0x7D61DC) is known color: Medium Slate Blue. HEX triplet: 7D, 61 and DC. RGB value is (125,97,220). Sum of RGB (Red+Green+Blue) = 125+97+220=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D61DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D61DC is #829E23. Grayscale: #767676. Windows color (decimal): -8560164 or 14442877. OLE color: 14442877.

HSL color Cylindrical-coordinate representation of color #7D61DC: hue angle of 253.66º 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 #7D61DC is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 97 220 -
CMYK 0.43 0.56 0 0.14
HSL 253.66º 0.64% 0.62% -
HSV(B) 253.66º 0.56% 0.86% -
XYZ 25.65 18.08 69.85 -
YUV 119.39 184.78 132 -
System Red Green Blue C M Y K H S L
Decimal 125 97 220 0.43 0.56 0 0.14 253.66 0.64 0.62
Hex 7D 61 DC 2B 38 0 E FE 40 3E
Octal 175 141 334 53 70 0 16 376 100 76
Binary 1111101 1100001 11011100 101011 111000 0 1110 11111110 1000000 111110

Color Harmonies of #7D61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D61DC

Black with #7D61DC

Text Example


Text Example

White with #7D61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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