Shades of Medium Slate Blue #756CEF
Tints of Medium Slate Blue #756CEF
RGB
CMYK
RGB Variations
Color information
#756CEF (or 0x756CEF) is known color: Medium Slate Blue. HEX triplet: 75, 6C and EF. RGB value is (117,108,239). Sum of RGB (Red+Green+Blue) = 117+108+239=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #756CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CEF is #8A9310. Grayscale: #7D7D7D. Windows color (decimal): -9081617 or 15690869. OLE color: 15690869.
HSL color Cylindrical-coordinate representation of color #756CEF: hue angle of 244.12º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756CEF is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 108 | 239 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.06 |
| HSL | 244.12º | 0.8% | 0.68% | - |
| HSV(B) | 244.12º | 0.55% | 0.94% | - |
| XYZ | 28.28 | 20.74 | 84.17 | - |
| YUV | 125.63 | 191.98 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 239 | 0.51 | 0.55 | 0 | 0.06 | 244.12 | 0.8 | 0.68 |
| Hex | 75 | 6C | EF | 33 | 37 | 0 | 6 | F4 | 50 | 44 |
| Octal | 165 | 154 | 357 | 63 | 67 | 0 | 6 | 364 | 120 | 104 |
| Binary | 1110101 | 1101100 | 11101111 | 110011 | 110111 | 0 | 110 | 11110100 | 1010000 | 1000100 |
Color Harmonies of #756CEF
Complementary color
Monochromatic Colors of #756CEF
Black with #756CEF
Text Example
Text Example
White with #756CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CEF; }
p { color: rgb(117,108,239); }
H1.HeaderClassName
{
color: #756CEF;
}
.AnyTagClassName
{
color: #756CEF;
}
</style>
background-color css
<style>
a { background-color: #756CEF; }
a { background-color: rgb(117,108,239); }
div.DivClassName
{
background-color: #756CEF;
}
.BgClassName
{
background-color: #756CEF;
}
</style>
border-color css
<style>
span { border-color: #756CEF; }
span { border-color: rgb(117,108,239); }
td.TdClassName
{
border-color: #756CEF;
}
.TagClassName
{
border-color: #756CEF;
}
</style>