Shades of Medium Slate Blue #7568F0
Tints of Medium Slate Blue #7568F0
RGB
CMYK
RGB Variations
Color information
#7568F0 (or 0x7568F0) is known color: Medium Slate Blue. HEX triplet: 75, 68 and F0. RGB value is (117,104,240). Sum of RGB (Red+Green+Blue) = 117+104+240=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #7568F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7568F0 is #8A970F. Grayscale: #7A7A7A. Windows color (decimal): -9082640 or 15755381. OLE color: 15755381.
HSL color Cylindrical-coordinate representation of color #7568F0: hue angle of 245.74º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7568F0 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 104 | 240 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.06 |
| HSL | 245.74º | 0.82% | 0.67% | - |
| HSV(B) | 245.74º | 0.57% | 0.94% | - |
| XYZ | 28.01 | 19.97 | 84.82 | - |
| YUV | 123.39 | 193.81 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 240 | 0.51 | 0.57 | 0 | 0.06 | 245.74 | 0.82 | 0.67 |
| Hex | 75 | 68 | F0 | 33 | 39 | 0 | 6 | F6 | 52 | 43 |
| Octal | 165 | 150 | 360 | 63 | 71 | 0 | 6 | 366 | 122 | 103 |
| Binary | 1110101 | 1101000 | 11110000 | 110011 | 111001 | 0 | 110 | 11110110 | 1010010 | 1000011 |
Color Harmonies of #7568F0
Complementary color
Monochromatic Colors of #7568F0
Black with #7568F0
Text Example
Text Example
White with #7568F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7568F0; }
p { color: rgb(117,104,240); }
H1.HeaderClassName
{
color: #7568F0;
}
.AnyTagClassName
{
color: #7568F0;
}
</style>
background-color css
<style>
a { background-color: #7568F0; }
a { background-color: rgb(117,104,240); }
div.DivClassName
{
background-color: #7568F0;
}
.BgClassName
{
background-color: #7568F0;
}
</style>
border-color css
<style>
span { border-color: #7568F0; }
span { border-color: rgb(117,104,240); }
td.TdClassName
{
border-color: #7568F0;
}
.TagClassName
{
border-color: #7568F0;
}
</style>