#7D61DB

Color #7D61DB Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7D61DB

Tints of Medium Slate Blue #7D61DB

Color information

#7D61DB (or 0x7D61DB) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 61 and DB. RGB value is (125,97,219). Sum of RGB (Red+Green+Blue) = 125+97+219=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D61DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D61DB is #829E24. Grayscale: #767676. Windows color (decimal): -8560165 or 14377341. OLE color: 14377341.

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

Color convert

RGB12597219-
CMYK0.430.5600.14
HSL253.77º62.89%61.96%-
HSV(B)253.77º55.71%85.88%-
XYZ25.5218.0269.15-
YUV119.28184.28132.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.34%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 219 (85.94% from 255) = 49.66%
R=28.34%
G=22.00%
B=49.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal125972190.430.5600.14253.7762.8961.96
Hex7D61DB2B380Efe3f3e
Octal17514133353700163767776
Binary11111011100001110110111010111110000111011111110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D61DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D61DB;
 }
 .AnyTagClassName
 {
   color: #7D61DB;
 }
</style>
background-color css

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

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

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

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

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

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