Shades of Medium Slate Blue #7349ED
Tints of Medium Slate Blue #7349ED
RGB
CMYK
RGB Variations
Color information
#7349ED (or 0x7349ED) is known color: Medium Slate Blue. HEX triplet: 73, 49 and ED. RGB value is (115,73,237). Sum of RGB (Red+Green+Blue) = 115+73+237=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #7349ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7349ED is #8CB612. Grayscale: #676767. Windows color (decimal): -9221651 or 15550835. OLE color: 15550835.
HSL color Cylindrical-coordinate representation of color #7349ED: hue angle of 255.37º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7349ED is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 73 | 237 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.07 |
| HSL | 255.37º | 0.82% | 0.61% | - |
| HSV(B) | 255.37º | 0.69% | 0.93% | - |
| XYZ | 24.74 | 14.52 | 81.62 | - |
| YUV | 104.25 | 202.91 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 237 | 0.51 | 0.69 | 0 | 0.07 | 255.37 | 0.82 | 0.61 |
| Hex | 73 | 49 | ED | 33 | 45 | 0 | 7 | FF | 52 | 3D |
| Octal | 163 | 111 | 355 | 63 | 105 | 0 | 7 | 377 | 122 | 75 |
| Binary | 1110011 | 1001001 | 11101101 | 110011 | 1000101 | 0 | 111 | 11111111 | 1010010 | 111101 |
Color Harmonies of #7349ED
Complementary color
Monochromatic Colors of #7349ED
Black with #7349ED
Text Example
Text Example
White with #7349ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7349ED; }
p { color: rgb(115,73,237); }
H1.HeaderClassName
{
color: #7349ED;
}
.AnyTagClassName
{
color: #7349ED;
}
</style>
background-color css
<style>
a { background-color: #7349ED; }
a { background-color: rgb(115,73,237); }
div.DivClassName
{
background-color: #7349ED;
}
.BgClassName
{
background-color: #7349ED;
}
</style>
border-color css
<style>
span { border-color: #7349ED; }
span { border-color: rgb(115,73,237); }
td.TdClassName
{
border-color: #7349ED;
}
.TagClassName
{
border-color: #7349ED;
}
</style>