Shades of Medium Slate Blue #756EE1
Tints of Medium Slate Blue #756EE1
RGB
CMYK
RGB Variations
Color information
#756EE1 (or 0x756EE1) is known color: Medium Slate Blue. HEX triplet: 75, 6E and E1. RGB value is (117,110,225). Sum of RGB (Red+Green+Blue) = 117+110+225=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #756EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756EE1 is #8A911E. Grayscale: #7C7C7C. Windows color (decimal): -9081119 or 14773877. OLE color: 14773877.
HSL color Cylindrical-coordinate representation of color #756EE1: hue angle of 243.65º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #756EE1 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 110 | 225 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.12 |
| HSL | 243.65º | 0.66% | 0.66% | - |
| HSV(B) | 243.65º | 0.51% | 0.88% | - |
| XYZ | 26.5 | 20.37 | 73.77 | - |
| YUV | 125.2 | 184.32 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 225 | 0.48 | 0.51 | 0 | 0.12 | 243.65 | 0.66 | 0.66 |
| Hex | 75 | 6E | E1 | 30 | 33 | 0 | C | F4 | 42 | 42 |
| Octal | 165 | 156 | 341 | 60 | 63 | 0 | 14 | 364 | 102 | 102 |
| Binary | 1110101 | 1101110 | 11100001 | 110000 | 110011 | 0 | 1100 | 11110100 | 1000010 | 1000010 |
Color Harmonies of #756EE1
Complementary color
Monochromatic Colors of #756EE1
Black with #756EE1
Text Example
Text Example
White with #756EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756EE1; }
p { color: rgb(117,110,225); }
H1.HeaderClassName
{
color: #756EE1;
}
.AnyTagClassName
{
color: #756EE1;
}
</style>
background-color css
<style>
a { background-color: #756EE1; }
a { background-color: rgb(117,110,225); }
div.DivClassName
{
background-color: #756EE1;
}
.BgClassName
{
background-color: #756EE1;
}
</style>
border-color css
<style>
span { border-color: #756EE1; }
span { border-color: rgb(117,110,225); }
td.TdClassName
{
border-color: #756EE1;
}
.TagClassName
{
border-color: #756EE1;
}
</style>