Shades of Medium Slate Blue #7352F1
Tints of Medium Slate Blue #7352F1
RGB
CMYK
RGB Variations
Color information
#7352F1 (or 0x7352F1) is known color: Medium Slate Blue. HEX triplet: 73, 52 and F1. RGB value is (115,82,241). Sum of RGB (Red+Green+Blue) = 115+82+241=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #7352F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7352F1 is #8CAD0E. Grayscale: #6D6D6D. Windows color (decimal): -9219343 or 15815283. OLE color: 15815283.
HSL color Cylindrical-coordinate representation of color #7352F1: hue angle of 252.45º 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 #7352F1 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 82 | 241 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.05 |
| HSL | 252.45º | 0.85% | 0.63% | - |
| HSV(B) | 252.45º | 0.66% | 0.95% | - |
| XYZ | 25.96 | 16.03 | 84.94 | - |
| YUV | 109.99 | 201.93 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 241 | 0.52 | 0.66 | 0 | 0.05 | 252.45 | 0.85 | 0.63 |
| Hex | 73 | 52 | F1 | 34 | 42 | 0 | 5 | FC | 55 | 3F |
| Octal | 163 | 122 | 361 | 64 | 102 | 0 | 5 | 374 | 125 | 77 |
| Binary | 1110011 | 1010010 | 11110001 | 110100 | 1000010 | 0 | 101 | 11111100 | 1010101 | 111111 |
Color Harmonies of #7352F1
Complementary color
Monochromatic Colors of #7352F1
Black with #7352F1
Text Example
Text Example
White with #7352F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7352F1; }
p { color: rgb(115,82,241); }
H1.HeaderClassName
{
color: #7352F1;
}
.AnyTagClassName
{
color: #7352F1;
}
</style>
background-color css
<style>
a { background-color: #7352F1; }
a { background-color: rgb(115,82,241); }
div.DivClassName
{
background-color: #7352F1;
}
.BgClassName
{
background-color: #7352F1;
}
</style>
border-color css
<style>
span { border-color: #7352F1; }
span { border-color: rgb(115,82,241); }
td.TdClassName
{
border-color: #7352F1;
}
.TagClassName
{
border-color: #7352F1;
}
</style>