Shades of Medium Slate Blue #7D79ED
Tints of Medium Slate Blue #7D79ED
RGB
CMYK
RGB Variations
Color information
#7D79ED (or 0x7D79ED) is known color: Medium Slate Blue. HEX triplet: 7D, 79 and ED. RGB value is (125,121,237). Sum of RGB (Red+Green+Blue) = 125+121+237=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D79ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D79ED is #828612. Grayscale: #868686. Windows color (decimal): -8554003 or 15563133. OLE color: 15563133.
HSL color Cylindrical-coordinate representation of color #7D79ED: hue angle of 242.07º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D79ED is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 121 | 237 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.07 |
| HSL | 242.07º | 0.76% | 0.7% | - |
| HSV(B) | 242.07º | 0.49% | 0.93% | - |
| XYZ | 30.58 | 24.15 | 83.17 | - |
| YUV | 135.42 | 185.33 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 237 | 0.47 | 0.49 | 0 | 0.07 | 242.07 | 0.76 | 0.7 |
| Hex | 7D | 79 | ED | 2F | 31 | 0 | 7 | F2 | 4C | 46 |
| Octal | 175 | 171 | 355 | 57 | 61 | 0 | 7 | 362 | 114 | 106 |
| Binary | 1111101 | 1111001 | 11101101 | 101111 | 110001 | 0 | 111 | 11110010 | 1001100 | 1000110 |
Color Harmonies of #7D79ED
Complementary color
Monochromatic Colors of #7D79ED
Black with #7D79ED
Text Example
Text Example
White with #7D79ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D79ED; }
p { color: rgb(125,121,237); }
H1.HeaderClassName
{
color: #7D79ED;
}
.AnyTagClassName
{
color: #7D79ED;
}
</style>
background-color css
<style>
a { background-color: #7D79ED; }
a { background-color: rgb(125,121,237); }
div.DivClassName
{
background-color: #7D79ED;
}
.BgClassName
{
background-color: #7D79ED;
}
</style>
border-color css
<style>
span { border-color: #7D79ED; }
span { border-color: rgb(125,121,237); }
td.TdClassName
{
border-color: #7D79ED;
}
.TagClassName
{
border-color: #7D79ED;
}
</style>