Shades of Medium Slate Blue #7365EC
Tints of Medium Slate Blue #7365EC
RGB
CMYK
RGB Variations
Color information
#7365EC (or 0x7365EC) is known color: Medium Slate Blue. HEX triplet: 73, 65 and EC. RGB value is (115,101,236). Sum of RGB (Red+Green+Blue) = 115+101+236=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #7365EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7365EC is #8C9A13. Grayscale: #787878. Windows color (decimal): -9214484 or 15492467. OLE color: 15492467.
HSL color Cylindrical-coordinate representation of color #7365EC: hue angle of 246.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7365EC is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 101 | 236 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.07 |
| HSL | 246.22º | 0.78% | 0.66% | - |
| HSV(B) | 246.22º | 0.57% | 0.93% | - |
| XYZ | 26.86 | 19.01 | 81.61 | - |
| YUV | 120.58 | 193.14 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 236 | 0.51 | 0.57 | 0 | 0.07 | 246.22 | 0.78 | 0.66 |
| Hex | 73 | 65 | EC | 33 | 39 | 0 | 7 | F6 | 4E | 42 |
| Octal | 163 | 145 | 354 | 63 | 71 | 0 | 7 | 366 | 116 | 102 |
| Binary | 1110011 | 1100101 | 11101100 | 110011 | 111001 | 0 | 111 | 11110110 | 1001110 | 1000010 |
Color Harmonies of #7365EC
Complementary color
Monochromatic Colors of #7365EC
Black with #7365EC
Text Example
Text Example
White with #7365EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7365EC; }
p { color: rgb(115,101,236); }
H1.HeaderClassName
{
color: #7365EC;
}
.AnyTagClassName
{
color: #7365EC;
}
</style>
background-color css
<style>
a { background-color: #7365EC; }
a { background-color: rgb(115,101,236); }
div.DivClassName
{
background-color: #7365EC;
}
.BgClassName
{
background-color: #7365EC;
}
</style>
border-color css
<style>
span { border-color: #7365EC; }
span { border-color: rgb(115,101,236); }
td.TdClassName
{
border-color: #7365EC;
}
.TagClassName
{
border-color: #7365EC;
}
</style>