Shades of Medium Slate Blue #756EEB
Tints of Medium Slate Blue #756EEB
RGB
CMYK
RGB Variations
Color information
#756EEB (or 0x756EEB) is known color: Medium Slate Blue. HEX triplet: 75, 6E and EB. RGB value is (117,110,235). Sum of RGB (Red+Green+Blue) = 117+110+235=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #756EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756EEB is #8A9114. Grayscale: #7D7D7D. Windows color (decimal): -9081109 or 15429237. OLE color: 15429237.
HSL color Cylindrical-coordinate representation of color #756EEB: hue angle of 243.36º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #756EEB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 110 | 235 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.08 |
| HSL | 243.36º | 0.76% | 0.68% | - |
| HSV(B) | 243.36º | 0.53% | 0.92% | - |
| XYZ | 27.91 | 20.93 | 81.17 | - |
| YUV | 126.34 | 189.32 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 235 | 0.50 | 0.53 | 0 | 0.08 | 243.36 | 0.76 | 0.68 |
| Hex | 75 | 6E | EB | 32 | 35 | 0 | 8 | F3 | 4C | 44 |
| Octal | 165 | 156 | 353 | 62 | 65 | 0 | 10 | 363 | 114 | 104 |
| Binary | 1110101 | 1101110 | 11101011 | 110010 | 110101 | 0 | 1000 | 11110011 | 1001100 | 1000100 |
Color Harmonies of #756EEB
Complementary color
Monochromatic Colors of #756EEB
Black with #756EEB
Text Example
Text Example
White with #756EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756EEB; }
p { color: rgb(117,110,235); }
H1.HeaderClassName
{
color: #756EEB;
}
.AnyTagClassName
{
color: #756EEB;
}
</style>
background-color css
<style>
a { background-color: #756EEB; }
a { background-color: rgb(117,110,235); }
div.DivClassName
{
background-color: #756EEB;
}
.BgClassName
{
background-color: #756EEB;
}
</style>
border-color css
<style>
span { border-color: #756EEB; }
span { border-color: rgb(117,110,235); }
td.TdClassName
{
border-color: #756EEB;
}
.TagClassName
{
border-color: #756EEB;
}
</style>