Shades of Medium Slate Blue #7D4BF3
Tints of Medium Slate Blue #7D4BF3
RGB
CMYK
RGB Variations
Color information
#7D4BF3 (or 0x7D4BF3) is known color: Medium Slate Blue. HEX triplet: 7D, 4B and F3. RGB value is (125,75,243). Sum of RGB (Red+Green+Blue) = 125+75+243=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #7D4BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4BF3 is #82B40C. Grayscale: #6C6C6C. Windows color (decimal): -8565773 or 15944573. OLE color: 15944573.
HSL color Cylindrical-coordinate representation of color #7D4BF3: hue angle of 257.86º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D4BF3 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 75 | 243 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.05 |
| HSL | 257.86º | 0.88% | 0.62% | - |
| HSV(B) | 257.86º | 0.69% | 0.95% | - |
| XYZ | 27.15 | 15.86 | 86.42 | - |
| YUV | 109.1 | 203.57 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 243 | 0.49 | 0.69 | 0 | 0.05 | 257.86 | 0.88 | 0.62 |
| Hex | 7D | 4B | F3 | 31 | 45 | 0 | 5 | 102 | 58 | 3E |
| Octal | 175 | 113 | 363 | 61 | 105 | 0 | 5 | 402 | 130 | 76 |
| Binary | 1111101 | 1001011 | 11110011 | 110001 | 1000101 | 0 | 101 | 100000010 | 1011000 | 111110 |
Color Harmonies of #7D4BF3
Complementary color
Monochromatic Colors of #7D4BF3
Black with #7D4BF3
Text Example
Text Example
White with #7D4BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4BF3; }
p { color: rgb(125,75,243); }
H1.HeaderClassName
{
color: #7D4BF3;
}
.AnyTagClassName
{
color: #7D4BF3;
}
</style>
background-color css
<style>
a { background-color: #7D4BF3; }
a { background-color: rgb(125,75,243); }
div.DivClassName
{
background-color: #7D4BF3;
}
.BgClassName
{
background-color: #7D4BF3;
}
</style>
border-color css
<style>
span { border-color: #7D4BF3; }
span { border-color: rgb(125,75,243); }
td.TdClassName
{
border-color: #7D4BF3;
}
.TagClassName
{
border-color: #7D4BF3;
}
</style>