Shades of Medium Slate Blue #7568ED
Tints of Medium Slate Blue #7568ED
RGB
CMYK
RGB Variations
Color information
#7568ED (or 0x7568ED) is known color: Medium Slate Blue. HEX triplet: 75, 68 and ED. RGB value is (117,104,237). Sum of RGB (Red+Green+Blue) = 117+104+237=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #7568ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7568ED is #8A9712. Grayscale: #7A7A7A. Windows color (decimal): -9082643 or 15558773. OLE color: 15558773.
HSL color Cylindrical-coordinate representation of color #7568ED: hue angle of 245.86º degrees, saturation: 0.79, 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 #7568ED is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 104 | 237 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.07 |
| HSL | 245.86º | 0.79% | 0.67% | - |
| HSV(B) | 245.86º | 0.56% | 0.93% | - |
| XYZ | 27.57 | 19.8 | 82.49 | - |
| YUV | 123.05 | 192.31 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 237 | 0.51 | 0.56 | 0 | 0.07 | 245.86 | 0.79 | 0.67 |
| Hex | 75 | 68 | ED | 33 | 38 | 0 | 7 | F6 | 4F | 43 |
| Octal | 165 | 150 | 355 | 63 | 70 | 0 | 7 | 366 | 117 | 103 |
| Binary | 1110101 | 1101000 | 11101101 | 110011 | 111000 | 0 | 111 | 11110110 | 1001111 | 1000011 |
Color Harmonies of #7568ED
Complementary color
Monochromatic Colors of #7568ED
Black with #7568ED
Text Example
Text Example
White with #7568ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7568ED; }
p { color: rgb(117,104,237); }
H1.HeaderClassName
{
color: #7568ED;
}
.AnyTagClassName
{
color: #7568ED;
}
</style>
background-color css
<style>
a { background-color: #7568ED; }
a { background-color: rgb(117,104,237); }
div.DivClassName
{
background-color: #7568ED;
}
.BgClassName
{
background-color: #7568ED;
}
</style>
border-color css
<style>
span { border-color: #7568ED; }
span { border-color: rgb(117,104,237); }
td.TdClassName
{
border-color: #7568ED;
}
.TagClassName
{
border-color: #7568ED;
}
</style>