Shades of Medium Slate Blue #735FEC
Tints of Medium Slate Blue #735FEC
RGB
CMYK
RGB Variations
Color information
#735FEC (or 0x735FEC) is known color: Medium Slate Blue. HEX triplet: 73, 5F and EC. RGB value is (115,95,236). Sum of RGB (Red+Green+Blue) = 115+95+236=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #735FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735FEC is #8CA013. Grayscale: #747474. Windows color (decimal): -9216020 or 15490931. OLE color: 15490931.
HSL color Cylindrical-coordinate representation of color #735FEC: hue angle of 248.51º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #735FEC is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 95 | 236 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.07 |
| HSL | 248.51º | 0.79% | 0.65% | - |
| HSV(B) | 248.51º | 0.6% | 0.93% | - |
| XYZ | 26.3 | 17.89 | 81.42 | - |
| YUV | 117.05 | 195.13 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 236 | 0.51 | 0.60 | 0 | 0.07 | 248.51 | 0.79 | 0.65 |
| Hex | 73 | 5F | EC | 33 | 3C | 0 | 7 | F9 | 4F | 41 |
| Octal | 163 | 137 | 354 | 63 | 74 | 0 | 7 | 371 | 117 | 101 |
| Binary | 1110011 | 1011111 | 11101100 | 110011 | 111100 | 0 | 111 | 11111001 | 1001111 | 1000001 |
Color Harmonies of #735FEC
Complementary color
Monochromatic Colors of #735FEC
Black with #735FEC
Text Example
Text Example
White with #735FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FEC; }
p { color: rgb(115,95,236); }
H1.HeaderClassName
{
color: #735FEC;
}
.AnyTagClassName
{
color: #735FEC;
}
</style>
background-color css
<style>
a { background-color: #735FEC; }
a { background-color: rgb(115,95,236); }
div.DivClassName
{
background-color: #735FEC;
}
.BgClassName
{
background-color: #735FEC;
}
</style>
border-color css
<style>
span { border-color: #735FEC; }
span { border-color: rgb(115,95,236); }
td.TdClassName
{
border-color: #735FEC;
}
.TagClassName
{
border-color: #735FEC;
}
</style>