Shades of Medium Slate Blue #7345EB
Tints of Medium Slate Blue #7345EB
RGB
CMYK
RGB Variations
Color information
#7345EB (or 0x7345EB) is known color: Medium Slate Blue. HEX triplet: 73, 45 and EB. RGB value is (115,69,235). Sum of RGB (Red+Green+Blue) = 115+69+235=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #7345EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7345EB is #8CBA14. Grayscale: #656565. Windows color (decimal): -9222677 or 15418739. OLE color: 15418739.
HSL color Cylindrical-coordinate representation of color #7345EB: hue angle of 256.63º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7345EB is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 69 | 235 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.08 |
| HSL | 256.63º | 0.81% | 0.6% | - |
| HSV(B) | 256.63º | 0.71% | 0.92% | - |
| XYZ | 24.19 | 13.9 | 80 | - |
| YUV | 101.68 | 203.24 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 235 | 0.51 | 0.71 | 0 | 0.08 | 256.63 | 0.81 | 0.6 |
| Hex | 73 | 45 | EB | 33 | 47 | 0 | 8 | 101 | 51 | 3C |
| Octal | 163 | 105 | 353 | 63 | 107 | 0 | 10 | 401 | 121 | 74 |
| Binary | 1110011 | 1000101 | 11101011 | 110011 | 1000111 | 0 | 1000 | 100000001 | 1010001 | 111100 |
Color Harmonies of #7345EB
Complementary color
Monochromatic Colors of #7345EB
Black with #7345EB
Text Example
Text Example
White with #7345EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7345EB; }
p { color: rgb(115,69,235); }
H1.HeaderClassName
{
color: #7345EB;
}
.AnyTagClassName
{
color: #7345EB;
}
</style>
background-color css
<style>
a { background-color: #7345EB; }
a { background-color: rgb(115,69,235); }
div.DivClassName
{
background-color: #7345EB;
}
.BgClassName
{
background-color: #7345EB;
}
</style>
border-color css
<style>
span { border-color: #7345EB; }
span { border-color: rgb(115,69,235); }
td.TdClassName
{
border-color: #7345EB;
}
.TagClassName
{
border-color: #7345EB;
}
</style>