Shades of Medium Slate Blue #7547F6
Tints of Medium Slate Blue #7547F6
RGB
CMYK
RGB Variations
Color information
#7547F6 (or 0x7547F6) is known color: Medium Slate Blue. HEX triplet: 75, 47 and F6. RGB value is (117,71,246). Sum of RGB (Red+Green+Blue) = 117+71+246=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 246 (96.48% from 255 or 56.68% from 434); Max value from RGB is 246 - color contains mainly: blue. Hex color #7547F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7547F6 is #8AB809. Grayscale: #686868. Windows color (decimal): -9091082 or 16140149. OLE color: 16140149.
HSL color Cylindrical-coordinate representation of color #7547F6: hue angle of 255.77º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7547F6 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 71 | 246 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.04 |
| HSL | 255.77º | 0.91% | 0.62% | - |
| HSV(B) | 255.77º | 0.71% | 0.96% | - |
| XYZ | 26.22 | 14.94 | 88.69 | - |
| YUV | 104.7 | 207.74 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 246 | 0.52 | 0.71 | 0 | 0.04 | 255.77 | 0.91 | 0.62 |
| Hex | 75 | 47 | F6 | 34 | 47 | 0 | 4 | 100 | 5B | 3E |
| Octal | 165 | 107 | 366 | 64 | 107 | 0 | 4 | 400 | 133 | 76 |
| Binary | 1110101 | 1000111 | 11110110 | 110100 | 1000111 | 0 | 100 | 100000000 | 1011011 | 111110 |
Color Harmonies of #7547F6
Complementary color
Monochromatic Colors of #7547F6
Black with #7547F6
Text Example
Text Example
White with #7547F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7547F6; }
p { color: rgb(117,71,246); }
H1.HeaderClassName
{
color: #7547F6;
}
.AnyTagClassName
{
color: #7547F6;
}
</style>
background-color css
<style>
a { background-color: #7547F6; }
a { background-color: rgb(117,71,246); }
div.DivClassName
{
background-color: #7547F6;
}
.BgClassName
{
background-color: #7547F6;
}
</style>
border-color css
<style>
span { border-color: #7547F6; }
span { border-color: rgb(117,71,246); }
td.TdClassName
{
border-color: #7547F6;
}
.TagClassName
{
border-color: #7547F6;
}
</style>