Shades of Medium Slate Blue #7349EB
Tints of Medium Slate Blue #7349EB
RGB
CMYK
RGB Variations
Color information
#7349EB (or 0x7349EB) is known color: Medium Slate Blue. HEX triplet: 73, 49 and EB. RGB value is (115,73,235). Sum of RGB (Red+Green+Blue) = 115+73+235=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #7349EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7349EB is #8CB614. Grayscale: #676767. Windows color (decimal): -9221653 or 15419763. OLE color: 15419763.
HSL color Cylindrical-coordinate representation of color #7349EB: hue angle of 255.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7349EB is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 73 | 235 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.08 |
| HSL | 255.56º | 0.8% | 0.6% | - |
| HSV(B) | 255.56º | 0.69% | 0.92% | - |
| XYZ | 24.45 | 14.41 | 80.09 | - |
| YUV | 104.03 | 201.91 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 235 | 0.51 | 0.69 | 0 | 0.08 | 255.56 | 0.8 | 0.6 |
| Hex | 73 | 49 | EB | 33 | 45 | 0 | 8 | 100 | 50 | 3C |
| Octal | 163 | 111 | 353 | 63 | 105 | 0 | 10 | 400 | 120 | 74 |
| Binary | 1110011 | 1001001 | 11101011 | 110011 | 1000101 | 0 | 1000 | 100000000 | 1010000 | 111100 |
Color Harmonies of #7349EB
Complementary color
Monochromatic Colors of #7349EB
Black with #7349EB
Text Example
Text Example
White with #7349EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7349EB; }
p { color: rgb(115,73,235); }
H1.HeaderClassName
{
color: #7349EB;
}
.AnyTagClassName
{
color: #7349EB;
}
</style>
background-color css
<style>
a { background-color: #7349EB; }
a { background-color: rgb(115,73,235); }
div.DivClassName
{
background-color: #7349EB;
}
.BgClassName
{
background-color: #7349EB;
}
</style>
border-color css
<style>
span { border-color: #7349EB; }
span { border-color: rgb(115,73,235); }
td.TdClassName
{
border-color: #7349EB;
}
.TagClassName
{
border-color: #7349EB;
}
</style>