Shades of Medium Slate Blue #7A60DB
Tints of Medium Slate Blue #7A60DB
RGB
CMYK
RGB Variations
Color information
#7A60DB (or 0x7A60DB) is known color: Medium Slate Blue. HEX triplet: 7A, 60 and DB. RGB value is (122,96,219). Sum of RGB (Red+Green+Blue) = 122+96+219=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A60DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A60DB is #859F24. Grayscale: #757575. Windows color (decimal): -8757029 or 14377082. OLE color: 14377082.
HSL color Cylindrical-coordinate representation of color #7A60DB: hue angle of 252.68º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A60DB is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 96 | 219 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.14 |
| HSL | 252.68º | 0.63% | 0.62% | - |
| HSV(B) | 252.68º | 0.56% | 0.86% | - |
| XYZ | 25 | 17.62 | 69.1 | - |
| YUV | 117.8 | 185.11 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 96 | 219 | 0.44 | 0.56 | 0 | 0.14 | 252.68 | 0.63 | 0.62 |
| Hex | 7A | 60 | DB | 2C | 38 | 0 | E | FD | 3F | 3E |
| Octal | 172 | 140 | 333 | 54 | 70 | 0 | 16 | 375 | 77 | 76 |
| Binary | 1111010 | 1100000 | 11011011 | 101100 | 111000 | 0 | 1110 | 11111101 | 111111 | 111110 |
Color Harmonies of #7A60DB
Complementary color
Monochromatic Colors of #7A60DB
Black with #7A60DB
Text Example
Text Example
White with #7A60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A60DB; }
p { color: rgb(122,96,219); }
H1.HeaderClassName
{
color: #7A60DB;
}
.AnyTagClassName
{
color: #7A60DB;
}
</style>
background-color css
<style>
a { background-color: #7A60DB; }
a { background-color: rgb(122,96,219); }
div.DivClassName
{
background-color: #7A60DB;
}
.BgClassName
{
background-color: #7A60DB;
}
</style>
border-color css
<style>
span { border-color: #7A60DB; }
span { border-color: rgb(122,96,219); }
td.TdClassName
{
border-color: #7A60DB;
}
.TagClassName
{
border-color: #7A60DB;
}
</style>