Shades of Medium Slate Blue #7A70DC
Tints of Medium Slate Blue #7A70DC
RGB
CMYK
RGB Variations
Color information
#7A70DC (or 0x7A70DC) is known color: Medium Slate Blue. HEX triplet: 7A, 70 and DC. RGB value is (122,112,220). Sum of RGB (Red+Green+Blue) = 122+112+220=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A70DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A70DC is #858F23. Grayscale: #7E7E7E. Windows color (decimal): -8752932 or 14446714. OLE color: 14446714.
HSL color Cylindrical-coordinate representation of color #7A70DC: hue angle of 245.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A70DC is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 112 | 220 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.14 |
| HSL | 245.56º | 0.61% | 0.65% | - |
| HSV(B) | 245.56º | 0.49% | 0.86% | - |
| XYZ | 26.74 | 20.89 | 70.33 | - |
| YUV | 127.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 220 | 0.45 | 0.49 | 0 | 0.14 | 245.56 | 0.61 | 0.65 |
| Hex | 7A | 70 | DC | 2D | 31 | 0 | E | F6 | 3D | 41 |
| Octal | 172 | 160 | 334 | 55 | 61 | 0 | 16 | 366 | 75 | 101 |
| Binary | 1111010 | 1110000 | 11011100 | 101101 | 110001 | 0 | 1110 | 11110110 | 111101 | 1000001 |
Color Harmonies of #7A70DC
Complementary color
Monochromatic Colors of #7A70DC
Black with #7A70DC
Text Example
Text Example
White with #7A70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A70DC; }
p { color: rgb(122,112,220); }
H1.HeaderClassName
{
color: #7A70DC;
}
.AnyTagClassName
{
color: #7A70DC;
}
</style>
background-color css
<style>
a { background-color: #7A70DC; }
a { background-color: rgb(122,112,220); }
div.DivClassName
{
background-color: #7A70DC;
}
.BgClassName
{
background-color: #7A70DC;
}
</style>
border-color css
<style>
span { border-color: #7A70DC; }
span { border-color: rgb(122,112,220); }
td.TdClassName
{
border-color: #7A70DC;
}
.TagClassName
{
border-color: #7A70DC;
}
</style>