Shades of Medium Slate Blue #7568F1
Tints of Medium Slate Blue #7568F1
RGB
CMYK
RGB Variations
Color information
#7568F1 (or 0x7568F1) is known color: Medium Slate Blue. HEX triplet: 75, 68 and F1. RGB value is (117,104,241). Sum of RGB (Red+Green+Blue) = 117+104+241=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #7568F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7568F1 is #8A970E. Grayscale: #7A7A7A. Windows color (decimal): -9082639 or 15820917. OLE color: 15820917.
HSL color Cylindrical-coordinate representation of color #7568F1: hue angle of 245.69º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7568F1 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 104 | 241 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.05 |
| HSL | 245.69º | 0.83% | 0.68% | - |
| HSV(B) | 245.69º | 0.57% | 0.95% | - |
| XYZ | 28.16 | 20.03 | 85.6 | - |
| YUV | 123.51 | 194.31 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 241 | 0.51 | 0.57 | 0 | 0.05 | 245.69 | 0.83 | 0.68 |
| Hex | 75 | 68 | F1 | 33 | 39 | 0 | 5 | F6 | 53 | 44 |
| Octal | 165 | 150 | 361 | 63 | 71 | 0 | 5 | 366 | 123 | 104 |
| Binary | 1110101 | 1101000 | 11110001 | 110011 | 111001 | 0 | 101 | 11110110 | 1010011 | 1000100 |
Color Harmonies of #7568F1
Complementary color
Monochromatic Colors of #7568F1
Black with #7568F1
Text Example
Text Example
White with #7568F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7568F1; }
p { color: rgb(117,104,241); }
H1.HeaderClassName
{
color: #7568F1;
}
.AnyTagClassName
{
color: #7568F1;
}
</style>
background-color css
<style>
a { background-color: #7568F1; }
a { background-color: rgb(117,104,241); }
div.DivClassName
{
background-color: #7568F1;
}
.BgClassName
{
background-color: #7568F1;
}
</style>
border-color css
<style>
span { border-color: #7568F1; }
span { border-color: rgb(117,104,241); }
td.TdClassName
{
border-color: #7568F1;
}
.TagClassName
{
border-color: #7568F1;
}
</style>