Shades of Medium Slate Blue #7D55EF
Tints of Medium Slate Blue #7D55EF
RGB
CMYK
RGB Variations
Color information
#7D55EF (or 0x7D55EF) is known color: Medium Slate Blue. HEX triplet: 7D, 55 and EF. RGB value is (125,85,239). Sum of RGB (Red+Green+Blue) = 125+85+239=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D55EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D55EF is #82AA10. Grayscale: #717171. Windows color (decimal): -8563217 or 15684989. OLE color: 15684989.
HSL color Cylindrical-coordinate representation of color #7D55EF: hue angle of 255.58º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D55EF is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 85 | 239 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.06 |
| HSL | 255.58º | 0.83% | 0.64% | - |
| HSV(B) | 255.58º | 0.64% | 0.94% | - |
| XYZ | 27.29 | 17.09 | 83.52 | - |
| YUV | 114.52 | 198.25 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 239 | 0.48 | 0.64 | 0 | 0.06 | 255.58 | 0.83 | 0.64 |
| Hex | 7D | 55 | EF | 30 | 40 | 0 | 6 | 100 | 53 | 40 |
| Octal | 175 | 125 | 357 | 60 | 100 | 0 | 6 | 400 | 123 | 100 |
| Binary | 1111101 | 1010101 | 11101111 | 110000 | 1000000 | 0 | 110 | 100000000 | 1010011 | 1000000 |
Color Harmonies of #7D55EF
Complementary color
Monochromatic Colors of #7D55EF
Black with #7D55EF
Text Example
Text Example
White with #7D55EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D55EF; }
p { color: rgb(125,85,239); }
H1.HeaderClassName
{
color: #7D55EF;
}
.AnyTagClassName
{
color: #7D55EF;
}
</style>
background-color css
<style>
a { background-color: #7D55EF; }
a { background-color: rgb(125,85,239); }
div.DivClassName
{
background-color: #7D55EF;
}
.BgClassName
{
background-color: #7D55EF;
}
</style>
border-color css
<style>
span { border-color: #7D55EF; }
span { border-color: rgb(125,85,239); }
td.TdClassName
{
border-color: #7D55EF;
}
.TagClassName
{
border-color: #7D55EF;
}
</style>