Shades of Medium Slate Blue #7365E9
Tints of Medium Slate Blue #7365E9
RGB
CMYK
RGB Variations
Color information
#7365E9 (or 0x7365E9) is known color: Medium Slate Blue. HEX triplet: 73, 65 and E9. RGB value is (115,101,233). Sum of RGB (Red+Green+Blue) = 115+101+233=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #7365E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7365E9 is #8C9A16. Grayscale: #777777. Windows color (decimal): -9214487 or 15295859. OLE color: 15295859.
HSL color Cylindrical-coordinate representation of color #7365E9: hue angle of 246.36º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7365E9 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 101 | 233 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.09 |
| HSL | 246.36º | 0.75% | 0.65% | - |
| HSV(B) | 246.36º | 0.57% | 0.91% | - |
| XYZ | 26.43 | 18.84 | 79.33 | - |
| YUV | 120.23 | 191.64 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 233 | 0.51 | 0.57 | 0 | 0.09 | 246.36 | 0.75 | 0.65 |
| Hex | 73 | 65 | E9 | 33 | 39 | 0 | 9 | F6 | 4B | 41 |
| Octal | 163 | 145 | 351 | 63 | 71 | 0 | 11 | 366 | 113 | 101 |
| Binary | 1110011 | 1100101 | 11101001 | 110011 | 111001 | 0 | 1001 | 11110110 | 1001011 | 1000001 |
Color Harmonies of #7365E9
Complementary color
Monochromatic Colors of #7365E9
Black with #7365E9
Text Example
Text Example
White with #7365E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7365E9; }
p { color: rgb(115,101,233); }
H1.HeaderClassName
{
color: #7365E9;
}
.AnyTagClassName
{
color: #7365E9;
}
</style>
background-color css
<style>
a { background-color: #7365E9; }
a { background-color: rgb(115,101,233); }
div.DivClassName
{
background-color: #7365E9;
}
.BgClassName
{
background-color: #7365E9;
}
</style>
border-color css
<style>
span { border-color: #7365E9; }
span { border-color: rgb(115,101,233); }
td.TdClassName
{
border-color: #7365E9;
}
.TagClassName
{
border-color: #7365E9;
}
</style>