Shades of Medium Slate Blue #7359FF
Tints of Medium Slate Blue #7359FF
RGB
CMYK
RGB Variations
Color information
#7359FF (or 0x7359FF) is known color: Medium Slate Blue. HEX triplet: 73, 59 and FF. RGB value is (115,89,255). Sum of RGB (Red+Green+Blue) = 115+89+255=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #7359FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7359FF is #8CA600. Grayscale: #737373. Windows color (decimal): -9217537 or 16734579. OLE color: 16734579.
HSL color Cylindrical-coordinate representation of color #7359FF: hue angle of 249.4º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7359FF is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 89 | 255 | - |
| CMYK | 0.55 | 0.65 | 0 | 0 |
| HSL | 249.4º | 1% | 0.67% | - |
| HSV(B) | 249.4º | 0.65% | 1% | - |
| XYZ | 28.69 | 18.01 | 96.57 | - |
| YUV | 115.7 | 206.61 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 255 | 0.55 | 0.65 | 0 | 0 | 249.4 | 1 | 0.67 |
| Hex | 73 | 59 | FF | 37 | 41 | 0 | 0 | F9 | 64 | 43 |
| Octal | 163 | 131 | 377 | 67 | 101 | 0 | 0 | 371 | 144 | 103 |
| Binary | 1110011 | 1011001 | 11111111 | 110111 | 1000001 | 0 | 0 | 11111001 | 1100100 | 1000011 |
Color Harmonies of #7359FF
Complementary color
Monochromatic Colors of #7359FF
Black with #7359FF
Text Example
Text Example
White with #7359FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7359FF; }
p { color: rgb(115,89,255); }
H1.HeaderClassName
{
color: #7359FF;
}
.AnyTagClassName
{
color: #7359FF;
}
</style>
background-color css
<style>
a { background-color: #7359FF; }
a { background-color: rgb(115,89,255); }
div.DivClassName
{
background-color: #7359FF;
}
.BgClassName
{
background-color: #7359FF;
}
</style>
border-color css
<style>
span { border-color: #7359FF; }
span { border-color: rgb(115,89,255); }
td.TdClassName
{
border-color: #7359FF;
}
.TagClassName
{
border-color: #7359FF;
}
</style>