Shades of Medium Slate Blue #734DF9
Tints of Medium Slate Blue #734DF9
RGB
CMYK
RGB Variations
Color information
#734DF9 (or 0x734DF9) is known color: Medium Slate Blue. HEX triplet: 73, 4D and F9. RGB value is (115,77,249). Sum of RGB (Red+Green+Blue) = 115+77+249=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #734DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #734DF9 is #8CB206. Grayscale: #6B6B6B. Windows color (decimal): -9220615 or 16338291. OLE color: 16338291.
HSL color Cylindrical-coordinate representation of color #734DF9: hue angle of 253.26º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #734DF9 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 77 | 249 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.02 |
| HSL | 253.26º | 0.93% | 0.64% | - |
| HSV(B) | 253.26º | 0.69% | 0.98% | - |
| XYZ | 26.82 | 15.79 | 91.26 | - |
| YUV | 107.97 | 207.59 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 249 | 0.54 | 0.69 | 0 | 0.02 | 253.26 | 0.93 | 0.64 |
| Hex | 73 | 4D | F9 | 36 | 45 | 0 | 2 | FD | 5D | 40 |
| Octal | 163 | 115 | 371 | 66 | 105 | 0 | 2 | 375 | 135 | 100 |
| Binary | 1110011 | 1001101 | 11111001 | 110110 | 1000101 | 0 | 10 | 11111101 | 1011101 | 1000000 |
Color Harmonies of #734DF9
Complementary color
Monochromatic Colors of #734DF9
Black with #734DF9
Text Example
Text Example
White with #734DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734DF9; }
p { color: rgb(115,77,249); }
H1.HeaderClassName
{
color: #734DF9;
}
.AnyTagClassName
{
color: #734DF9;
}
</style>
background-color css
<style>
a { background-color: #734DF9; }
a { background-color: rgb(115,77,249); }
div.DivClassName
{
background-color: #734DF9;
}
.BgClassName
{
background-color: #734DF9;
}
</style>
border-color css
<style>
span { border-color: #734DF9; }
span { border-color: rgb(115,77,249); }
td.TdClassName
{
border-color: #734DF9;
}
.TagClassName
{
border-color: #734DF9;
}
</style>