Shades of Medium Slate Blue #7A60DF
Tints of Medium Slate Blue #7A60DF
RGB
CMYK
RGB Variations
Color information
#7A60DF (or 0x7A60DF) is known color: Medium Slate Blue. HEX triplet: 7A, 60 and DF. RGB value is (122,96,223). Sum of RGB (Red+Green+Blue) = 122+96+223=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A60DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A60DF is #859F20. Grayscale: #757575. Windows color (decimal): -8757025 or 14639226. OLE color: 14639226.
HSL color Cylindrical-coordinate representation of color #7A60DF: hue angle of 252.28º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A60DF is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 96 | 223 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.13 |
| HSL | 252.28º | 0.66% | 0.63% | - |
| HSV(B) | 252.28º | 0.57% | 0.87% | - |
| XYZ | 25.53 | 17.83 | 71.91 | - |
| YUV | 118.25 | 187.11 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 96 | 223 | 0.45 | 0.57 | 0 | 0.13 | 252.28 | 0.66 | 0.63 |
| Hex | 7A | 60 | DF | 2D | 39 | 0 | D | FC | 42 | 3F |
| Octal | 172 | 140 | 337 | 55 | 71 | 0 | 15 | 374 | 102 | 77 |
| Binary | 1111010 | 1100000 | 11011111 | 101101 | 111001 | 0 | 1101 | 11111100 | 1000010 | 111111 |
Color Harmonies of #7A60DF
Complementary color
Monochromatic Colors of #7A60DF
Black with #7A60DF
Text Example
Text Example
White with #7A60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A60DF; }
p { color: rgb(122,96,223); }
H1.HeaderClassName
{
color: #7A60DF;
}
.AnyTagClassName
{
color: #7A60DF;
}
</style>
background-color css
<style>
a { background-color: #7A60DF; }
a { background-color: rgb(122,96,223); }
div.DivClassName
{
background-color: #7A60DF;
}
.BgClassName
{
background-color: #7A60DF;
}
</style>
border-color css
<style>
span { border-color: #7A60DF; }
span { border-color: rgb(122,96,223); }
td.TdClassName
{
border-color: #7A60DF;
}
.TagClassName
{
border-color: #7A60DF;
}
</style>