Shades of Medium Slate Blue #7361F5
Tints of Medium Slate Blue #7361F5
RGB
CMYK
RGB Variations
Color information
#7361F5 (or 0x7361F5) is known color: Medium Slate Blue. HEX triplet: 73, 61 and F5. RGB value is (115,97,245). Sum of RGB (Red+Green+Blue) = 115+97+245=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 245 (96.09% from 255 or 53.61% from 457); Max value from RGB is 245 - color contains mainly: blue. Hex color #7361F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7361F5 is #8C9E0A. Grayscale: #767676. Windows color (decimal): -9215499 or 16081267. OLE color: 16081267.
HSL color Cylindrical-coordinate representation of color #7361F5: hue angle of 247.3º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7361F5 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 97 | 245 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.04 |
| HSL | 247.3º | 0.88% | 0.67% | - |
| HSV(B) | 247.3º | 0.6% | 0.96% | - |
| XYZ | 27.83 | 18.79 | 88.55 | - |
| YUV | 119.25 | 198.96 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 245 | 0.53 | 0.60 | 0 | 0.04 | 247.3 | 0.88 | 0.67 |
| Hex | 73 | 61 | F5 | 35 | 3C | 0 | 4 | F7 | 58 | 43 |
| Octal | 163 | 141 | 365 | 65 | 74 | 0 | 4 | 367 | 130 | 103 |
| Binary | 1110011 | 1100001 | 11110101 | 110101 | 111100 | 0 | 100 | 11110111 | 1011000 | 1000011 |
Color Harmonies of #7361F5
Complementary color
Monochromatic Colors of #7361F5
Black with #7361F5
Text Example
Text Example
White with #7361F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7361F5; }
p { color: rgb(115,97,245); }
H1.HeaderClassName
{
color: #7361F5;
}
.AnyTagClassName
{
color: #7361F5;
}
</style>
background-color css
<style>
a { background-color: #7361F5; }
a { background-color: rgb(115,97,245); }
div.DivClassName
{
background-color: #7361F5;
}
.BgClassName
{
background-color: #7361F5;
}
</style>
border-color css
<style>
span { border-color: #7361F5; }
span { border-color: rgb(115,97,245); }
td.TdClassName
{
border-color: #7361F5;
}
.TagClassName
{
border-color: #7361F5;
}
</style>