Shades of Medium Slate Blue #7D74ED
Tints of Medium Slate Blue #7D74ED
RGB
CMYK
RGB Variations
Color information
#7D74ED (or 0x7D74ED) is known color: Medium Slate Blue. HEX triplet: 7D, 74 and ED. RGB value is (125,116,237). Sum of RGB (Red+Green+Blue) = 125+116+237=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D74ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D74ED is #828B12. Grayscale: #848484. Windows color (decimal): -8555283 or 15561853. OLE color: 15561853.
HSL color Cylindrical-coordinate representation of color #7D74ED: hue angle of 244.46º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D74ED is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 116 | 237 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.07 |
| HSL | 244.46º | 0.77% | 0.69% | - |
| HSV(B) | 244.46º | 0.51% | 0.93% | - |
| XYZ | 29.99 | 22.97 | 82.97 | - |
| YUV | 132.49 | 186.98 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 116 | 237 | 0.47 | 0.51 | 0 | 0.07 | 244.46 | 0.77 | 0.69 |
| Hex | 7D | 74 | ED | 2F | 33 | 0 | 7 | F4 | 4D | 45 |
| Octal | 175 | 164 | 355 | 57 | 63 | 0 | 7 | 364 | 115 | 105 |
| Binary | 1111101 | 1110100 | 11101101 | 101111 | 110011 | 0 | 111 | 11110100 | 1001101 | 1000101 |
Color Harmonies of #7D74ED
Complementary color
Monochromatic Colors of #7D74ED
Black with #7D74ED
Text Example
Text Example
White with #7D74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D74ED; }
p { color: rgb(125,116,237); }
H1.HeaderClassName
{
color: #7D74ED;
}
.AnyTagClassName
{
color: #7D74ED;
}
</style>
background-color css
<style>
a { background-color: #7D74ED; }
a { background-color: rgb(125,116,237); }
div.DivClassName
{
background-color: #7D74ED;
}
.BgClassName
{
background-color: #7D74ED;
}
</style>
border-color css
<style>
span { border-color: #7D74ED; }
span { border-color: rgb(125,116,237); }
td.TdClassName
{
border-color: #7D74ED;
}
.TagClassName
{
border-color: #7D74ED;
}
</style>