Shades of Medium Slate Blue #7568FC
Tints of Medium Slate Blue #7568FC
RGB
CMYK
RGB Variations
Color information
#7568FC (or 0x7568FC) is known color: Medium Slate Blue. HEX triplet: 75, 68 and FC. RGB value is (117,104,252). Sum of RGB (Red+Green+Blue) = 117+104+252=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #7568FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7568FC is #8A9703. Grayscale: #7C7C7C. Windows color (decimal): -9082628 or 16541813. OLE color: 16541813.
HSL color Cylindrical-coordinate representation of color #7568FC: hue angle of 245.27º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7568FC is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 104 | 252 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.01 |
| HSL | 245.27º | 0.96% | 0.7% | - |
| HSV(B) | 245.27º | 0.59% | 0.99% | - |
| XYZ | 29.86 | 20.71 | 94.52 | - |
| YUV | 124.76 | 199.81 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 252 | 0.54 | 0.59 | 0 | 0.01 | 245.27 | 0.96 | 0.7 |
| Hex | 75 | 68 | FC | 36 | 3B | 0 | 1 | F5 | 60 | 46 |
| Octal | 165 | 150 | 374 | 66 | 73 | 0 | 1 | 365 | 140 | 106 |
| Binary | 1110101 | 1101000 | 11111100 | 110110 | 111011 | 0 | 1 | 11110101 | 1100000 | 1000110 |
Color Harmonies of #7568FC
Complementary color
Monochromatic Colors of #7568FC
Black with #7568FC
Text Example
Text Example
White with #7568FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7568FC; }
p { color: rgb(117,104,252); }
H1.HeaderClassName
{
color: #7568FC;
}
.AnyTagClassName
{
color: #7568FC;
}
</style>
background-color css
<style>
a { background-color: #7568FC; }
a { background-color: rgb(117,104,252); }
div.DivClassName
{
background-color: #7568FC;
}
.BgClassName
{
background-color: #7568FC;
}
</style>
border-color css
<style>
span { border-color: #7568FC; }
span { border-color: rgb(117,104,252); }
td.TdClassName
{
border-color: #7568FC;
}
.TagClassName
{
border-color: #7568FC;
}
</style>