Shades of Medium Slate Blue #754FED
Tints of Medium Slate Blue #754FED
RGB
CMYK
RGB Variations
Color information
#754FED (or 0x754FED) is known color: Medium Slate Blue. HEX triplet: 75, 4F and ED. RGB value is (117,79,237). Sum of RGB (Red+Green+Blue) = 117+79+237=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #754FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754FED is #8AB012. Grayscale: #6B6B6B. Windows color (decimal): -9089043 or 15552373. OLE color: 15552373.
HSL color Cylindrical-coordinate representation of color #754FED: hue angle of 254.43º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754FED is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 79 | 237 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.07 |
| HSL | 254.43º | 0.81% | 0.62% | - |
| HSV(B) | 254.43º | 0.67% | 0.93% | - |
| XYZ | 25.42 | 15.49 | 81.77 | - |
| YUV | 108.37 | 200.59 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 237 | 0.51 | 0.67 | 0 | 0.07 | 254.43 | 0.81 | 0.62 |
| Hex | 75 | 4F | ED | 33 | 43 | 0 | 7 | FE | 51 | 3E |
| Octal | 165 | 117 | 355 | 63 | 103 | 0 | 7 | 376 | 121 | 76 |
| Binary | 1110101 | 1001111 | 11101101 | 110011 | 1000011 | 0 | 111 | 11111110 | 1010001 | 111110 |
Color Harmonies of #754FED
Complementary color
Monochromatic Colors of #754FED
Black with #754FED
Text Example
Text Example
White with #754FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FED; }
p { color: rgb(117,79,237); }
H1.HeaderClassName
{
color: #754FED;
}
.AnyTagClassName
{
color: #754FED;
}
</style>
background-color css
<style>
a { background-color: #754FED; }
a { background-color: rgb(117,79,237); }
div.DivClassName
{
background-color: #754FED;
}
.BgClassName
{
background-color: #754FED;
}
</style>
border-color css
<style>
span { border-color: #754FED; }
span { border-color: rgb(117,79,237); }
td.TdClassName
{
border-color: #754FED;
}
.TagClassName
{
border-color: #754FED;
}
</style>