Shades of Medium Slate Blue #7353E5
Tints of Medium Slate Blue #7353E5
RGB
CMYK
RGB Variations
Color information
#7353E5 (or 0x7353E5) is known color: Medium Slate Blue. HEX triplet: 73, 53 and E5. RGB value is (115,83,229). Sum of RGB (Red+Green+Blue) = 115+83+229=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #7353E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7353E5 is #8CAC1A. Grayscale: #6C6C6C. Windows color (decimal): -9219099 or 15029107. OLE color: 15029107.
HSL color Cylindrical-coordinate representation of color #7353E5: hue angle of 253.15º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7353E5 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 83 | 229 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.10 |
| HSL | 253.15º | 0.74% | 0.61% | - |
| HSV(B) | 253.15º | 0.64% | 0.9% | - |
| XYZ | 24.31 | 15.49 | 75.84 | - |
| YUV | 109.21 | 195.6 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 229 | 0.50 | 0.64 | 0 | 0.10 | 253.15 | 0.74 | 0.61 |
| Hex | 73 | 53 | E5 | 32 | 40 | 0 | A | FD | 4A | 3D |
| Octal | 163 | 123 | 345 | 62 | 100 | 0 | 12 | 375 | 112 | 75 |
| Binary | 1110011 | 1010011 | 11100101 | 110010 | 1000000 | 0 | 1010 | 11111101 | 1001010 | 111101 |
Color Harmonies of #7353E5
Complementary color
Monochromatic Colors of #7353E5
Black with #7353E5
Text Example
Text Example
White with #7353E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7353E5; }
p { color: rgb(115,83,229); }
H1.HeaderClassName
{
color: #7353E5;
}
.AnyTagClassName
{
color: #7353E5;
}
</style>
background-color css
<style>
a { background-color: #7353E5; }
a { background-color: rgb(115,83,229); }
div.DivClassName
{
background-color: #7353E5;
}
.BgClassName
{
background-color: #7353E5;
}
</style>
border-color css
<style>
span { border-color: #7353E5; }
span { border-color: rgb(115,83,229); }
td.TdClassName
{
border-color: #7353E5;
}
.TagClassName
{
border-color: #7353E5;
}
</style>