Shades of Medium Slate Blue #7352FA
Tints of Medium Slate Blue #7352FA
RGB
CMYK
RGB Variations
Color information
#7352FA (or 0x7352FA) is known color: Medium Slate Blue. HEX triplet: 73, 52 and FA. RGB value is (115,82,250). Sum of RGB (Red+Green+Blue) = 115+82+250=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #7352FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7352FA is #8CAD05. Grayscale: #6E6E6E. Windows color (decimal): -9219334 or 16405107. OLE color: 16405107.
HSL color Cylindrical-coordinate representation of color #7352FA: hue angle of 251.79º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7352FA is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 82 | 250 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.02 |
| HSL | 251.79º | 0.94% | 0.65% | - |
| HSV(B) | 251.79º | 0.67% | 0.98% | - |
| XYZ | 27.34 | 16.58 | 92.2 | - |
| YUV | 111.02 | 206.43 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 250 | 0.54 | 0.67 | 0 | 0.02 | 251.79 | 0.94 | 0.65 |
| Hex | 73 | 52 | FA | 36 | 43 | 0 | 2 | FC | 5E | 41 |
| Octal | 163 | 122 | 372 | 66 | 103 | 0 | 2 | 374 | 136 | 101 |
| Binary | 1110011 | 1010010 | 11111010 | 110110 | 1000011 | 0 | 10 | 11111100 | 1011110 | 1000001 |
Color Harmonies of #7352FA
Complementary color
Monochromatic Colors of #7352FA
Black with #7352FA
Text Example
Text Example
White with #7352FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7352FA; }
p { color: rgb(115,82,250); }
H1.HeaderClassName
{
color: #7352FA;
}
.AnyTagClassName
{
color: #7352FA;
}
</style>
background-color css
<style>
a { background-color: #7352FA; }
a { background-color: rgb(115,82,250); }
div.DivClassName
{
background-color: #7352FA;
}
.BgClassName
{
background-color: #7352FA;
}
</style>
border-color css
<style>
span { border-color: #7352FA; }
span { border-color: rgb(115,82,250); }
td.TdClassName
{
border-color: #7352FA;
}
.TagClassName
{
border-color: #7352FA;
}
</style>