Shades of Medium Slate Blue #755EF0
Tints of Medium Slate Blue #755EF0
RGB
CMYK
RGB Variations
Color information
#755EF0 (or 0x755EF0) is known color: Medium Slate Blue. HEX triplet: 75, 5E and F0. RGB value is (117,94,240). Sum of RGB (Red+Green+Blue) = 117+94+240=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #755EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755EF0 is #8AA10F. Grayscale: #747474. Windows color (decimal): -9085200 or 15752821. OLE color: 15752821.
HSL color Cylindrical-coordinate representation of color #755EF0: hue angle of 249.45º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #755EF0 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 94 | 240 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.06 |
| HSL | 249.45º | 0.83% | 0.65% | - |
| HSV(B) | 249.45º | 0.61% | 0.94% | - |
| XYZ | 27.07 | 18.08 | 84.5 | - |
| YUV | 117.52 | 197.12 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 240 | 0.51 | 0.61 | 0 | 0.06 | 249.45 | 0.83 | 0.65 |
| Hex | 75 | 5E | F0 | 33 | 3D | 0 | 6 | F9 | 53 | 41 |
| Octal | 165 | 136 | 360 | 63 | 75 | 0 | 6 | 371 | 123 | 101 |
| Binary | 1110101 | 1011110 | 11110000 | 110011 | 111101 | 0 | 110 | 11111001 | 1010011 | 1000001 |
Color Harmonies of #755EF0
Complementary color
Monochromatic Colors of #755EF0
Black with #755EF0
Text Example
Text Example
White with #755EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EF0; }
p { color: rgb(117,94,240); }
H1.HeaderClassName
{
color: #755EF0;
}
.AnyTagClassName
{
color: #755EF0;
}
</style>
background-color css
<style>
a { background-color: #755EF0; }
a { background-color: rgb(117,94,240); }
div.DivClassName
{
background-color: #755EF0;
}
.BgClassName
{
background-color: #755EF0;
}
</style>
border-color css
<style>
span { border-color: #755EF0; }
span { border-color: rgb(117,94,240); }
td.TdClassName
{
border-color: #755EF0;
}
.TagClassName
{
border-color: #755EF0;
}
</style>