Shades of Medium Slate Blue #755EDE
Tints of Medium Slate Blue #755EDE
RGB
CMYK
RGB Variations
Color information
#755EDE (or 0x755EDE) is known color: Medium Slate Blue. HEX triplet: 75, 5E and DE. RGB value is (117,94,222). Sum of RGB (Red+Green+Blue) = 117+94+222=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #755EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EDE is #8AA121. Grayscale: #727272. Windows color (decimal): -9085218 or 14573173. OLE color: 14573173.
HSL color Cylindrical-coordinate representation of color #755EDE: hue angle of 250.78º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #755EDE is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 94 | 222 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.13 |
| HSL | 250.78º | 0.66% | 0.62% | - |
| HSV(B) | 250.78º | 0.58% | 0.87% | - |
| XYZ | 24.52 | 17.06 | 71.11 | - |
| YUV | 115.47 | 188.12 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 222 | 0.47 | 0.58 | 0 | 0.13 | 250.78 | 0.66 | 0.62 |
| Hex | 75 | 5E | DE | 2F | 3A | 0 | D | FB | 42 | 3E |
| Octal | 165 | 136 | 336 | 57 | 72 | 0 | 15 | 373 | 102 | 76 |
| Binary | 1110101 | 1011110 | 11011110 | 101111 | 111010 | 0 | 1101 | 11111011 | 1000010 | 111110 |
Color Harmonies of #755EDE
Complementary color
Monochromatic Colors of #755EDE
Black with #755EDE
Text Example
Text Example
White with #755EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EDE; }
p { color: rgb(117,94,222); }
H1.HeaderClassName
{
color: #755EDE;
}
.AnyTagClassName
{
color: #755EDE;
}
</style>
background-color css
<style>
a { background-color: #755EDE; }
a { background-color: rgb(117,94,222); }
div.DivClassName
{
background-color: #755EDE;
}
.BgClassName
{
background-color: #755EDE;
}
</style>
border-color css
<style>
span { border-color: #755EDE; }
span { border-color: rgb(117,94,222); }
td.TdClassName
{
border-color: #755EDE;
}
.TagClassName
{
border-color: #755EDE;
}
</style>