Shades of Medium Slate Blue #7A64DC
Tints of Medium Slate Blue #7A64DC
RGB
CMYK
RGB Variations
Color information
#7A64DC (or 0x7A64DC) is known color: Medium Slate Blue. HEX triplet: 7A, 64 and DC. RGB value is (122,100,220). Sum of RGB (Red+Green+Blue) = 122+100+220=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A64DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A64DC is #859B23. Grayscale: #777777. Windows color (decimal): -8756004 or 14443642. OLE color: 14443642.
HSL color Cylindrical-coordinate representation of color #7A64DC: hue angle of 251º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A64DC is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 100 | 220 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.14 |
| HSL | 251º | 0.63% | 0.63% | - |
| HSV(B) | 251º | 0.55% | 0.86% | - |
| XYZ | 25.5 | 18.42 | 69.92 | - |
| YUV | 120.26 | 184.29 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 220 | 0.45 | 0.55 | 0 | 0.14 | 251 | 0.63 | 0.63 |
| Hex | 7A | 64 | DC | 2D | 37 | 0 | E | FB | 3F | 3F |
| Octal | 172 | 144 | 334 | 55 | 67 | 0 | 16 | 373 | 77 | 77 |
| Binary | 1111010 | 1100100 | 11011100 | 101101 | 110111 | 0 | 1110 | 11111011 | 111111 | 111111 |
Color Harmonies of #7A64DC
Complementary color
Monochromatic Colors of #7A64DC
Black with #7A64DC
Text Example
Text Example
White with #7A64DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A64DC; }
p { color: rgb(122,100,220); }
H1.HeaderClassName
{
color: #7A64DC;
}
.AnyTagClassName
{
color: #7A64DC;
}
</style>
background-color css
<style>
a { background-color: #7A64DC; }
a { background-color: rgb(122,100,220); }
div.DivClassName
{
background-color: #7A64DC;
}
.BgClassName
{
background-color: #7A64DC;
}
</style>
border-color css
<style>
span { border-color: #7A64DC; }
span { border-color: rgb(122,100,220); }
td.TdClassName
{
border-color: #7A64DC;
}
.TagClassName
{
border-color: #7A64DC;
}
</style>