Shades of Medium Slate Blue #7D4BF7
Tints of Medium Slate Blue #7D4BF7
RGB
CMYK
RGB Variations
Color information
#7D4BF7 (or 0x7D4BF7) is known color: Medium Slate Blue. HEX triplet: 7D, 4B and F7. RGB value is (125,75,247). Sum of RGB (Red+Green+Blue) = 125+75+247=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 247 (96.88% from 255 or 55.26% from 447); Max value from RGB is 247 - color contains mainly: blue. Hex color #7D4BF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4BF7 is #82B408. Grayscale: #6C6C6C. Windows color (decimal): -8565769 or 16206717. OLE color: 16206717.
HSL color Cylindrical-coordinate representation of color #7D4BF7: hue angle of 257.44º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D4BF7 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 75 | 247 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.03 |
| HSL | 257.44º | 0.91% | 0.63% | - |
| HSV(B) | 257.44º | 0.7% | 0.97% | - |
| XYZ | 27.76 | 16.11 | 89.64 | - |
| YUV | 109.56 | 205.57 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 247 | 0.49 | 0.70 | 0 | 0.03 | 257.44 | 0.91 | 0.63 |
| Hex | 7D | 4B | F7 | 31 | 46 | 0 | 3 | 101 | 5B | 3F |
| Octal | 175 | 113 | 367 | 61 | 106 | 0 | 3 | 401 | 133 | 77 |
| Binary | 1111101 | 1001011 | 11110111 | 110001 | 1000110 | 0 | 11 | 100000001 | 1011011 | 111111 |
Color Harmonies of #7D4BF7
Complementary color
Monochromatic Colors of #7D4BF7
Black with #7D4BF7
Text Example
Text Example
White with #7D4BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4BF7; }
p { color: rgb(125,75,247); }
H1.HeaderClassName
{
color: #7D4BF7;
}
.AnyTagClassName
{
color: #7D4BF7;
}
</style>
background-color css
<style>
a { background-color: #7D4BF7; }
a { background-color: rgb(125,75,247); }
div.DivClassName
{
background-color: #7D4BF7;
}
.BgClassName
{
background-color: #7D4BF7;
}
</style>
border-color css
<style>
span { border-color: #7D4BF7; }
span { border-color: rgb(125,75,247); }
td.TdClassName
{
border-color: #7D4BF7;
}
.TagClassName
{
border-color: #7D4BF7;
}
</style>