Shades of Medium Slate Blue #7352F5
Tints of Medium Slate Blue #7352F5
RGB
CMYK
RGB Variations
Color information
#7352F5 (or 0x7352F5) is known color: Medium Slate Blue. HEX triplet: 73, 52 and F5. RGB value is (115,82,245). Sum of RGB (Red+Green+Blue) = 115+82+245=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 245 (96.09% from 255 or 55.43% from 442); Max value from RGB is 245 - color contains mainly: blue. Hex color #7352F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7352F5 is #8CAD0A. Grayscale: #6D6D6D. Windows color (decimal): -9219339 or 16077427. OLE color: 16077427.
HSL color Cylindrical-coordinate representation of color #7352F5: hue angle of 252.15º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7352F5 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 82 | 245 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.04 |
| HSL | 252.15º | 0.89% | 0.64% | - |
| HSV(B) | 252.15º | 0.67% | 0.96% | - |
| XYZ | 26.57 | 16.27 | 88.13 | - |
| YUV | 110.45 | 203.93 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 245 | 0.53 | 0.67 | 0 | 0.04 | 252.15 | 0.89 | 0.64 |
| Hex | 73 | 52 | F5 | 35 | 43 | 0 | 4 | FC | 59 | 40 |
| Octal | 163 | 122 | 365 | 65 | 103 | 0 | 4 | 374 | 131 | 100 |
| Binary | 1110011 | 1010010 | 11110101 | 110101 | 1000011 | 0 | 100 | 11111100 | 1011001 | 1000000 |
Color Harmonies of #7352F5
Complementary color
Monochromatic Colors of #7352F5
Black with #7352F5
Text Example
Text Example
White with #7352F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7352F5; }
p { color: rgb(115,82,245); }
H1.HeaderClassName
{
color: #7352F5;
}
.AnyTagClassName
{
color: #7352F5;
}
</style>
background-color css
<style>
a { background-color: #7352F5; }
a { background-color: rgb(115,82,245); }
div.DivClassName
{
background-color: #7352F5;
}
.BgClassName
{
background-color: #7352F5;
}
</style>
border-color css
<style>
span { border-color: #7352F5; }
span { border-color: rgb(115,82,245); }
td.TdClassName
{
border-color: #7352F5;
}
.TagClassName
{
border-color: #7352F5;
}
</style>