Shades of Medium Slate Blue #755EFF
Tints of Medium Slate Blue #755EFF
RGB
CMYK
RGB Variations
Color information
#755EFF (or 0x755EFF) is known color: Medium Slate Blue. HEX triplet: 75, 5E and FF. RGB value is (117,94,255). Sum of RGB (Red+Green+Blue) = 117+94+255=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #755EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755EFF is #8AA100. Grayscale: #767676. Windows color (decimal): -9085185 or 16735861. OLE color: 16735861.
HSL color Cylindrical-coordinate representation of color #755EFF: hue angle of 248.57º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #755EFF is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 94 | 255 | - |
| CMYK | 0.54 | 0.63 | 0 | 0 |
| HSL | 248.57º | 1% | 0.68% | - |
| HSV(B) | 248.57º | 0.63% | 1% | - |
| XYZ | 29.39 | 19.01 | 96.73 | - |
| YUV | 119.23 | 204.62 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 255 | 0.54 | 0.63 | 0 | 0 | 248.57 | 1 | 0.68 |
| Hex | 75 | 5E | FF | 36 | 3F | 0 | 0 | F9 | 64 | 44 |
| Octal | 165 | 136 | 377 | 66 | 77 | 0 | 0 | 371 | 144 | 104 |
| Binary | 1110101 | 1011110 | 11111111 | 110110 | 111111 | 0 | 0 | 11111001 | 1100100 | 1000100 |
Color Harmonies of #755EFF
Complementary color
Monochromatic Colors of #755EFF
Black with #755EFF
Text Example
Text Example
White with #755EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EFF; }
p { color: rgb(117,94,255); }
H1.HeaderClassName
{
color: #755EFF;
}
.AnyTagClassName
{
color: #755EFF;
}
</style>
background-color css
<style>
a { background-color: #755EFF; }
a { background-color: rgb(117,94,255); }
div.DivClassName
{
background-color: #755EFF;
}
.BgClassName
{
background-color: #755EFF;
}
</style>
border-color css
<style>
span { border-color: #755EFF; }
span { border-color: rgb(117,94,255); }
td.TdClassName
{
border-color: #755EFF;
}
.TagClassName
{
border-color: #755EFF;
}
</style>