Shades of Medium Slate Blue #7A68F6
Tints of Medium Slate Blue #7A68F6
RGB
CMYK
RGB Variations
Color information
#7A68F6 (or 0x7A68F6) is known color: Medium Slate Blue. HEX triplet: 7A, 68 and F6. RGB value is (122,104,246). Sum of RGB (Red+Green+Blue) = 122+104+246=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #7A68F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A68F6 is #859709. Grayscale: #7D7D7D. Windows color (decimal): -8754954 or 16148602. OLE color: 16148602.
HSL color Cylindrical-coordinate representation of color #7A68F6: hue angle of 247.61º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A68F6 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 104 | 246 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.04 |
| HSL | 247.61º | 0.89% | 0.69% | - |
| HSV(B) | 247.61º | 0.58% | 0.96% | - |
| XYZ | 29.61 | 20.69 | 89.62 | - |
| YUV | 125.57 | 195.96 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 246 | 0.50 | 0.58 | 0 | 0.04 | 247.61 | 0.89 | 0.69 |
| Hex | 7A | 68 | F6 | 32 | 3A | 0 | 4 | F8 | 59 | 45 |
| Octal | 172 | 150 | 366 | 62 | 72 | 0 | 4 | 370 | 131 | 105 |
| Binary | 1111010 | 1101000 | 11110110 | 110010 | 111010 | 0 | 100 | 11111000 | 1011001 | 1000101 |
Color Harmonies of #7A68F6
Complementary color
Monochromatic Colors of #7A68F6
Black with #7A68F6
Text Example
Text Example
White with #7A68F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A68F6; }
p { color: rgb(122,104,246); }
H1.HeaderClassName
{
color: #7A68F6;
}
.AnyTagClassName
{
color: #7A68F6;
}
</style>
background-color css
<style>
a { background-color: #7A68F6; }
a { background-color: rgb(122,104,246); }
div.DivClassName
{
background-color: #7A68F6;
}
.BgClassName
{
background-color: #7A68F6;
}
</style>
border-color css
<style>
span { border-color: #7A68F6; }
span { border-color: rgb(122,104,246); }
td.TdClassName
{
border-color: #7A68F6;
}
.TagClassName
{
border-color: #7A68F6;
}
</style>