Shades of Medium Slate Blue #736DF2
Tints of Medium Slate Blue #736DF2
RGB
CMYK
RGB Variations
Color information
#736DF2 (or 0x736DF2) is known color: Medium Slate Blue. HEX triplet: 73, 6D and F2. RGB value is (115,109,242). Sum of RGB (Red+Green+Blue) = 115+109+242=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #736DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736DF2 is #8C920D. Grayscale: #7D7D7D. Windows color (decimal): -9212430 or 15887731. OLE color: 15887731.
HSL color Cylindrical-coordinate representation of color #736DF2: hue angle of 242.71º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #736DF2 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 109 | 242 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.05 |
| HSL | 242.71º | 0.84% | 0.69% | - |
| HSV(B) | 242.71º | 0.55% | 0.95% | - |
| XYZ | 28.57 | 20.99 | 86.55 | - |
| YUV | 125.96 | 193.49 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 242 | 0.52 | 0.55 | 0 | 0.05 | 242.71 | 0.84 | 0.69 |
| Hex | 73 | 6D | F2 | 34 | 37 | 0 | 5 | F3 | 54 | 45 |
| Octal | 163 | 155 | 362 | 64 | 67 | 0 | 5 | 363 | 124 | 105 |
| Binary | 1110011 | 1101101 | 11110010 | 110100 | 110111 | 0 | 101 | 11110011 | 1010100 | 1000101 |
Color Harmonies of #736DF2
Complementary color
Monochromatic Colors of #736DF2
Black with #736DF2
Text Example
Text Example
White with #736DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736DF2; }
p { color: rgb(115,109,242); }
H1.HeaderClassName
{
color: #736DF2;
}
.AnyTagClassName
{
color: #736DF2;
}
</style>
background-color css
<style>
a { background-color: #736DF2; }
a { background-color: rgb(115,109,242); }
div.DivClassName
{
background-color: #736DF2;
}
.BgClassName
{
background-color: #736DF2;
}
</style>
border-color css
<style>
span { border-color: #736DF2; }
span { border-color: rgb(115,109,242); }
td.TdClassName
{
border-color: #736DF2;
}
.TagClassName
{
border-color: #736DF2;
}
</style>