Shades of Medium Slate Blue #755EE8
Tints of Medium Slate Blue #755EE8
RGB
CMYK
RGB Variations
Color information
#755EE8 (or 0x755EE8) is known color: Medium Slate Blue. HEX triplet: 75, 5E and E8. RGB value is (117,94,232). Sum of RGB (Red+Green+Blue) = 117+94+232=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #755EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755EE8 is #8AA117. Grayscale: #747474. Windows color (decimal): -9085208 or 15228533. OLE color: 15228533.
HSL color Cylindrical-coordinate representation of color #755EE8: hue angle of 250º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755EE8 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 94 | 232 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.09 |
| HSL | 250º | 0.75% | 0.64% | - |
| HSV(B) | 250º | 0.59% | 0.91% | - |
| XYZ | 25.9 | 17.61 | 78.38 | - |
| YUV | 116.61 | 193.12 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 232 | 0.50 | 0.59 | 0 | 0.09 | 250 | 0.75 | 0.64 |
| Hex | 75 | 5E | E8 | 32 | 3B | 0 | 9 | FA | 4B | 40 |
| Octal | 165 | 136 | 350 | 62 | 73 | 0 | 11 | 372 | 113 | 100 |
| Binary | 1110101 | 1011110 | 11101000 | 110010 | 111011 | 0 | 1001 | 11111010 | 1001011 | 1000000 |
Color Harmonies of #755EE8
Complementary color
Monochromatic Colors of #755EE8
Black with #755EE8
Text Example
Text Example
White with #755EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EE8; }
p { color: rgb(117,94,232); }
H1.HeaderClassName
{
color: #755EE8;
}
.AnyTagClassName
{
color: #755EE8;
}
</style>
background-color css
<style>
a { background-color: #755EE8; }
a { background-color: rgb(117,94,232); }
div.DivClassName
{
background-color: #755EE8;
}
.BgClassName
{
background-color: #755EE8;
}
</style>
border-color css
<style>
span { border-color: #755EE8; }
span { border-color: rgb(117,94,232); }
td.TdClassName
{
border-color: #755EE8;
}
.TagClassName
{
border-color: #755EE8;
}
</style>