Shades of Medium Slate Blue #7346F9
Tints of Medium Slate Blue #7346F9
RGB
CMYK
RGB Variations
Color information
#7346F9 (or 0x7346F9) is known color: Medium Slate Blue. HEX triplet: 73, 46 and F9. RGB value is (115,70,249). Sum of RGB (Red+Green+Blue) = 115+70+249=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 249 (97.66% from 255 or 57.37% from 434); Max value from RGB is 249 - color contains mainly: blue. Hex color #7346F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7346F9 is #8CB906. Grayscale: #676767. Windows color (decimal): -9222407 or 16336499. OLE color: 16336499.
HSL color Cylindrical-coordinate representation of color #7346F9: hue angle of 255.08º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7346F9 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 70 | 249 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.02 |
| HSL | 255.08º | 0.94% | 0.63% | - |
| HSV(B) | 255.08º | 0.72% | 0.98% | - |
| XYZ | 26.36 | 14.86 | 91.1 | - |
| YUV | 103.86 | 209.91 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 70 | 249 | 0.54 | 0.72 | 0 | 0.02 | 255.08 | 0.94 | 0.63 |
| Hex | 73 | 46 | F9 | 36 | 48 | 0 | 2 | FF | 5E | 3F |
| Octal | 163 | 106 | 371 | 66 | 110 | 0 | 2 | 377 | 136 | 77 |
| Binary | 1110011 | 1000110 | 11111001 | 110110 | 1001000 | 0 | 10 | 11111111 | 1011110 | 111111 |
Color Harmonies of #7346F9
Complementary color
Monochromatic Colors of #7346F9
Black with #7346F9
Text Example
Text Example
White with #7346F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7346F9; }
p { color: rgb(115,70,249); }
H1.HeaderClassName
{
color: #7346F9;
}
.AnyTagClassName
{
color: #7346F9;
}
</style>
background-color css
<style>
a { background-color: #7346F9; }
a { background-color: rgb(115,70,249); }
div.DivClassName
{
background-color: #7346F9;
}
.BgClassName
{
background-color: #7346F9;
}
</style>
border-color css
<style>
span { border-color: #7346F9; }
span { border-color: rgb(115,70,249); }
td.TdClassName
{
border-color: #7346F9;
}
.TagClassName
{
border-color: #7346F9;
}
</style>