Shades of Medium Slate Blue #7552F1
Tints of Medium Slate Blue #7552F1
RGB
CMYK
RGB Variations
Color information
#7552F1 (or 0x7552F1) is known color: Medium Slate Blue. HEX triplet: 75, 52 and F1. RGB value is (117,82,241). Sum of RGB (Red+Green+Blue) = 117+82+241=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #7552F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7552F1 is #8AAD0E. Grayscale: #6D6D6D. Windows color (decimal): -9088271 or 15815285. OLE color: 15815285.
HSL color Cylindrical-coordinate representation of color #7552F1: hue angle of 253.21º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7552F1 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 82 | 241 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.05 |
| HSL | 253.21º | 0.85% | 0.63% | - |
| HSV(B) | 253.21º | 0.66% | 0.95% | - |
| XYZ | 26.23 | 16.17 | 84.96 | - |
| YUV | 110.59 | 201.6 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 241 | 0.51 | 0.66 | 0 | 0.05 | 253.21 | 0.85 | 0.63 |
| Hex | 75 | 52 | F1 | 33 | 42 | 0 | 5 | FD | 55 | 3F |
| Octal | 165 | 122 | 361 | 63 | 102 | 0 | 5 | 375 | 125 | 77 |
| Binary | 1110101 | 1010010 | 11110001 | 110011 | 1000010 | 0 | 101 | 11111101 | 1010101 | 111111 |
Color Harmonies of #7552F1
Complementary color
Monochromatic Colors of #7552F1
Black with #7552F1
Text Example
Text Example
White with #7552F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7552F1; }
p { color: rgb(117,82,241); }
H1.HeaderClassName
{
color: #7552F1;
}
.AnyTagClassName
{
color: #7552F1;
}
</style>
background-color css
<style>
a { background-color: #7552F1; }
a { background-color: rgb(117,82,241); }
div.DivClassName
{
background-color: #7552F1;
}
.BgClassName
{
background-color: #7552F1;
}
</style>
border-color css
<style>
span { border-color: #7552F1; }
span { border-color: rgb(117,82,241); }
td.TdClassName
{
border-color: #7552F1;
}
.TagClassName
{
border-color: #7552F1;
}
</style>