Shades of Medium Slate Blue #755EE3
Tints of Medium Slate Blue #755EE3
RGB
CMYK
RGB Variations
Color information
#755EE3 (or 0x755EE3) is known color: Medium Slate Blue. HEX triplet: 75, 5E and E3. RGB value is (117,94,227). Sum of RGB (Red+Green+Blue) = 117+94+227=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 227 (89.06% from 255 or 51.83% from 438); Max value from RGB is 227 - color contains mainly: blue. Hex color #755EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EE3 is #8AA11C. Grayscale: #737373. Windows color (decimal): -9085213 or 14900853. OLE color: 14900853.
HSL color Cylindrical-coordinate representation of color #755EE3: hue angle of 250.38º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755EE3 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 94 | 227 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.11 |
| HSL | 250.38º | 0.7% | 0.63% | - |
| HSV(B) | 250.38º | 0.59% | 0.89% | - |
| XYZ | 25.2 | 17.33 | 74.69 | - |
| YUV | 116.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 227 | 0.48 | 0.59 | 0 | 0.11 | 250.38 | 0.7 | 0.63 |
| Hex | 75 | 5E | E3 | 30 | 3B | 0 | B | FA | 46 | 3F |
| Octal | 165 | 136 | 343 | 60 | 73 | 0 | 13 | 372 | 106 | 77 |
| Binary | 1110101 | 1011110 | 11100011 | 110000 | 111011 | 0 | 1011 | 11111010 | 1000110 | 111111 |
Color Harmonies of #755EE3
Complementary color
Monochromatic Colors of #755EE3
Black with #755EE3
Text Example
Text Example
White with #755EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EE3; }
p { color: rgb(117,94,227); }
H1.HeaderClassName
{
color: #755EE3;
}
.AnyTagClassName
{
color: #755EE3;
}
</style>
background-color css
<style>
a { background-color: #755EE3; }
a { background-color: rgb(117,94,227); }
div.DivClassName
{
background-color: #755EE3;
}
.BgClassName
{
background-color: #755EE3;
}
</style>
border-color css
<style>
span { border-color: #755EE3; }
span { border-color: rgb(117,94,227); }
td.TdClassName
{
border-color: #755EE3;
}
.TagClassName
{
border-color: #755EE3;
}
</style>