Shades of Medium Slate Blue #736FF7
Tints of Medium Slate Blue #736FF7
RGB
CMYK
RGB Variations
Color information
#736FF7 (or 0x736FF7) is known color: Medium Slate Blue. HEX triplet: 73, 6F and F7. RGB value is (115,111,247). Sum of RGB (Red+Green+Blue) = 115+111+247=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 247 (96.88% from 255 or 52.22% from 473); Max value from RGB is 247 - color contains mainly: blue. Hex color #736FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736FF7 is #8C9008. Grayscale: #7F7F7F. Windows color (decimal): -9211913 or 16215923. OLE color: 16215923.
HSL color Cylindrical-coordinate representation of color #736FF7: hue angle of 241.76º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #736FF7 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 111 | 247 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.03 |
| HSL | 241.76º | 0.89% | 0.7% | - |
| HSV(B) | 241.76º | 0.55% | 0.97% | - |
| XYZ | 29.54 | 21.73 | 90.63 | - |
| YUV | 127.7 | 195.33 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 247 | 0.53 | 0.55 | 0 | 0.03 | 241.76 | 0.89 | 0.7 |
| Hex | 73 | 6F | F7 | 35 | 37 | 0 | 3 | F2 | 59 | 46 |
| Octal | 163 | 157 | 367 | 65 | 67 | 0 | 3 | 362 | 131 | 106 |
| Binary | 1110011 | 1101111 | 11110111 | 110101 | 110111 | 0 | 11 | 11110010 | 1011001 | 1000110 |
Color Harmonies of #736FF7
Complementary color
Monochromatic Colors of #736FF7
Black with #736FF7
Text Example
Text Example
White with #736FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736FF7; }
p { color: rgb(115,111,247); }
H1.HeaderClassName
{
color: #736FF7;
}
.AnyTagClassName
{
color: #736FF7;
}
</style>
background-color css
<style>
a { background-color: #736FF7; }
a { background-color: rgb(115,111,247); }
div.DivClassName
{
background-color: #736FF7;
}
.BgClassName
{
background-color: #736FF7;
}
</style>
border-color css
<style>
span { border-color: #736FF7; }
span { border-color: rgb(115,111,247); }
td.TdClassName
{
border-color: #736FF7;
}
.TagClassName
{
border-color: #736FF7;
}
</style>