Shades of Medium Slate Blue #756EE8
Tints of Medium Slate Blue #756EE8
RGB
CMYK
RGB Variations
Color information
#756EE8 (or 0x756EE8) is known color: Medium Slate Blue. HEX triplet: 75, 6E and E8. RGB value is (117,110,232). Sum of RGB (Red+Green+Blue) = 117+110+232=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #756EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756EE8 is #8A9117. Grayscale: #7D7D7D. Windows color (decimal): -9081112 or 15232629. OLE color: 15232629.
HSL color Cylindrical-coordinate representation of color #756EE8: hue angle of 243.44º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #756EE8 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 110 | 232 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.09 |
| HSL | 243.44º | 0.73% | 0.67% | - |
| HSV(B) | 243.44º | 0.53% | 0.91% | - |
| XYZ | 27.48 | 20.76 | 78.9 | - |
| YUV | 126 | 187.82 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 232 | 0.50 | 0.53 | 0 | 0.09 | 243.44 | 0.73 | 0.67 |
| Hex | 75 | 6E | E8 | 32 | 35 | 0 | 9 | F3 | 49 | 43 |
| Octal | 165 | 156 | 350 | 62 | 65 | 0 | 11 | 363 | 111 | 103 |
| Binary | 1110101 | 1101110 | 11101000 | 110010 | 110101 | 0 | 1001 | 11110011 | 1001001 | 1000011 |
Color Harmonies of #756EE8
Complementary color
Monochromatic Colors of #756EE8
Black with #756EE8
Text Example
Text Example
White with #756EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756EE8; }
p { color: rgb(117,110,232); }
H1.HeaderClassName
{
color: #756EE8;
}
.AnyTagClassName
{
color: #756EE8;
}
</style>
background-color css
<style>
a { background-color: #756EE8; }
a { background-color: rgb(117,110,232); }
div.DivClassName
{
background-color: #756EE8;
}
.BgClassName
{
background-color: #756EE8;
}
</style>
border-color css
<style>
span { border-color: #756EE8; }
span { border-color: rgb(117,110,232); }
td.TdClassName
{
border-color: #756EE8;
}
.TagClassName
{
border-color: #756EE8;
}
</style>