Shades of Medium Slate Blue #736DF5
Tints of Medium Slate Blue #736DF5
RGB
CMYK
RGB Variations
Color information
#736DF5 (or 0x736DF5) is known color: Medium Slate Blue. HEX triplet: 73, 6D and F5. RGB value is (115,109,245). Sum of RGB (Red+Green+Blue) = 115+109+245=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 245 (96.09% from 255 or 52.24% from 469); Max value from RGB is 245 - color contains mainly: blue. Hex color #736DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736DF5 is #8C920A. Grayscale: #7D7D7D. Windows color (decimal): -9212427 or 16084339. OLE color: 16084339.
HSL color Cylindrical-coordinate representation of color #736DF5: hue angle of 242.65º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #736DF5 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 109 | 245 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.04 |
| HSL | 242.65º | 0.87% | 0.69% | - |
| HSV(B) | 242.65º | 0.56% | 0.96% | - |
| XYZ | 29.02 | 21.17 | 88.94 | - |
| YUV | 126.3 | 194.99 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 245 | 0.53 | 0.56 | 0 | 0.04 | 242.65 | 0.87 | 0.69 |
| Hex | 73 | 6D | F5 | 35 | 38 | 0 | 4 | F3 | 57 | 45 |
| Octal | 163 | 155 | 365 | 65 | 70 | 0 | 4 | 363 | 127 | 105 |
| Binary | 1110011 | 1101101 | 11110101 | 110101 | 111000 | 0 | 100 | 11110011 | 1010111 | 1000101 |
Color Harmonies of #736DF5
Complementary color
Monochromatic Colors of #736DF5
Black with #736DF5
Text Example
Text Example
White with #736DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736DF5; }
p { color: rgb(115,109,245); }
H1.HeaderClassName
{
color: #736DF5;
}
.AnyTagClassName
{
color: #736DF5;
}
</style>
background-color css
<style>
a { background-color: #736DF5; }
a { background-color: rgb(115,109,245); }
div.DivClassName
{
background-color: #736DF5;
}
.BgClassName
{
background-color: #736DF5;
}
</style>
border-color css
<style>
span { border-color: #736DF5; }
span { border-color: rgb(115,109,245); }
td.TdClassName
{
border-color: #736DF5;
}
.TagClassName
{
border-color: #736DF5;
}
</style>