Shades of Medium Slate Blue #7568E7
Tints of Medium Slate Blue #7568E7
RGB
CMYK
RGB Variations
Color information
#7568E7 (or 0x7568E7) is known color: Medium Slate Blue. HEX triplet: 75, 68 and E7. RGB value is (117,104,231). Sum of RGB (Red+Green+Blue) = 117+104+231=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #7568E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7568E7 is #8A9718. Grayscale: #797979. Windows color (decimal): -9082649 or 15165557. OLE color: 15165557.
HSL color Cylindrical-coordinate representation of color #7568E7: hue angle of 246.14º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7568E7 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 104 | 231 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.09 |
| HSL | 246.14º | 0.73% | 0.66% | - |
| HSV(B) | 246.14º | 0.55% | 0.91% | - |
| XYZ | 26.71 | 19.45 | 77.95 | - |
| YUV | 122.37 | 189.31 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 231 | 0.49 | 0.55 | 0 | 0.09 | 246.14 | 0.73 | 0.66 |
| Hex | 75 | 68 | E7 | 31 | 37 | 0 | 9 | F6 | 49 | 42 |
| Octal | 165 | 150 | 347 | 61 | 67 | 0 | 11 | 366 | 111 | 102 |
| Binary | 1110101 | 1101000 | 11100111 | 110001 | 110111 | 0 | 1001 | 11110110 | 1001001 | 1000010 |
Color Harmonies of #7568E7
Complementary color
Monochromatic Colors of #7568E7
Black with #7568E7
Text Example
Text Example
White with #7568E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7568E7; }
p { color: rgb(117,104,231); }
H1.HeaderClassName
{
color: #7568E7;
}
.AnyTagClassName
{
color: #7568E7;
}
</style>
background-color css
<style>
a { background-color: #7568E7; }
a { background-color: rgb(117,104,231); }
div.DivClassName
{
background-color: #7568E7;
}
.BgClassName
{
background-color: #7568E7;
}
</style>
border-color css
<style>
span { border-color: #7568E7; }
span { border-color: rgb(117,104,231); }
td.TdClassName
{
border-color: #7568E7;
}
.TagClassName
{
border-color: #7568E7;
}
</style>