Shades of Medium Slate Blue #736DF6
Tints of Medium Slate Blue #736DF6
RGB
CMYK
RGB Variations
Color information
#736DF6 (or 0x736DF6) is known color: Medium Slate Blue. HEX triplet: 73, 6D and F6. RGB value is (115,109,246). Sum of RGB (Red+Green+Blue) = 115+109+246=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #736DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736DF6 is #8C9209. Grayscale: #7D7D7D. Windows color (decimal): -9212426 or 16149875. OLE color: 16149875.
HSL color Cylindrical-coordinate representation of color #736DF6: hue angle of 242.63º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #736DF6 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 109 | 246 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.04 |
| HSL | 242.63º | 0.88% | 0.7% | - |
| HSV(B) | 242.63º | 0.56% | 0.96% | - |
| XYZ | 29.17 | 21.24 | 89.75 | - |
| YUV | 126.41 | 195.49 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 246 | 0.53 | 0.56 | 0 | 0.04 | 242.63 | 0.88 | 0.7 |
| Hex | 73 | 6D | F6 | 35 | 38 | 0 | 4 | F3 | 58 | 46 |
| Octal | 163 | 155 | 366 | 65 | 70 | 0 | 4 | 363 | 130 | 106 |
| Binary | 1110011 | 1101101 | 11110110 | 110101 | 111000 | 0 | 100 | 11110011 | 1011000 | 1000110 |
Color Harmonies of #736DF6
Complementary color
Monochromatic Colors of #736DF6
Black with #736DF6
Text Example
Text Example
White with #736DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736DF6; }
p { color: rgb(115,109,246); }
H1.HeaderClassName
{
color: #736DF6;
}
.AnyTagClassName
{
color: #736DF6;
}
</style>
background-color css
<style>
a { background-color: #736DF6; }
a { background-color: rgb(115,109,246); }
div.DivClassName
{
background-color: #736DF6;
}
.BgClassName
{
background-color: #736DF6;
}
</style>
border-color css
<style>
span { border-color: #736DF6; }
span { border-color: rgb(115,109,246); }
td.TdClassName
{
border-color: #736DF6;
}
.TagClassName
{
border-color: #736DF6;
}
</style>