Shades of Medium Slate Blue #754DFF
Tints of Medium Slate Blue #754DFF
RGB
CMYK
RGB Variations
Color information
#754DFF (or 0x754DFF) is known color: Medium Slate Blue. HEX triplet: 75, 4D and FF. RGB value is (117,77,255). Sum of RGB (Red+Green+Blue) = 117+77+255=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 77 (30.47% from 255 or 17.15% 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 #754DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754DFF is #8AB200. Grayscale: #6C6C6C. Windows color (decimal): -9089537 or 16731509. OLE color: 16731509.
HSL color Cylindrical-coordinate representation of color #754DFF: hue angle of 253.48º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754DFF is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 77 | 255 | - |
| CMYK | 0.54 | 0.70 | 0 | 0 |
| HSL | 253.48º | 1% | 0.65% | - |
| HSV(B) | 253.48º | 0.7% | 1% | - |
| XYZ | 28.04 | 16.31 | 96.28 | - |
| YUV | 109.25 | 210.25 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 255 | 0.54 | 0.70 | 0 | 0 | 253.48 | 1 | 0.65 |
| Hex | 75 | 4D | FF | 36 | 46 | 0 | 0 | FD | 64 | 41 |
| Octal | 165 | 115 | 377 | 66 | 106 | 0 | 0 | 375 | 144 | 101 |
| Binary | 1110101 | 1001101 | 11111111 | 110110 | 1000110 | 0 | 0 | 11111101 | 1100100 | 1000001 |
Color Harmonies of #754DFF
Complementary color
Monochromatic Colors of #754DFF
Black with #754DFF
Text Example
Text Example
White with #754DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DFF; }
p { color: rgb(117,77,255); }
H1.HeaderClassName
{
color: #754DFF;
}
.AnyTagClassName
{
color: #754DFF;
}
</style>
background-color css
<style>
a { background-color: #754DFF; }
a { background-color: rgb(117,77,255); }
div.DivClassName
{
background-color: #754DFF;
}
.BgClassName
{
background-color: #754DFF;
}
</style>
border-color css
<style>
span { border-color: #754DFF; }
span { border-color: rgb(117,77,255); }
td.TdClassName
{
border-color: #754DFF;
}
.TagClassName
{
border-color: #754DFF;
}
</style>