Shades of Medium Slate Blue #733FFF
Tints of Medium Slate Blue #733FFF
RGB
CMYK
RGB Variations
Color information
#733FFF (or 0x733FFF) is known color: Medium Slate Blue. HEX triplet: 73, 3F and FF. RGB value is (115,63,255). Sum of RGB (Red+Green+Blue) = 115+63+255=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #733FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #733FFF is #8CC000. Grayscale: #636363. Windows color (decimal): -9224193 or 16727923. OLE color: 16727923.
HSL color Cylindrical-coordinate representation of color #733FFF: hue angle of 256.25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #733FFF is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 63 | 255 | - |
| CMYK | 0.55 | 0.75 | 0 | 0 |
| HSL | 256.25º | 1% | 0.62% | - |
| HSV(B) | 256.25º | 0.75% | 1% | - |
| XYZ | 26.9 | 14.42 | 95.97 | - |
| YUV | 100.44 | 215.23 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 255 | 0.55 | 0.75 | 0 | 0 | 256.25 | 1 | 0.62 |
| Hex | 73 | 3F | FF | 37 | 4B | 0 | 0 | 100 | 64 | 3E |
| Octal | 163 | 77 | 377 | 67 | 113 | 0 | 0 | 400 | 144 | 76 |
| Binary | 1110011 | 111111 | 11111111 | 110111 | 1001011 | 0 | 0 | 100000000 | 1100100 | 111110 |
Color Harmonies of #733FFF
Complementary color
Monochromatic Colors of #733FFF
Black with #733FFF
Text Example
Text Example
White with #733FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FFF; }
p { color: rgb(115,63,255); }
H1.HeaderClassName
{
color: #733FFF;
}
.AnyTagClassName
{
color: #733FFF;
}
</style>
background-color css
<style>
a { background-color: #733FFF; }
a { background-color: rgb(115,63,255); }
div.DivClassName
{
background-color: #733FFF;
}
.BgClassName
{
background-color: #733FFF;
}
</style>
border-color css
<style>
span { border-color: #733FFF; }
span { border-color: rgb(115,63,255); }
td.TdClassName
{
border-color: #733FFF;
}
.TagClassName
{
border-color: #733FFF;
}
</style>