Shades of Medium Slate Blue #735BFB
Tints of Medium Slate Blue #735BFB
RGB
CMYK
RGB Variations
Color information
#735BFB (or 0x735BFB) is known color: Medium Slate Blue. HEX triplet: 73, 5B and FB. RGB value is (115,91,251). Sum of RGB (Red+Green+Blue) = 115+91+251=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #735BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735BFB is #8CA404. Grayscale: #737373. Windows color (decimal): -9217029 or 16472947. OLE color: 16472947.
HSL color Cylindrical-coordinate representation of color #735BFB: hue angle of 249º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #735BFB is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 91 | 251 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.02 |
| HSL | 249º | 0.95% | 0.67% | - |
| HSV(B) | 249º | 0.64% | 0.98% | - |
| XYZ | 28.22 | 18.09 | 93.27 | - |
| YUV | 116.42 | 203.95 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 251 | 0.54 | 0.64 | 0 | 0.02 | 249 | 0.95 | 0.67 |
| Hex | 73 | 5B | FB | 36 | 40 | 0 | 2 | F9 | 5F | 43 |
| Octal | 163 | 133 | 373 | 66 | 100 | 0 | 2 | 371 | 137 | 103 |
| Binary | 1110011 | 1011011 | 11111011 | 110110 | 1000000 | 0 | 10 | 11111001 | 1011111 | 1000011 |
Color Harmonies of #735BFB
Complementary color
Monochromatic Colors of #735BFB
Black with #735BFB
Text Example
Text Example
White with #735BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735BFB; }
p { color: rgb(115,91,251); }
H1.HeaderClassName
{
color: #735BFB;
}
.AnyTagClassName
{
color: #735BFB;
}
</style>
background-color css
<style>
a { background-color: #735BFB; }
a { background-color: rgb(115,91,251); }
div.DivClassName
{
background-color: #735BFB;
}
.BgClassName
{
background-color: #735BFB;
}
</style>
border-color css
<style>
span { border-color: #735BFB; }
span { border-color: rgb(115,91,251); }
td.TdClassName
{
border-color: #735BFB;
}
.TagClassName
{
border-color: #735BFB;
}
</style>