Shades of Medium Slate Blue #756CE6
Tints of Medium Slate Blue #756CE6
RGB
CMYK
RGB Variations
Color information
#756CE6 (or 0x756CE6) is known color: Medium Slate Blue. HEX triplet: 75, 6C and E6. RGB value is (117,108,230). Sum of RGB (Red+Green+Blue) = 117+108+230=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 230 (90.23% from 255 or 50.55% from 455); Max value from RGB is 230 - color contains mainly: blue. Hex color #756CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CE6 is #8A9319. Grayscale: #7C7C7C. Windows color (decimal): -9081626 or 15101045. OLE color: 15101045.
HSL color Cylindrical-coordinate representation of color #756CE6: hue angle of 244.43º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #756CE6 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 108 | 230 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.10 |
| HSL | 244.43º | 0.71% | 0.66% | - |
| HSV(B) | 244.43º | 0.53% | 0.9% | - |
| XYZ | 26.98 | 20.22 | 77.34 | - |
| YUV | 124.6 | 187.48 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 230 | 0.49 | 0.53 | 0 | 0.10 | 244.43 | 0.71 | 0.66 |
| Hex | 75 | 6C | E6 | 31 | 35 | 0 | A | F4 | 47 | 42 |
| Octal | 165 | 154 | 346 | 61 | 65 | 0 | 12 | 364 | 107 | 102 |
| Binary | 1110101 | 1101100 | 11100110 | 110001 | 110101 | 0 | 1010 | 11110100 | 1000111 | 1000010 |
Color Harmonies of #756CE6
Complementary color
Monochromatic Colors of #756CE6
Black with #756CE6
Text Example
Text Example
White with #756CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CE6; }
p { color: rgb(117,108,230); }
H1.HeaderClassName
{
color: #756CE6;
}
.AnyTagClassName
{
color: #756CE6;
}
</style>
background-color css
<style>
a { background-color: #756CE6; }
a { background-color: rgb(117,108,230); }
div.DivClassName
{
background-color: #756CE6;
}
.BgClassName
{
background-color: #756CE6;
}
</style>
border-color css
<style>
span { border-color: #756CE6; }
span { border-color: rgb(117,108,230); }
td.TdClassName
{
border-color: #756CE6;
}
.TagClassName
{
border-color: #756CE6;
}
</style>