Shades of Medium Slate Blue #7561F0
Tints of Medium Slate Blue #7561F0
RGB
CMYK
RGB Variations
Color information
#7561F0 (or 0x7561F0) is known color: Medium Slate Blue. HEX triplet: 75, 61 and F0. RGB value is (117,97,240). Sum of RGB (Red+Green+Blue) = 117+97+240=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #7561F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7561F0 is #8A9E0F. Grayscale: #767676. Windows color (decimal): -9084432 or 15753589. OLE color: 15753589.
HSL color Cylindrical-coordinate representation of color #7561F0: hue angle of 248.39º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7561F0 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 97 | 240 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.06 |
| HSL | 248.39º | 0.83% | 0.66% | - |
| HSV(B) | 248.39º | 0.6% | 0.94% | - |
| XYZ | 27.34 | 18.62 | 84.59 | - |
| YUV | 119.28 | 196.13 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 240 | 0.51 | 0.60 | 0 | 0.06 | 248.39 | 0.83 | 0.66 |
| Hex | 75 | 61 | F0 | 33 | 3C | 0 | 6 | F8 | 53 | 42 |
| Octal | 165 | 141 | 360 | 63 | 74 | 0 | 6 | 370 | 123 | 102 |
| Binary | 1110101 | 1100001 | 11110000 | 110011 | 111100 | 0 | 110 | 11111000 | 1010011 | 1000010 |
Color Harmonies of #7561F0
Complementary color
Monochromatic Colors of #7561F0
Black with #7561F0
Text Example
Text Example
White with #7561F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7561F0; }
p { color: rgb(117,97,240); }
H1.HeaderClassName
{
color: #7561F0;
}
.AnyTagClassName
{
color: #7561F0;
}
</style>
background-color css
<style>
a { background-color: #7561F0; }
a { background-color: rgb(117,97,240); }
div.DivClassName
{
background-color: #7561F0;
}
.BgClassName
{
background-color: #7561F0;
}
</style>
border-color css
<style>
span { border-color: #7561F0; }
span { border-color: rgb(117,97,240); }
td.TdClassName
{
border-color: #7561F0;
}
.TagClassName
{
border-color: #7561F0;
}
</style>