Shades of Medium Slate Blue #7D64DF
Tints of Medium Slate Blue #7D64DF
RGB
CMYK
RGB Variations
Color information
#7D64DF (or 0x7D64DF) is known color: Medium Slate Blue. HEX triplet: 7D, 64 and DF. RGB value is (125,100,223). Sum of RGB (Red+Green+Blue) = 125+100+223=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D64DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D64DF is #829B20. Grayscale: #797979. Windows color (decimal): -8559393 or 14640253. OLE color: 14640253.
HSL color Cylindrical-coordinate representation of color #7D64DF: hue angle of 252.2º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D64DF is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 100 | 223 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.13 |
| HSL | 252.2º | 0.66% | 0.63% | - |
| HSV(B) | 252.2º | 0.55% | 0.87% | - |
| XYZ | 26.33 | 18.8 | 72.05 | - |
| YUV | 121.5 | 185.28 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 223 | 0.44 | 0.55 | 0 | 0.13 | 252.2 | 0.66 | 0.63 |
| Hex | 7D | 64 | DF | 2C | 37 | 0 | D | FC | 42 | 3F |
| Octal | 175 | 144 | 337 | 54 | 67 | 0 | 15 | 374 | 102 | 77 |
| Binary | 1111101 | 1100100 | 11011111 | 101100 | 110111 | 0 | 1101 | 11111100 | 1000010 | 111111 |
Color Harmonies of #7D64DF
Complementary color
Monochromatic Colors of #7D64DF
Black with #7D64DF
Text Example
Text Example
White with #7D64DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D64DF; }
p { color: rgb(125,100,223); }
H1.HeaderClassName
{
color: #7D64DF;
}
.AnyTagClassName
{
color: #7D64DF;
}
</style>
background-color css
<style>
a { background-color: #7D64DF; }
a { background-color: rgb(125,100,223); }
div.DivClassName
{
background-color: #7D64DF;
}
.BgClassName
{
background-color: #7D64DF;
}
</style>
border-color css
<style>
span { border-color: #7D64DF; }
span { border-color: rgb(125,100,223); }
td.TdClassName
{
border-color: #7D64DF;
}
.TagClassName
{
border-color: #7D64DF;
}
</style>