Shades of Medium Slate Blue #734FFF
Tints of Medium Slate Blue #734FFF
RGB
CMYK
RGB Variations
Color information
#734FFF (or 0x734FFF) is known color: Medium Slate Blue. HEX triplet: 73, 4F and FF. RGB value is (115,79,255). Sum of RGB (Red+Green+Blue) = 115+79+255=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #734FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #734FFF is #8CB000. Grayscale: #6D6D6D. Windows color (decimal): -9220097 or 16732019. OLE color: 16732019.
HSL color Cylindrical-coordinate representation of color #734FFF: hue angle of 252.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #734FFF is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 79 | 255 | - |
| CMYK | 0.55 | 0.69 | 0 | 0 |
| HSL | 252.27º | 1% | 0.65% | - |
| HSV(B) | 252.27º | 0.69% | 1% | - |
| XYZ | 27.92 | 16.46 | 96.31 | - |
| YUV | 109.83 | 209.93 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 255 | 0.55 | 0.69 | 0 | 0 | 252.27 | 1 | 0.65 |
| Hex | 73 | 4F | FF | 37 | 45 | 0 | 0 | FC | 64 | 41 |
| Octal | 163 | 117 | 377 | 67 | 105 | 0 | 0 | 374 | 144 | 101 |
| Binary | 1110011 | 1001111 | 11111111 | 110111 | 1000101 | 0 | 0 | 11111100 | 1100100 | 1000001 |
Color Harmonies of #734FFF
Complementary color
Monochromatic Colors of #734FFF
Black with #734FFF
Text Example
Text Example
White with #734FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734FFF; }
p { color: rgb(115,79,255); }
H1.HeaderClassName
{
color: #734FFF;
}
.AnyTagClassName
{
color: #734FFF;
}
</style>
background-color css
<style>
a { background-color: #734FFF; }
a { background-color: rgb(115,79,255); }
div.DivClassName
{
background-color: #734FFF;
}
.BgClassName
{
background-color: #734FFF;
}
</style>
border-color css
<style>
span { border-color: #734FFF; }
span { border-color: rgb(115,79,255); }
td.TdClassName
{
border-color: #734FFF;
}
.TagClassName
{
border-color: #734FFF;
}
</style>