Shades of Medium Slate Blue #7D5FDE
Tints of Medium Slate Blue #7D5FDE
RGB
CMYK
RGB Variations
Color information
#7D5FDE (or 0x7D5FDE) is known color: Medium Slate Blue. HEX triplet: 7D, 5F and DE. RGB value is (125,95,222). Sum of RGB (Red+Green+Blue) = 125+95+222=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D5FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5FDE is #82A021. Grayscale: #757575. Windows color (decimal): -8560674 or 14573437. OLE color: 14573437.
HSL color Cylindrical-coordinate representation of color #7D5FDE: hue angle of 254.17º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D5FDE is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 95 | 222 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.13 |
| HSL | 254.17º | 0.66% | 0.62% | - |
| HSV(B) | 254.17º | 0.57% | 0.87% | - |
| XYZ | 25.73 | 17.82 | 71.19 | - |
| YUV | 118.45 | 186.44 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 95 | 222 | 0.44 | 0.57 | 0 | 0.13 | 254.17 | 0.66 | 0.62 |
| Hex | 7D | 5F | DE | 2C | 39 | 0 | D | FE | 42 | 3E |
| Octal | 175 | 137 | 336 | 54 | 71 | 0 | 15 | 376 | 102 | 76 |
| Binary | 1111101 | 1011111 | 11011110 | 101100 | 111001 | 0 | 1101 | 11111110 | 1000010 | 111110 |
Color Harmonies of #7D5FDE
Complementary color
Monochromatic Colors of #7D5FDE
Black with #7D5FDE
Text Example
Text Example
White with #7D5FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5FDE; }
p { color: rgb(125,95,222); }
H1.HeaderClassName
{
color: #7D5FDE;
}
.AnyTagClassName
{
color: #7D5FDE;
}
</style>
background-color css
<style>
a { background-color: #7D5FDE; }
a { background-color: rgb(125,95,222); }
div.DivClassName
{
background-color: #7D5FDE;
}
.BgClassName
{
background-color: #7D5FDE;
}
</style>
border-color css
<style>
span { border-color: #7D5FDE; }
span { border-color: rgb(125,95,222); }
td.TdClassName
{
border-color: #7D5FDE;
}
.TagClassName
{
border-color: #7D5FDE;
}
</style>