Shades of Medium Slate Blue #755EEE
Tints of Medium Slate Blue #755EEE
RGB
CMYK
RGB Variations
Color information
#755EEE (or 0x755EEE) is known color: Medium Slate Blue. HEX triplet: 75, 5E and EE. RGB value is (117,94,238). Sum of RGB (Red+Green+Blue) = 117+94+238=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #755EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755EEE is #8AA111. Grayscale: #747474. Windows color (decimal): -9085202 or 15621749. OLE color: 15621749.
HSL color Cylindrical-coordinate representation of color #755EEE: hue angle of 249.58º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #755EEE is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 94 | 238 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.07 |
| HSL | 249.58º | 0.81% | 0.65% | - |
| HSV(B) | 249.58º | 0.61% | 0.93% | - |
| XYZ | 26.77 | 17.96 | 82.94 | - |
| YUV | 117.29 | 196.12 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 238 | 0.51 | 0.61 | 0 | 0.07 | 249.58 | 0.81 | 0.65 |
| Hex | 75 | 5E | EE | 33 | 3D | 0 | 7 | FA | 51 | 41 |
| Octal | 165 | 136 | 356 | 63 | 75 | 0 | 7 | 372 | 121 | 101 |
| Binary | 1110101 | 1011110 | 11101110 | 110011 | 111101 | 0 | 111 | 11111010 | 1010001 | 1000001 |
Color Harmonies of #755EEE
Complementary color
Monochromatic Colors of #755EEE
Black with #755EEE
Text Example
Text Example
White with #755EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EEE; }
p { color: rgb(117,94,238); }
H1.HeaderClassName
{
color: #755EEE;
}
.AnyTagClassName
{
color: #755EEE;
}
</style>
background-color css
<style>
a { background-color: #755EEE; }
a { background-color: rgb(117,94,238); }
div.DivClassName
{
background-color: #755EEE;
}
.BgClassName
{
background-color: #755EEE;
}
</style>
border-color css
<style>
span { border-color: #755EEE; }
span { border-color: rgb(117,94,238); }
td.TdClassName
{
border-color: #755EEE;
}
.TagClassName
{
border-color: #755EEE;
}
</style>