Shades of Medium Slate Blue #735BFD
Tints of Medium Slate Blue #735BFD
RGB
CMYK
RGB Variations
Color information
#735BFD (or 0x735BFD) is known color: Medium Slate Blue. HEX triplet: 73, 5B and FD. RGB value is (115,91,253). Sum of RGB (Red+Green+Blue) = 115+91+253=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #735BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735BFD is #8CA402. Grayscale: #747474. Windows color (decimal): -9217027 or 16604019. OLE color: 16604019.
HSL color Cylindrical-coordinate representation of color #735BFD: hue angle of 248.89º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #735BFD is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 91 | 253 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.01 |
| HSL | 248.89º | 0.98% | 0.67% | - |
| HSV(B) | 248.89º | 0.64% | 0.99% | - |
| XYZ | 28.54 | 18.22 | 94.94 | - |
| YUV | 116.64 | 204.95 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 253 | 0.55 | 0.64 | 0 | 0.01 | 248.89 | 0.98 | 0.67 |
| Hex | 73 | 5B | FD | 37 | 40 | 0 | 1 | F9 | 62 | 43 |
| Octal | 163 | 133 | 375 | 67 | 100 | 0 | 1 | 371 | 142 | 103 |
| Binary | 1110011 | 1011011 | 11111101 | 110111 | 1000000 | 0 | 1 | 11111001 | 1100010 | 1000011 |
Color Harmonies of #735BFD
Complementary color
Monochromatic Colors of #735BFD
Black with #735BFD
Text Example
Text Example
White with #735BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735BFD; }
p { color: rgb(115,91,253); }
H1.HeaderClassName
{
color: #735BFD;
}
.AnyTagClassName
{
color: #735BFD;
}
</style>
background-color css
<style>
a { background-color: #735BFD; }
a { background-color: rgb(115,91,253); }
div.DivClassName
{
background-color: #735BFD;
}
.BgClassName
{
background-color: #735BFD;
}
</style>
border-color css
<style>
span { border-color: #735BFD; }
span { border-color: rgb(115,91,253); }
td.TdClassName
{
border-color: #735BFD;
}
.TagClassName
{
border-color: #735BFD;
}
</style>