Shades of Medium Slate Blue #7A68DB
Tints of Medium Slate Blue #7A68DB
RGB
CMYK
RGB Variations
Color information
#7A68DB (or 0x7A68DB) is known color: Medium Slate Blue. HEX triplet: 7A, 68 and DB. RGB value is (122,104,219). Sum of RGB (Red+Green+Blue) = 122+104+219=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A68DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A68DB is #859724. Grayscale: #7A7A7A. Windows color (decimal): -8754981 or 14379130. OLE color: 14379130.
HSL color Cylindrical-coordinate representation of color #7A68DB: hue angle of 249.39º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A68DB is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 104 | 219 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.14 |
| HSL | 249.39º | 0.61% | 0.63% | - |
| HSV(B) | 249.39º | 0.53% | 0.86% | - |
| XYZ | 25.76 | 19.15 | 69.36 | - |
| YUV | 122.49 | 182.46 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 219 | 0.44 | 0.53 | 0 | 0.14 | 249.39 | 0.61 | 0.63 |
| Hex | 7A | 68 | DB | 2C | 35 | 0 | E | F9 | 3D | 3F |
| Octal | 172 | 150 | 333 | 54 | 65 | 0 | 16 | 371 | 75 | 77 |
| Binary | 1111010 | 1101000 | 11011011 | 101100 | 110101 | 0 | 1110 | 11111001 | 111101 | 111111 |
Color Harmonies of #7A68DB
Complementary color
Monochromatic Colors of #7A68DB
Black with #7A68DB
Text Example
Text Example
White with #7A68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A68DB; }
p { color: rgb(122,104,219); }
H1.HeaderClassName
{
color: #7A68DB;
}
.AnyTagClassName
{
color: #7A68DB;
}
</style>
background-color css
<style>
a { background-color: #7A68DB; }
a { background-color: rgb(122,104,219); }
div.DivClassName
{
background-color: #7A68DB;
}
.BgClassName
{
background-color: #7A68DB;
}
</style>
border-color css
<style>
span { border-color: #7A68DB; }
span { border-color: rgb(122,104,219); }
td.TdClassName
{
border-color: #7A68DB;
}
.TagClassName
{
border-color: #7A68DB;
}
</style>