Shades of Medium Slate Blue #7A71DD
Tints of Medium Slate Blue #7A71DD
RGB
CMYK
RGB Variations
Color information
#7A71DD (or 0x7A71DD) is known color: Medium Slate Blue. HEX triplet: 7A, 71 and DD. RGB value is (122,113,221). Sum of RGB (Red+Green+Blue) = 122+113+221=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A71DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A71DD is #858E22. Grayscale: #7F7F7F. Windows color (decimal): -8752675 or 14512506. OLE color: 14512506.
HSL color Cylindrical-coordinate representation of color #7A71DD: hue angle of 245º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A71DD is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 113 | 221 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.13 |
| HSL | 245º | 0.61% | 0.65% | - |
| HSV(B) | 245º | 0.49% | 0.87% | - |
| XYZ | 26.98 | 21.17 | 71.07 | - |
| YUV | 128 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 221 | 0.45 | 0.49 | 0 | 0.13 | 245 | 0.61 | 0.65 |
| Hex | 7A | 71 | DD | 2D | 31 | 0 | D | F5 | 3D | 41 |
| Octal | 172 | 161 | 335 | 55 | 61 | 0 | 15 | 365 | 75 | 101 |
| Binary | 1111010 | 1110001 | 11011101 | 101101 | 110001 | 0 | 1101 | 11110101 | 111101 | 1000001 |
Color Harmonies of #7A71DD
Complementary color
Monochromatic Colors of #7A71DD
Black with #7A71DD
Text Example
Text Example
White with #7A71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A71DD; }
p { color: rgb(122,113,221); }
H1.HeaderClassName
{
color: #7A71DD;
}
.AnyTagClassName
{
color: #7A71DD;
}
</style>
background-color css
<style>
a { background-color: #7A71DD; }
a { background-color: rgb(122,113,221); }
div.DivClassName
{
background-color: #7A71DD;
}
.BgClassName
{
background-color: #7A71DD;
}
</style>
border-color css
<style>
span { border-color: #7A71DD; }
span { border-color: rgb(122,113,221); }
td.TdClassName
{
border-color: #7A71DD;
}
.TagClassName
{
border-color: #7A71DD;
}
</style>