Shades of Medium Slate Blue #7564F1
Tints of Medium Slate Blue #7564F1
RGB
CMYK
RGB Variations
Color information
#7564F1 (or 0x7564F1) is known color: Medium Slate Blue. HEX triplet: 75, 64 and F1. RGB value is (117,100,241). Sum of RGB (Red+Green+Blue) = 117+100+241=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 241 (94.53% from 255 or 52.62% from 458); Max value from RGB is 241 - color contains mainly: blue. Hex color #7564F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7564F1 is #8A9B0E. Grayscale: #787878. Windows color (decimal): -9083663 or 15819893. OLE color: 15819893.
HSL color Cylindrical-coordinate representation of color #7564F1: hue angle of 247.23º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7564F1 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 100 | 241 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.05 |
| HSL | 247.23º | 0.83% | 0.67% | - |
| HSV(B) | 247.23º | 0.59% | 0.95% | - |
| XYZ | 27.77 | 19.25 | 85.47 | - |
| YUV | 121.16 | 195.63 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 241 | 0.51 | 0.59 | 0 | 0.05 | 247.23 | 0.83 | 0.67 |
| Hex | 75 | 64 | F1 | 33 | 3B | 0 | 5 | F7 | 53 | 43 |
| Octal | 165 | 144 | 361 | 63 | 73 | 0 | 5 | 367 | 123 | 103 |
| Binary | 1110101 | 1100100 | 11110001 | 110011 | 111011 | 0 | 101 | 11110111 | 1010011 | 1000011 |
Color Harmonies of #7564F1
Complementary color
Monochromatic Colors of #7564F1
Black with #7564F1
Text Example
Text Example
White with #7564F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7564F1; }
p { color: rgb(117,100,241); }
H1.HeaderClassName
{
color: #7564F1;
}
.AnyTagClassName
{
color: #7564F1;
}
</style>
background-color css
<style>
a { background-color: #7564F1; }
a { background-color: rgb(117,100,241); }
div.DivClassName
{
background-color: #7564F1;
}
.BgClassName
{
background-color: #7564F1;
}
</style>
border-color css
<style>
span { border-color: #7564F1; }
span { border-color: rgb(117,100,241); }
td.TdClassName
{
border-color: #7564F1;
}
.TagClassName
{
border-color: #7564F1;
}
</style>