Shades of Medium Slate Blue #7D5CF7
Tints of Medium Slate Blue #7D5CF7
RGB
CMYK
RGB Variations
Color information
#7D5CF7 (or 0x7D5CF7) is known color: Medium Slate Blue. HEX triplet: 7D, 5C and F7. RGB value is (125,92,247). Sum of RGB (Red+Green+Blue) = 125+92+247=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #7D5CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5CF7 is #82A308. Grayscale: #767676. Windows color (decimal): -8561417 or 16211069. OLE color: 16211069.
HSL color Cylindrical-coordinate representation of color #7D5CF7: hue angle of 252.77º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D5CF7 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 92 | 247 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.03 |
| HSL | 252.77º | 0.91% | 0.66% | - |
| HSV(B) | 252.77º | 0.63% | 0.97% | - |
| XYZ | 29.07 | 18.73 | 90.08 | - |
| YUV | 119.54 | 199.93 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 92 | 247 | 0.49 | 0.63 | 0 | 0.03 | 252.77 | 0.91 | 0.66 |
| Hex | 7D | 5C | F7 | 31 | 3F | 0 | 3 | FD | 5B | 42 |
| Octal | 175 | 134 | 367 | 61 | 77 | 0 | 3 | 375 | 133 | 102 |
| Binary | 1111101 | 1011100 | 11110111 | 110001 | 111111 | 0 | 11 | 11111101 | 1011011 | 1000010 |
Color Harmonies of #7D5CF7
Complementary color
Monochromatic Colors of #7D5CF7
Black with #7D5CF7
Text Example
Text Example
White with #7D5CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5CF7; }
p { color: rgb(125,92,247); }
H1.HeaderClassName
{
color: #7D5CF7;
}
.AnyTagClassName
{
color: #7D5CF7;
}
</style>
background-color css
<style>
a { background-color: #7D5CF7; }
a { background-color: rgb(125,92,247); }
div.DivClassName
{
background-color: #7D5CF7;
}
.BgClassName
{
background-color: #7D5CF7;
}
</style>
border-color css
<style>
span { border-color: #7D5CF7; }
span { border-color: rgb(125,92,247); }
td.TdClassName
{
border-color: #7D5CF7;
}
.TagClassName
{
border-color: #7D5CF7;
}
</style>