Shades of Medium Slate Blue #7D4AEF
Tints of Medium Slate Blue #7D4AEF
RGB
CMYK
RGB Variations
Color information
#7D4AEF (or 0x7D4AEF) is known color: Medium Slate Blue. HEX triplet: 7D, 4A and EF. RGB value is (125,74,239). Sum of RGB (Red+Green+Blue) = 125+74+239=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D4AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4AEF is #82B510. Grayscale: #6B6B6B. Windows color (decimal): -8566033 or 15682173. OLE color: 15682173.
HSL color Cylindrical-coordinate representation of color #7D4AEF: hue angle of 258.55º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D4AEF is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 74 | 239 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.06 |
| HSL | 258.55º | 0.84% | 0.61% | - |
| HSV(B) | 258.55º | 0.69% | 0.94% | - |
| XYZ | 26.49 | 15.49 | 83.26 | - |
| YUV | 108.06 | 201.9 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 239 | 0.48 | 0.69 | 0 | 0.06 | 258.55 | 0.84 | 0.61 |
| Hex | 7D | 4A | EF | 30 | 45 | 0 | 6 | 103 | 54 | 3D |
| Octal | 175 | 112 | 357 | 60 | 105 | 0 | 6 | 403 | 124 | 75 |
| Binary | 1111101 | 1001010 | 11101111 | 110000 | 1000101 | 0 | 110 | 100000011 | 1010100 | 111101 |
Color Harmonies of #7D4AEF
Complementary color
Monochromatic Colors of #7D4AEF
Black with #7D4AEF
Text Example
Text Example
White with #7D4AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4AEF; }
p { color: rgb(125,74,239); }
H1.HeaderClassName
{
color: #7D4AEF;
}
.AnyTagClassName
{
color: #7D4AEF;
}
</style>
background-color css
<style>
a { background-color: #7D4AEF; }
a { background-color: rgb(125,74,239); }
div.DivClassName
{
background-color: #7D4AEF;
}
.BgClassName
{
background-color: #7D4AEF;
}
</style>
border-color css
<style>
span { border-color: #7D4AEF; }
span { border-color: rgb(125,74,239); }
td.TdClassName
{
border-color: #7D4AEF;
}
.TagClassName
{
border-color: #7D4AEF;
}
</style>