Shades of Medium Slate Blue #7346F1
Tints of Medium Slate Blue #7346F1
RGB
CMYK
RGB Variations
Color information
#7346F1 (or 0x7346F1) is known color: Medium Slate Blue. HEX triplet: 73, 46 and F1. RGB value is (115,70,241). Sum of RGB (Red+Green+Blue) = 115+70+241=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #7346F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7346F1 is #8CB90E. Grayscale: #666666. Windows color (decimal): -9222415 or 15812211. OLE color: 15812211.
HSL color Cylindrical-coordinate representation of color #7346F1: hue angle of 255.79º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7346F1 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 70 | 241 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.05 |
| HSL | 255.79º | 0.86% | 0.61% | - |
| HSV(B) | 255.79º | 0.71% | 0.95% | - |
| XYZ | 25.14 | 14.38 | 84.67 | - |
| YUV | 102.95 | 205.91 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 70 | 241 | 0.52 | 0.71 | 0 | 0.05 | 255.79 | 0.86 | 0.61 |
| Hex | 73 | 46 | F1 | 34 | 47 | 0 | 5 | 100 | 56 | 3D |
| Octal | 163 | 106 | 361 | 64 | 107 | 0 | 5 | 400 | 126 | 75 |
| Binary | 1110011 | 1000110 | 11110001 | 110100 | 1000111 | 0 | 101 | 100000000 | 1010110 | 111101 |
Color Harmonies of #7346F1
Complementary color
Monochromatic Colors of #7346F1
Black with #7346F1
Text Example
Text Example
White with #7346F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7346F1; }
p { color: rgb(115,70,241); }
H1.HeaderClassName
{
color: #7346F1;
}
.AnyTagClassName
{
color: #7346F1;
}
</style>
background-color css
<style>
a { background-color: #7346F1; }
a { background-color: rgb(115,70,241); }
div.DivClassName
{
background-color: #7346F1;
}
.BgClassName
{
background-color: #7346F1;
}
</style>
border-color css
<style>
span { border-color: #7346F1; }
span { border-color: rgb(115,70,241); }
td.TdClassName
{
border-color: #7346F1;
}
.TagClassName
{
border-color: #7346F1;
}
</style>