Shades of Medium Slate Blue #7D73F1
Tints of Medium Slate Blue #7D73F1
RGB
CMYK
RGB Variations
Color information
#7D73F1 (or 0x7D73F1) is known color: Medium Slate Blue. HEX triplet: 7D, 73 and F1. RGB value is (125,115,241). Sum of RGB (Red+Green+Blue) = 125+115+241=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #7D73F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D73F1 is #828C0E. Grayscale: #838383. Windows color (decimal): -8555535 or 15823741. OLE color: 15823741.
HSL color Cylindrical-coordinate representation of color #7D73F1: hue angle of 244.76º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D73F1 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 115 | 241 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.05 |
| HSL | 244.76º | 0.82% | 0.7% | - |
| HSV(B) | 244.76º | 0.52% | 0.95% | - |
| XYZ | 30.47 | 22.97 | 86.05 | - |
| YUV | 132.35 | 189.31 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 241 | 0.48 | 0.52 | 0 | 0.05 | 244.76 | 0.82 | 0.7 |
| Hex | 7D | 73 | F1 | 30 | 34 | 0 | 5 | F5 | 52 | 46 |
| Octal | 175 | 163 | 361 | 60 | 64 | 0 | 5 | 365 | 122 | 106 |
| Binary | 1111101 | 1110011 | 11110001 | 110000 | 110100 | 0 | 101 | 11110101 | 1010010 | 1000110 |
Color Harmonies of #7D73F1
Complementary color
Monochromatic Colors of #7D73F1
Black with #7D73F1
Text Example
Text Example
White with #7D73F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D73F1; }
p { color: rgb(125,115,241); }
H1.HeaderClassName
{
color: #7D73F1;
}
.AnyTagClassName
{
color: #7D73F1;
}
</style>
background-color css
<style>
a { background-color: #7D73F1; }
a { background-color: rgb(125,115,241); }
div.DivClassName
{
background-color: #7D73F1;
}
.BgClassName
{
background-color: #7D73F1;
}
</style>
border-color css
<style>
span { border-color: #7D73F1; }
span { border-color: rgb(125,115,241); }
td.TdClassName
{
border-color: #7D73F1;
}
.TagClassName
{
border-color: #7D73F1;
}
</style>