Shades of Medium Slate Blue #735BF2
Tints of Medium Slate Blue #735BF2
RGB
CMYK
RGB Variations
Color information
#735BF2 (or 0x735BF2) is known color: Medium Slate Blue. HEX triplet: 73, 5B and F2. RGB value is (115,91,242). Sum of RGB (Red+Green+Blue) = 115+91+242=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #735BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735BF2 is #8CA40D. Grayscale: #727272. Windows color (decimal): -9217038 or 15883123. OLE color: 15883123.
HSL color Cylindrical-coordinate representation of color #735BF2: hue angle of 249.54º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #735BF2 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 91 | 242 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.05 |
| HSL | 249.54º | 0.85% | 0.65% | - |
| HSV(B) | 249.54º | 0.62% | 0.95% | - |
| XYZ | 26.84 | 17.54 | 85.98 | - |
| YUV | 115.39 | 199.45 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 242 | 0.52 | 0.62 | 0 | 0.05 | 249.54 | 0.85 | 0.65 |
| Hex | 73 | 5B | F2 | 34 | 3E | 0 | 5 | FA | 55 | 41 |
| Octal | 163 | 133 | 362 | 64 | 76 | 0 | 5 | 372 | 125 | 101 |
| Binary | 1110011 | 1011011 | 11110010 | 110100 | 111110 | 0 | 101 | 11111010 | 1010101 | 1000001 |
Color Harmonies of #735BF2
Complementary color
Monochromatic Colors of #735BF2
Black with #735BF2
Text Example
Text Example
White with #735BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735BF2; }
p { color: rgb(115,91,242); }
H1.HeaderClassName
{
color: #735BF2;
}
.AnyTagClassName
{
color: #735BF2;
}
</style>
background-color css
<style>
a { background-color: #735BF2; }
a { background-color: rgb(115,91,242); }
div.DivClassName
{
background-color: #735BF2;
}
.BgClassName
{
background-color: #735BF2;
}
</style>
border-color css
<style>
span { border-color: #735BF2; }
span { border-color: rgb(115,91,242); }
td.TdClassName
{
border-color: #735BF2;
}
.TagClassName
{
border-color: #735BF2;
}
</style>