Shades of Medium Slate Blue #7D53DF
Tints of Medium Slate Blue #7D53DF
RGB
CMYK
RGB Variations
Color information
#7D53DF (or 0x7D53DF) is known color: Medium Slate Blue. HEX triplet: 7D, 53 and DF. RGB value is (125,83,223). Sum of RGB (Red+Green+Blue) = 125+83+223=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D53DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D53DF is #82AC20. Grayscale: #6F6F6F. Windows color (decimal): -8563745 or 14635901. OLE color: 14635901.
HSL color Cylindrical-coordinate representation of color #7D53DF: hue angle of 258º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D53DF is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 83 | 223 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.13 |
| HSL | 258º | 0.69% | 0.6% | - |
| HSV(B) | 258º | 0.63% | 0.87% | - |
| XYZ | 24.87 | 15.87 | 71.57 | - |
| YUV | 111.52 | 190.91 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 83 | 223 | 0.44 | 0.63 | 0 | 0.13 | 258 | 0.69 | 0.6 |
| Hex | 7D | 53 | DF | 2C | 3F | 0 | D | 102 | 45 | 3C |
| Octal | 175 | 123 | 337 | 54 | 77 | 0 | 15 | 402 | 105 | 74 |
| Binary | 1111101 | 1010011 | 11011111 | 101100 | 111111 | 0 | 1101 | 100000010 | 1000101 | 111100 |
Color Harmonies of #7D53DF
Complementary color
Monochromatic Colors of #7D53DF
Black with #7D53DF
Text Example
Text Example
White with #7D53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D53DF; }
p { color: rgb(125,83,223); }
H1.HeaderClassName
{
color: #7D53DF;
}
.AnyTagClassName
{
color: #7D53DF;
}
</style>
background-color css
<style>
a { background-color: #7D53DF; }
a { background-color: rgb(125,83,223); }
div.DivClassName
{
background-color: #7D53DF;
}
.BgClassName
{
background-color: #7D53DF;
}
</style>
border-color css
<style>
span { border-color: #7D53DF; }
span { border-color: rgb(125,83,223); }
td.TdClassName
{
border-color: #7D53DF;
}
.TagClassName
{
border-color: #7D53DF;
}
</style>