Shades of Medium Slate Blue #7568DD
Tints of Medium Slate Blue #7568DD
RGB
CMYK
RGB Variations
Color information
#7568DD (or 0x7568DD) is known color: Medium Slate Blue. HEX triplet: 75, 68 and DD. RGB value is (117,104,221). Sum of RGB (Red+Green+Blue) = 117+104+221=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #7568DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7568DD is #8A9722. Grayscale: #787878. Windows color (decimal): -9082659 or 14510197. OLE color: 14510197.
HSL color Cylindrical-coordinate representation of color #7568DD: hue angle of 246.67º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7568DD is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 104 | 221 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.13 |
| HSL | 246.67º | 0.63% | 0.64% | - |
| HSV(B) | 246.67º | 0.53% | 0.87% | - |
| XYZ | 25.34 | 18.9 | 70.72 | - |
| YUV | 121.23 | 184.31 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 221 | 0.47 | 0.53 | 0 | 0.13 | 246.67 | 0.63 | 0.64 |
| Hex | 75 | 68 | DD | 2F | 35 | 0 | D | F7 | 3F | 40 |
| Octal | 165 | 150 | 335 | 57 | 65 | 0 | 15 | 367 | 77 | 100 |
| Binary | 1110101 | 1101000 | 11011101 | 101111 | 110101 | 0 | 1101 | 11110111 | 111111 | 1000000 |
Color Harmonies of #7568DD
Complementary color
Monochromatic Colors of #7568DD
Black with #7568DD
Text Example
Text Example
White with #7568DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7568DD; }
p { color: rgb(117,104,221); }
H1.HeaderClassName
{
color: #7568DD;
}
.AnyTagClassName
{
color: #7568DD;
}
</style>
background-color css
<style>
a { background-color: #7568DD; }
a { background-color: rgb(117,104,221); }
div.DivClassName
{
background-color: #7568DD;
}
.BgClassName
{
background-color: #7568DD;
}
</style>
border-color css
<style>
span { border-color: #7568DD; }
span { border-color: rgb(117,104,221); }
td.TdClassName
{
border-color: #7568DD;
}
.TagClassName
{
border-color: #7568DD;
}
</style>