Shades of Medium Slate Blue #735DEC
Tints of Medium Slate Blue #735DEC
RGB
CMYK
RGB Variations
Color information
#735DEC (or 0x735DEC) is known color: Medium Slate Blue. HEX triplet: 73, 5D and EC. RGB value is (115,93,236). Sum of RGB (Red+Green+Blue) = 115+93+236=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #735DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735DEC is #8CA213. Grayscale: #737373. Windows color (decimal): -9216532 or 15490419. OLE color: 15490419.
HSL color Cylindrical-coordinate representation of color #735DEC: hue angle of 249.23º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #735DEC is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 93 | 236 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.07 |
| HSL | 249.23º | 0.79% | 0.65% | - |
| HSV(B) | 249.23º | 0.61% | 0.93% | - |
| XYZ | 26.12 | 17.53 | 81.36 | - |
| YUV | 115.88 | 195.79 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 236 | 0.51 | 0.61 | 0 | 0.07 | 249.23 | 0.79 | 0.65 |
| Hex | 73 | 5D | EC | 33 | 3D | 0 | 7 | F9 | 4F | 41 |
| Octal | 163 | 135 | 354 | 63 | 75 | 0 | 7 | 371 | 117 | 101 |
| Binary | 1110011 | 1011101 | 11101100 | 110011 | 111101 | 0 | 111 | 11111001 | 1001111 | 1000001 |
Color Harmonies of #735DEC
Complementary color
Monochromatic Colors of #735DEC
Black with #735DEC
Text Example
Text Example
White with #735DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DEC; }
p { color: rgb(115,93,236); }
H1.HeaderClassName
{
color: #735DEC;
}
.AnyTagClassName
{
color: #735DEC;
}
</style>
background-color css
<style>
a { background-color: #735DEC; }
a { background-color: rgb(115,93,236); }
div.DivClassName
{
background-color: #735DEC;
}
.BgClassName
{
background-color: #735DEC;
}
</style>
border-color css
<style>
span { border-color: #735DEC; }
span { border-color: rgb(115,93,236); }
td.TdClassName
{
border-color: #735DEC;
}
.TagClassName
{
border-color: #735DEC;
}
</style>