Shades of Medium Slate Blue #7A68DD
Tints of Medium Slate Blue #7A68DD
RGB
CMYK
RGB Variations
Color information
#7A68DD (or 0x7A68DD) is known color: Medium Slate Blue. HEX triplet: 7A, 68 and DD. RGB value is (122,104,221). Sum of RGB (Red+Green+Blue) = 122+104+221=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A68DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A68DD is #859722. Grayscale: #7A7A7A. Windows color (decimal): -8754979 or 14510202. OLE color: 14510202.
HSL color Cylindrical-coordinate representation of color #7A68DD: hue angle of 249.23º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A68DD is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 104 | 221 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.13 |
| HSL | 249.23º | 0.63% | 0.64% | - |
| HSV(B) | 249.23º | 0.53% | 0.87% | - |
| XYZ | 26.03 | 19.26 | 70.75 | - |
| YUV | 122.72 | 183.46 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 221 | 0.45 | 0.53 | 0 | 0.13 | 249.23 | 0.63 | 0.64 |
| Hex | 7A | 68 | DD | 2D | 35 | 0 | D | F9 | 3F | 40 |
| Octal | 172 | 150 | 335 | 55 | 65 | 0 | 15 | 371 | 77 | 100 |
| Binary | 1111010 | 1101000 | 11011101 | 101101 | 110101 | 0 | 1101 | 11111001 | 111111 | 1000000 |
Color Harmonies of #7A68DD
Complementary color
Monochromatic Colors of #7A68DD
Black with #7A68DD
Text Example
Text Example
White with #7A68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A68DD; }
p { color: rgb(122,104,221); }
H1.HeaderClassName
{
color: #7A68DD;
}
.AnyTagClassName
{
color: #7A68DD;
}
</style>
background-color css
<style>
a { background-color: #7A68DD; }
a { background-color: rgb(122,104,221); }
div.DivClassName
{
background-color: #7A68DD;
}
.BgClassName
{
background-color: #7A68DD;
}
</style>
border-color css
<style>
span { border-color: #7A68DD; }
span { border-color: rgb(122,104,221); }
td.TdClassName
{
border-color: #7A68DD;
}
.TagClassName
{
border-color: #7A68DD;
}
</style>