Shades of Medium Slate Blue #7572F1
Tints of Medium Slate Blue #7572F1
RGB
CMYK
RGB Variations
Color information
#7572F1 (or 0x7572F1) is known color: Medium Slate Blue. HEX triplet: 75, 72 and F1. RGB value is (117,114,241). Sum of RGB (Red+Green+Blue) = 117+114+241=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #7572F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7572F1 is #8A8D0E. Grayscale: #808080. Windows color (decimal): -9080079 or 15823477. OLE color: 15823477.
HSL color Cylindrical-coordinate representation of color #7572F1: hue angle of 241.42º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7572F1 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 114 | 241 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.05 |
| HSL | 241.42º | 0.82% | 0.7% | - |
| HSV(B) | 241.42º | 0.53% | 0.95% | - |
| XYZ | 29.23 | 22.17 | 85.96 | - |
| YUV | 129.38 | 190.99 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 241 | 0.51 | 0.53 | 0 | 0.05 | 241.42 | 0.82 | 0.7 |
| Hex | 75 | 72 | F1 | 33 | 35 | 0 | 5 | F1 | 52 | 46 |
| Octal | 165 | 162 | 361 | 63 | 65 | 0 | 5 | 361 | 122 | 106 |
| Binary | 1110101 | 1110010 | 11110001 | 110011 | 110101 | 0 | 101 | 11110001 | 1010010 | 1000110 |
Color Harmonies of #7572F1
Complementary color
Monochromatic Colors of #7572F1
Black with #7572F1
Text Example
Text Example
White with #7572F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7572F1; }
p { color: rgb(117,114,241); }
H1.HeaderClassName
{
color: #7572F1;
}
.AnyTagClassName
{
color: #7572F1;
}
</style>
background-color css
<style>
a { background-color: #7572F1; }
a { background-color: rgb(117,114,241); }
div.DivClassName
{
background-color: #7572F1;
}
.BgClassName
{
background-color: #7572F1;
}
</style>
border-color css
<style>
span { border-color: #7572F1; }
span { border-color: rgb(117,114,241); }
td.TdClassName
{
border-color: #7572F1;
}
.TagClassName
{
border-color: #7572F1;
}
</style>