Shades of Medium Slate Blue #754DED
Tints of Medium Slate Blue #754DED
RGB
CMYK
RGB Variations
Color information
#754DED (or 0x754DED) is known color: Medium Slate Blue. HEX triplet: 75, 4D and ED. RGB value is (117,77,237). Sum of RGB (Red+Green+Blue) = 117+77+237=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #754DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754DED is #8AB212. Grayscale: #6A6A6A. Windows color (decimal): -9089555 or 15551861. OLE color: 15551861.
HSL color Cylindrical-coordinate representation of color #754DED: hue angle of 255º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #754DED is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 77 | 237 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.07 |
| HSL | 255º | 0.82% | 0.62% | - |
| HSV(B) | 255º | 0.68% | 0.93% | - |
| XYZ | 25.28 | 15.2 | 81.72 | - |
| YUV | 107.2 | 201.25 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 237 | 0.51 | 0.68 | 0 | 0.07 | 255 | 0.82 | 0.62 |
| Hex | 75 | 4D | ED | 33 | 44 | 0 | 7 | FF | 52 | 3E |
| Octal | 165 | 115 | 355 | 63 | 104 | 0 | 7 | 377 | 122 | 76 |
| Binary | 1110101 | 1001101 | 11101101 | 110011 | 1000100 | 0 | 111 | 11111111 | 1010010 | 111110 |
Color Harmonies of #754DED
Complementary color
Monochromatic Colors of #754DED
Black with #754DED
Text Example
Text Example
White with #754DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DED; }
p { color: rgb(117,77,237); }
H1.HeaderClassName
{
color: #754DED;
}
.AnyTagClassName
{
color: #754DED;
}
</style>
background-color css
<style>
a { background-color: #754DED; }
a { background-color: rgb(117,77,237); }
div.DivClassName
{
background-color: #754DED;
}
.BgClassName
{
background-color: #754DED;
}
</style>
border-color css
<style>
span { border-color: #754DED; }
span { border-color: rgb(117,77,237); }
td.TdClassName
{
border-color: #754DED;
}
.TagClassName
{
border-color: #754DED;
}
</style>