Shades of Medium Slate Blue #7D4BFF
Tints of Medium Slate Blue #7D4BFF
RGB
CMYK
RGB Variations
Color information
#7D4BFF (or 0x7D4BFF) is known color: Medium Slate Blue. HEX triplet: 7D, 4B and FF. RGB value is (125,75,255). Sum of RGB (Red+Green+Blue) = 125+75+255=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D4BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4BFF is #82B400. Grayscale: #6D6D6D. Windows color (decimal): -8565761 or 16731005. OLE color: 16731005.
HSL color Cylindrical-coordinate representation of color #7D4BFF: hue angle of 256.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D4BFF is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 75 | 255 | - |
| CMYK | 0.51 | 0.71 | 0 | 0 |
| HSL | 256.67º | 1% | 0.65% | - |
| HSV(B) | 256.67º | 0.71% | 1% | - |
| XYZ | 29.02 | 16.61 | 96.28 | - |
| YUV | 110.47 | 209.57 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 255 | 0.51 | 0.71 | 0 | 0 | 256.67 | 1 | 0.65 |
| Hex | 7D | 4B | FF | 33 | 47 | 0 | 0 | 101 | 64 | 41 |
| Octal | 175 | 113 | 377 | 63 | 107 | 0 | 0 | 401 | 144 | 101 |
| Binary | 1111101 | 1001011 | 11111111 | 110011 | 1000111 | 0 | 0 | 100000001 | 1100100 | 1000001 |
Color Harmonies of #7D4BFF
Complementary color
Monochromatic Colors of #7D4BFF
Black with #7D4BFF
Text Example
Text Example
White with #7D4BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4BFF; }
p { color: rgb(125,75,255); }
H1.HeaderClassName
{
color: #7D4BFF;
}
.AnyTagClassName
{
color: #7D4BFF;
}
</style>
background-color css
<style>
a { background-color: #7D4BFF; }
a { background-color: rgb(125,75,255); }
div.DivClassName
{
background-color: #7D4BFF;
}
.BgClassName
{
background-color: #7D4BFF;
}
</style>
border-color css
<style>
span { border-color: #7D4BFF; }
span { border-color: rgb(125,75,255); }
td.TdClassName
{
border-color: #7D4BFF;
}
.TagClassName
{
border-color: #7D4BFF;
}
</style>