Shades of Medium Slate Blue #7B60DC
Tints of Medium Slate Blue #7B60DC
RGB
CMYK
RGB Variations
Color information
#7B60DC (or 0x7B60DC) is known color: Medium Slate Blue. HEX triplet: 7B, 60 and DC. RGB value is (123,96,220). Sum of RGB (Red+Green+Blue) = 123+96+220=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B60DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B60DC is #849F23. Grayscale: #757575. Windows color (decimal): -8691492 or 14442619. OLE color: 14442619.
HSL color Cylindrical-coordinate representation of color #7B60DC: hue angle of 253.06º degrees, saturation: 0.64, 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 #7B60DC is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 96 | 220 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.14 |
| HSL | 253.06º | 0.64% | 0.62% | - |
| HSV(B) | 253.06º | 0.56% | 0.86% | - |
| XYZ | 25.27 | 17.74 | 69.8 | - |
| YUV | 118.21 | 185.45 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 220 | 0.44 | 0.56 | 0 | 0.14 | 253.06 | 0.64 | 0.62 |
| Hex | 7B | 60 | DC | 2C | 38 | 0 | E | FD | 40 | 3E |
| Octal | 173 | 140 | 334 | 54 | 70 | 0 | 16 | 375 | 100 | 76 |
| Binary | 1111011 | 1100000 | 11011100 | 101100 | 111000 | 0 | 1110 | 11111101 | 1000000 | 111110 |
Color Harmonies of #7B60DC
Complementary color
Monochromatic Colors of #7B60DC
Black with #7B60DC
Text Example
Text Example
White with #7B60DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B60DC; }
p { color: rgb(123,96,220); }
H1.HeaderClassName
{
color: #7B60DC;
}
.AnyTagClassName
{
color: #7B60DC;
}
</style>
background-color css
<style>
a { background-color: #7B60DC; }
a { background-color: rgb(123,96,220); }
div.DivClassName
{
background-color: #7B60DC;
}
.BgClassName
{
background-color: #7B60DC;
}
</style>
border-color css
<style>
span { border-color: #7B60DC; }
span { border-color: rgb(123,96,220); }
td.TdClassName
{
border-color: #7B60DC;
}
.TagClassName
{
border-color: #7B60DC;
}
</style>