Shades of Medium Slate Blue #755EEB
Tints of Medium Slate Blue #755EEB
RGB
CMYK
RGB Variations
Color information
#755EEB (or 0x755EEB) is known color: Medium Slate Blue. HEX triplet: 75, 5E and EB. RGB value is (117,94,235). Sum of RGB (Red+Green+Blue) = 117+94+235=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #755EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755EEB is #8AA114. Grayscale: #747474. Windows color (decimal): -9085205 or 15425141. OLE color: 15425141.
HSL color Cylindrical-coordinate representation of color #755EEB: hue angle of 249.79º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #755EEB is Cyan = 0.50, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 94 | 235 | - |
| CMYK | 0.50 | 0.6 | 0 | 0.08 |
| HSL | 249.79º | 0.78% | 0.65% | - |
| HSV(B) | 249.79º | 0.6% | 0.92% | - |
| XYZ | 26.33 | 17.79 | 80.64 | - |
| YUV | 116.95 | 194.62 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 235 | 0.50 | 0.6 | 0 | 0.08 | 249.79 | 0.78 | 0.65 |
| Hex | 75 | 5E | EB | 32 | 3C | 0 | 8 | FA | 4E | 41 |
| Octal | 165 | 136 | 353 | 62 | 74 | 0 | 10 | 372 | 116 | 101 |
| Binary | 1110101 | 1011110 | 11101011 | 110010 | 111100 | 0 | 1000 | 11111010 | 1001110 | 1000001 |
Color Harmonies of #755EEB
Complementary color
Monochromatic Colors of #755EEB
Black with #755EEB
Text Example
Text Example
White with #755EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EEB; }
p { color: rgb(117,94,235); }
H1.HeaderClassName
{
color: #755EEB;
}
.AnyTagClassName
{
color: #755EEB;
}
</style>
background-color css
<style>
a { background-color: #755EEB; }
a { background-color: rgb(117,94,235); }
div.DivClassName
{
background-color: #755EEB;
}
.BgClassName
{
background-color: #755EEB;
}
</style>
border-color css
<style>
span { border-color: #755EEB; }
span { border-color: rgb(117,94,235); }
td.TdClassName
{
border-color: #755EEB;
}
.TagClassName
{
border-color: #755EEB;
}
</style>