Shades of Medium Slate Blue #7D5EFB
Tints of Medium Slate Blue #7D5EFB
RGB
CMYK
RGB Variations
Color information
#7D5EFB (or 0x7D5EFB) is known color: Medium Slate Blue. HEX triplet: 7D, 5E and FB. RGB value is (125,94,251). Sum of RGB (Red+Green+Blue) = 125+94+251=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D5EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5EFB is #82A104. Grayscale: #787878. Windows color (decimal): -8560901 or 16473725. OLE color: 16473725.
HSL color Cylindrical-coordinate representation of color #7D5EFB: hue angle of 251.85º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D5EFB is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 94 | 251 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.02 |
| HSL | 251.85º | 0.95% | 0.68% | - |
| HSV(B) | 251.85º | 0.63% | 0.98% | - |
| XYZ | 29.87 | 19.33 | 93.42 | - |
| YUV | 121.17 | 201.27 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 94 | 251 | 0.50 | 0.63 | 0 | 0.02 | 251.85 | 0.95 | 0.68 |
| Hex | 7D | 5E | FB | 32 | 3F | 0 | 2 | FC | 5F | 44 |
| Octal | 175 | 136 | 373 | 62 | 77 | 0 | 2 | 374 | 137 | 104 |
| Binary | 1111101 | 1011110 | 11111011 | 110010 | 111111 | 0 | 10 | 11111100 | 1011111 | 1000100 |
Color Harmonies of #7D5EFB
Complementary color
Monochromatic Colors of #7D5EFB
Black with #7D5EFB
Text Example
Text Example
White with #7D5EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5EFB; }
p { color: rgb(125,94,251); }
H1.HeaderClassName
{
color: #7D5EFB;
}
.AnyTagClassName
{
color: #7D5EFB;
}
</style>
background-color css
<style>
a { background-color: #7D5EFB; }
a { background-color: rgb(125,94,251); }
div.DivClassName
{
background-color: #7D5EFB;
}
.BgClassName
{
background-color: #7D5EFB;
}
</style>
border-color css
<style>
span { border-color: #7D5EFB; }
span { border-color: rgb(125,94,251); }
td.TdClassName
{
border-color: #7D5EFB;
}
.TagClassName
{
border-color: #7D5EFB;
}
</style>