Shades of Medium Slate Blue #755EEA
Tints of Medium Slate Blue #755EEA
RGB
CMYK
RGB Variations
Color information
#755EEA (or 0x755EEA) is known color: Medium Slate Blue. HEX triplet: 75, 5E and EA. RGB value is (117,94,234). Sum of RGB (Red+Green+Blue) = 117+94+234=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #755EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755EEA is #8AA115. Grayscale: #747474. Windows color (decimal): -9085206 or 15359605. OLE color: 15359605.
HSL color Cylindrical-coordinate representation of color #755EEA: hue angle of 249.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #755EEA is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 94 | 234 | - |
| CMYK | 0.5 | 0.60 | 0 | 0.08 |
| HSL | 249.86º | 0.77% | 0.64% | - |
| HSV(B) | 249.86º | 0.6% | 0.92% | - |
| XYZ | 26.19 | 17.73 | 79.88 | - |
| YUV | 116.84 | 194.12 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 234 | 0.5 | 0.60 | 0 | 0.08 | 249.86 | 0.77 | 0.64 |
| Hex | 75 | 5E | EA | 32 | 3C | 0 | 8 | FA | 4D | 40 |
| Octal | 165 | 136 | 352 | 62 | 74 | 0 | 10 | 372 | 115 | 100 |
| Binary | 1110101 | 1011110 | 11101010 | 110010 | 111100 | 0 | 1000 | 11111010 | 1001101 | 1000000 |
Color Harmonies of #755EEA
Complementary color
Monochromatic Colors of #755EEA
Black with #755EEA
Text Example
Text Example
White with #755EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EEA; }
p { color: rgb(117,94,234); }
H1.HeaderClassName
{
color: #755EEA;
}
.AnyTagClassName
{
color: #755EEA;
}
</style>
background-color css
<style>
a { background-color: #755EEA; }
a { background-color: rgb(117,94,234); }
div.DivClassName
{
background-color: #755EEA;
}
.BgClassName
{
background-color: #755EEA;
}
</style>
border-color css
<style>
span { border-color: #755EEA; }
span { border-color: rgb(117,94,234); }
td.TdClassName
{
border-color: #755EEA;
}
.TagClassName
{
border-color: #755EEA;
}
</style>