Shades of Medium Slate Blue #754DF5
Tints of Medium Slate Blue #754DF5
RGB
CMYK
RGB Variations
Color information
#754DF5 (or 0x754DF5) is known color: Medium Slate Blue. HEX triplet: 75, 4D and F5. RGB value is (117,77,245). Sum of RGB (Red+Green+Blue) = 117+77+245=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 245 (96.09% from 255 or 55.81% from 439); Max value from RGB is 245 - color contains mainly: blue. Hex color #754DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754DF5 is #8AB20A. Grayscale: #6B6B6B. Windows color (decimal): -9089547 or 16076149. OLE color: 16076149.
HSL color Cylindrical-coordinate representation of color #754DF5: hue angle of 254.29º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754DF5 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 77 | 245 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.04 |
| HSL | 254.29º | 0.89% | 0.63% | - |
| HSV(B) | 254.29º | 0.69% | 0.96% | - |
| XYZ | 26.47 | 15.68 | 88.02 | - |
| YUV | 108.11 | 205.25 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 245 | 0.52 | 0.69 | 0 | 0.04 | 254.29 | 0.89 | 0.63 |
| Hex | 75 | 4D | F5 | 34 | 45 | 0 | 4 | FE | 59 | 3F |
| Octal | 165 | 115 | 365 | 64 | 105 | 0 | 4 | 376 | 131 | 77 |
| Binary | 1110101 | 1001101 | 11110101 | 110100 | 1000101 | 0 | 100 | 11111110 | 1011001 | 111111 |
Color Harmonies of #754DF5
Complementary color
Monochromatic Colors of #754DF5
Black with #754DF5
Text Example
Text Example
White with #754DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DF5; }
p { color: rgb(117,77,245); }
H1.HeaderClassName
{
color: #754DF5;
}
.AnyTagClassName
{
color: #754DF5;
}
</style>
background-color css
<style>
a { background-color: #754DF5; }
a { background-color: rgb(117,77,245); }
div.DivClassName
{
background-color: #754DF5;
}
.BgClassName
{
background-color: #754DF5;
}
</style>
border-color css
<style>
span { border-color: #754DF5; }
span { border-color: rgb(117,77,245); }
td.TdClassName
{
border-color: #754DF5;
}
.TagClassName
{
border-color: #754DF5;
}
</style>