Shades of Medium Slate Blue #7568EC
Tints of Medium Slate Blue #7568EC
RGB
CMYK
RGB Variations
Color information
#7568EC (or 0x7568EC) is known color: Medium Slate Blue. HEX triplet: 75, 68 and EC. RGB value is (117,104,236). Sum of RGB (Red+Green+Blue) = 117+104+236=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #7568EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7568EC is #8A9713. Grayscale: #7A7A7A. Windows color (decimal): -9082644 or 15493237. OLE color: 15493237.
HSL color Cylindrical-coordinate representation of color #7568EC: hue angle of 245.91º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7568EC is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 104 | 236 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.07 |
| HSL | 245.91º | 0.78% | 0.67% | - |
| HSV(B) | 245.91º | 0.56% | 0.93% | - |
| XYZ | 27.43 | 19.74 | 81.72 | - |
| YUV | 122.94 | 191.81 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 236 | 0.50 | 0.56 | 0 | 0.07 | 245.91 | 0.78 | 0.67 |
| Hex | 75 | 68 | EC | 32 | 38 | 0 | 7 | F6 | 4E | 43 |
| Octal | 165 | 150 | 354 | 62 | 70 | 0 | 7 | 366 | 116 | 103 |
| Binary | 1110101 | 1101000 | 11101100 | 110010 | 111000 | 0 | 111 | 11110110 | 1001110 | 1000011 |
Color Harmonies of #7568EC
Complementary color
Monochromatic Colors of #7568EC
Black with #7568EC
Text Example
Text Example
White with #7568EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7568EC; }
p { color: rgb(117,104,236); }
H1.HeaderClassName
{
color: #7568EC;
}
.AnyTagClassName
{
color: #7568EC;
}
</style>
background-color css
<style>
a { background-color: #7568EC; }
a { background-color: rgb(117,104,236); }
div.DivClassName
{
background-color: #7568EC;
}
.BgClassName
{
background-color: #7568EC;
}
</style>
border-color css
<style>
span { border-color: #7568EC; }
span { border-color: rgb(117,104,236); }
td.TdClassName
{
border-color: #7568EC;
}
.TagClassName
{
border-color: #7568EC;
}
</style>