Shades of Medium Slate Blue #7564F0
Tints of Medium Slate Blue #7564F0
RGB
CMYK
RGB Variations
Color information
#7564F0 (or 0x7564F0) is known color: Medium Slate Blue. HEX triplet: 75, 64 and F0. RGB value is (117,100,240). Sum of RGB (Red+Green+Blue) = 117+100+240=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #7564F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7564F0 is #8A9B0F. Grayscale: #787878. Windows color (decimal): -9083664 or 15754357. OLE color: 15754357.
HSL color Cylindrical-coordinate representation of color #7564F0: hue angle of 247.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7564F0 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 100 | 240 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.06 |
| HSL | 247.29º | 0.82% | 0.67% | - |
| HSV(B) | 247.29º | 0.58% | 0.94% | - |
| XYZ | 27.62 | 19.19 | 84.69 | - |
| YUV | 121.04 | 195.13 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 240 | 0.51 | 0.58 | 0 | 0.06 | 247.29 | 0.82 | 0.67 |
| Hex | 75 | 64 | F0 | 33 | 3A | 0 | 6 | F7 | 52 | 43 |
| Octal | 165 | 144 | 360 | 63 | 72 | 0 | 6 | 367 | 122 | 103 |
| Binary | 1110101 | 1100100 | 11110000 | 110011 | 111010 | 0 | 110 | 11110111 | 1010010 | 1000011 |
Color Harmonies of #7564F0
Complementary color
Monochromatic Colors of #7564F0
Black with #7564F0
Text Example
Text Example
White with #7564F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7564F0; }
p { color: rgb(117,100,240); }
H1.HeaderClassName
{
color: #7564F0;
}
.AnyTagClassName
{
color: #7564F0;
}
</style>
background-color css
<style>
a { background-color: #7564F0; }
a { background-color: rgb(117,100,240); }
div.DivClassName
{
background-color: #7564F0;
}
.BgClassName
{
background-color: #7564F0;
}
</style>
border-color css
<style>
span { border-color: #7564F0; }
span { border-color: rgb(117,100,240); }
td.TdClassName
{
border-color: #7564F0;
}
.TagClassName
{
border-color: #7564F0;
}
</style>