Shades of Medium Slate Blue #7A60FC
Tints of Medium Slate Blue #7A60FC
RGB
CMYK
RGB Variations
Color information
#7A60FC (or 0x7A60FC) is known color: Medium Slate Blue. HEX triplet: 7A, 60 and FC. RGB value is (122,96,252). Sum of RGB (Red+Green+Blue) = 122+96+252=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A60FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A60FC is #859F03. Grayscale: #787878. Windows color (decimal): -8756996 or 16539770. OLE color: 16539770.
HSL color Cylindrical-coordinate representation of color #7A60FC: hue angle of 250º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A60FC is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 96 | 252 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.01 |
| HSL | 250º | 0.96% | 0.68% | - |
| HSV(B) | 250º | 0.62% | 0.99% | - |
| XYZ | 29.78 | 19.53 | 94.3 | - |
| YUV | 121.56 | 201.61 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 96 | 252 | 0.52 | 0.62 | 0 | 0.01 | 250 | 0.96 | 0.68 |
| Hex | 7A | 60 | FC | 34 | 3E | 0 | 1 | FA | 60 | 44 |
| Octal | 172 | 140 | 374 | 64 | 76 | 0 | 1 | 372 | 140 | 104 |
| Binary | 1111010 | 1100000 | 11111100 | 110100 | 111110 | 0 | 1 | 11111010 | 1100000 | 1000100 |
Color Harmonies of #7A60FC
Complementary color
Monochromatic Colors of #7A60FC
Black with #7A60FC
Text Example
Text Example
White with #7A60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A60FC; }
p { color: rgb(122,96,252); }
H1.HeaderClassName
{
color: #7A60FC;
}
.AnyTagClassName
{
color: #7A60FC;
}
</style>
background-color css
<style>
a { background-color: #7A60FC; }
a { background-color: rgb(122,96,252); }
div.DivClassName
{
background-color: #7A60FC;
}
.BgClassName
{
background-color: #7A60FC;
}
</style>
border-color css
<style>
span { border-color: #7A60FC; }
span { border-color: rgb(122,96,252); }
td.TdClassName
{
border-color: #7A60FC;
}
.TagClassName
{
border-color: #7A60FC;
}
</style>