Shades of Medium Slate Blue #7D4AF9
Tints of Medium Slate Blue #7D4AF9
RGB
CMYK
RGB Variations
Color information
#7D4AF9 (or 0x7D4AF9) is known color: Medium Slate Blue. HEX triplet: 7D, 4A and F9. RGB value is (125,74,249). Sum of RGB (Red+Green+Blue) = 125+74+249=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #7D4AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4AF9 is #82B506. Grayscale: #6C6C6C. Windows color (decimal): -8566023 or 16337533. OLE color: 16337533.
HSL color Cylindrical-coordinate representation of color #7D4AF9: hue angle of 257.49º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D4AF9 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 74 | 249 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.02 |
| HSL | 257.49º | 0.94% | 0.63% | - |
| HSV(B) | 257.49º | 0.7% | 0.98% | - |
| XYZ | 28.01 | 16.1 | 91.25 | - |
| YUV | 109.2 | 206.9 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 249 | 0.50 | 0.70 | 0 | 0.02 | 257.49 | 0.94 | 0.63 |
| Hex | 7D | 4A | F9 | 32 | 46 | 0 | 2 | 101 | 5E | 3F |
| Octal | 175 | 112 | 371 | 62 | 106 | 0 | 2 | 401 | 136 | 77 |
| Binary | 1111101 | 1001010 | 11111001 | 110010 | 1000110 | 0 | 10 | 100000001 | 1011110 | 111111 |
Color Harmonies of #7D4AF9
Complementary color
Monochromatic Colors of #7D4AF9
Black with #7D4AF9
Text Example
Text Example
White with #7D4AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4AF9; }
p { color: rgb(125,74,249); }
H1.HeaderClassName
{
color: #7D4AF9;
}
.AnyTagClassName
{
color: #7D4AF9;
}
</style>
background-color css
<style>
a { background-color: #7D4AF9; }
a { background-color: rgb(125,74,249); }
div.DivClassName
{
background-color: #7D4AF9;
}
.BgClassName
{
background-color: #7D4AF9;
}
</style>
border-color css
<style>
span { border-color: #7D4AF9; }
span { border-color: rgb(125,74,249); }
td.TdClassName
{
border-color: #7D4AF9;
}
.TagClassName
{
border-color: #7D4AF9;
}
</style>