Shades of Medium Slate Blue #7B60DB
Tints of Medium Slate Blue #7B60DB
RGB
CMYK
RGB Variations
Color information
#7B60DB (or 0x7B60DB) is known color: Medium Slate Blue. HEX triplet: 7B, 60 and DB. RGB value is (123,96,219). Sum of RGB (Red+Green+Blue) = 123+96+219=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B60DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B60DB is #849F24. Grayscale: #757575. Windows color (decimal): -8691493 or 14377083. OLE color: 14377083.
HSL color Cylindrical-coordinate representation of color #7B60DB: hue angle of 253.17º 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 #7B60DB is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 96 | 219 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.14 |
| HSL | 253.17º | 0.63% | 0.62% | - |
| HSV(B) | 253.17º | 0.56% | 0.86% | - |
| XYZ | 25.14 | 17.69 | 69.11 | - |
| YUV | 118.1 | 184.95 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 219 | 0.44 | 0.56 | 0 | 0.14 | 253.17 | 0.63 | 0.62 |
| Hex | 7B | 60 | DB | 2C | 38 | 0 | E | FD | 3F | 3E |
| Octal | 173 | 140 | 333 | 54 | 70 | 0 | 16 | 375 | 77 | 76 |
| Binary | 1111011 | 1100000 | 11011011 | 101100 | 111000 | 0 | 1110 | 11111101 | 111111 | 111110 |
Color Harmonies of #7B60DB
Complementary color
Monochromatic Colors of #7B60DB
Black with #7B60DB
Text Example
Text Example
White with #7B60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B60DB; }
p { color: rgb(123,96,219); }
H1.HeaderClassName
{
color: #7B60DB;
}
.AnyTagClassName
{
color: #7B60DB;
}
</style>
background-color css
<style>
a { background-color: #7B60DB; }
a { background-color: rgb(123,96,219); }
div.DivClassName
{
background-color: #7B60DB;
}
.BgClassName
{
background-color: #7B60DB;
}
</style>
border-color css
<style>
span { border-color: #7B60DB; }
span { border-color: rgb(123,96,219); }
td.TdClassName
{
border-color: #7B60DB;
}
.TagClassName
{
border-color: #7B60DB;
}
</style>