Shades of Medium Slate Blue #7345EE
Tints of Medium Slate Blue #7345EE
RGB
CMYK
RGB Variations
Color information
#7345EE (or 0x7345EE) is known color: Medium Slate Blue. HEX triplet: 73, 45 and EE. RGB value is (115,69,238). Sum of RGB (Red+Green+Blue) = 115+69+238=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #7345EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7345EE is #8CBA11. Grayscale: #656565. Windows color (decimal): -9222674 or 15615347. OLE color: 15615347.
HSL color Cylindrical-coordinate representation of color #7345EE: hue angle of 256.33º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7345EE is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 69 | 238 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.07 |
| HSL | 256.33º | 0.83% | 0.6% | - |
| HSV(B) | 256.33º | 0.71% | 0.93% | - |
| XYZ | 24.63 | 14.07 | 82.31 | - |
| YUV | 102.02 | 204.74 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 238 | 0.52 | 0.71 | 0 | 0.07 | 256.33 | 0.83 | 0.6 |
| Hex | 73 | 45 | EE | 34 | 47 | 0 | 7 | 100 | 53 | 3C |
| Octal | 163 | 105 | 356 | 64 | 107 | 0 | 7 | 400 | 123 | 74 |
| Binary | 1110011 | 1000101 | 11101110 | 110100 | 1000111 | 0 | 111 | 100000000 | 1010011 | 111100 |
Color Harmonies of #7345EE
Complementary color
Monochromatic Colors of #7345EE
Black with #7345EE
Text Example
Text Example
White with #7345EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7345EE; }
p { color: rgb(115,69,238); }
H1.HeaderClassName
{
color: #7345EE;
}
.AnyTagClassName
{
color: #7345EE;
}
</style>
background-color css
<style>
a { background-color: #7345EE; }
a { background-color: rgb(115,69,238); }
div.DivClassName
{
background-color: #7345EE;
}
.BgClassName
{
background-color: #7345EE;
}
</style>
border-color css
<style>
span { border-color: #7345EE; }
span { border-color: rgb(115,69,238); }
td.TdClassName
{
border-color: #7345EE;
}
.TagClassName
{
border-color: #7345EE;
}
</style>