Shades of Medium Slate Blue #7571F6
Tints of Medium Slate Blue #7571F6
RGB
CMYK
RGB Variations
Color information
#7571F6 (or 0x7571F6) is known color: Medium Slate Blue. HEX triplet: 75, 71 and F6. RGB value is (117,113,246). Sum of RGB (Red+Green+Blue) = 117+113+246=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #7571F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7571F6 is #8A8E09. Grayscale: #808080. Windows color (decimal): -9080330 or 16150901. OLE color: 16150901.
HSL color Cylindrical-coordinate representation of color #7571F6: hue angle of 241.8º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7571F6 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 113 | 246 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.04 |
| HSL | 241.8º | 0.88% | 0.7% | - |
| HSV(B) | 241.8º | 0.54% | 0.96% | - |
| XYZ | 29.88 | 22.25 | 89.91 | - |
| YUV | 129.36 | 193.83 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 246 | 0.52 | 0.54 | 0 | 0.04 | 241.8 | 0.88 | 0.7 |
| Hex | 75 | 71 | F6 | 34 | 36 | 0 | 4 | F2 | 58 | 46 |
| Octal | 165 | 161 | 366 | 64 | 66 | 0 | 4 | 362 | 130 | 106 |
| Binary | 1110101 | 1110001 | 11110110 | 110100 | 110110 | 0 | 100 | 11110010 | 1011000 | 1000110 |
Color Harmonies of #7571F6
Complementary color
Monochromatic Colors of #7571F6
Black with #7571F6
Text Example
Text Example
White with #7571F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7571F6; }
p { color: rgb(117,113,246); }
H1.HeaderClassName
{
color: #7571F6;
}
.AnyTagClassName
{
color: #7571F6;
}
</style>
background-color css
<style>
a { background-color: #7571F6; }
a { background-color: rgb(117,113,246); }
div.DivClassName
{
background-color: #7571F6;
}
.BgClassName
{
background-color: #7571F6;
}
</style>
border-color css
<style>
span { border-color: #7571F6; }
span { border-color: rgb(117,113,246); }
td.TdClassName
{
border-color: #7571F6;
}
.TagClassName
{
border-color: #7571F6;
}
</style>