Shades of Medium Slate Blue #7B61DD
Tints of Medium Slate Blue #7B61DD
RGB
CMYK
RGB Variations
Color information
#7B61DD (or 0x7B61DD) is known color: Medium Slate Blue. HEX triplet: 7B, 61 and DD. RGB value is (123,97,221). Sum of RGB (Red+Green+Blue) = 123+97+221=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B61DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B61DD is #849E22. Grayscale: #767676. Windows color (decimal): -8691235 or 14508411. OLE color: 14508411.
HSL color Cylindrical-coordinate representation of color #7B61DD: hue angle of 252.58º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B61DD is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 97 | 221 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.13 |
| HSL | 252.58º | 0.65% | 0.62% | - |
| HSV(B) | 252.58º | 0.56% | 0.87% | - |
| XYZ | 25.49 | 17.98 | 70.53 | - |
| YUV | 118.91 | 185.61 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 97 | 221 | 0.44 | 0.56 | 0 | 0.13 | 252.58 | 0.65 | 0.62 |
| Hex | 7B | 61 | DD | 2C | 38 | 0 | D | FD | 41 | 3E |
| Octal | 173 | 141 | 335 | 54 | 70 | 0 | 15 | 375 | 101 | 76 |
| Binary | 1111011 | 1100001 | 11011101 | 101100 | 111000 | 0 | 1101 | 11111101 | 1000001 | 111110 |
Color Harmonies of #7B61DD
Complementary color
Monochromatic Colors of #7B61DD
Black with #7B61DD
Text Example
Text Example
White with #7B61DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B61DD; }
p { color: rgb(123,97,221); }
H1.HeaderClassName
{
color: #7B61DD;
}
.AnyTagClassName
{
color: #7B61DD;
}
</style>
background-color css
<style>
a { background-color: #7B61DD; }
a { background-color: rgb(123,97,221); }
div.DivClassName
{
background-color: #7B61DD;
}
.BgClassName
{
background-color: #7B61DD;
}
</style>
border-color css
<style>
span { border-color: #7B61DD; }
span { border-color: rgb(123,97,221); }
td.TdClassName
{
border-color: #7B61DD;
}
.TagClassName
{
border-color: #7B61DD;
}
</style>