Shades of Medium Slate Blue #7A68DA
Tints of Medium Slate Blue #7A68DA
RGB
CMYK
RGB Variations
Color information
#7A68DA (or 0x7A68DA) is known color: Medium Slate Blue. HEX triplet: 7A, 68 and DA. RGB value is (122,104,218). Sum of RGB (Red+Green+Blue) = 122+104+218=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A68DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A68DA is #859725. Grayscale: #797979. Windows color (decimal): -8754982 or 14313594. OLE color: 14313594.
HSL color Cylindrical-coordinate representation of color #7A68DA: hue angle of 249.47º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A68DA is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 104 | 218 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.15 |
| HSL | 249.47º | 0.61% | 0.63% | - |
| HSV(B) | 249.47º | 0.52% | 0.85% | - |
| XYZ | 25.63 | 19.1 | 68.67 | - |
| YUV | 122.38 | 181.96 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 218 | 0.44 | 0.52 | 0 | 0.15 | 249.47 | 0.61 | 0.63 |
| Hex | 7A | 68 | DA | 2C | 34 | 0 | F | F9 | 3D | 3F |
| Octal | 172 | 150 | 332 | 54 | 64 | 0 | 17 | 371 | 75 | 77 |
| Binary | 1111010 | 1101000 | 11011010 | 101100 | 110100 | 0 | 1111 | 11111001 | 111101 | 111111 |
Color Harmonies of #7A68DA
Complementary color
Monochromatic Colors of #7A68DA
Black with #7A68DA
Text Example
Text Example
White with #7A68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A68DA; }
p { color: rgb(122,104,218); }
H1.HeaderClassName
{
color: #7A68DA;
}
.AnyTagClassName
{
color: #7A68DA;
}
</style>
background-color css
<style>
a { background-color: #7A68DA; }
a { background-color: rgb(122,104,218); }
div.DivClassName
{
background-color: #7A68DA;
}
.BgClassName
{
background-color: #7A68DA;
}
</style>
border-color css
<style>
span { border-color: #7A68DA; }
span { border-color: rgb(122,104,218); }
td.TdClassName
{
border-color: #7A68DA;
}
.TagClassName
{
border-color: #7A68DA;
}
</style>