Shades of Medium Slate Blue #756CE1
Tints of Medium Slate Blue #756CE1
RGB
CMYK
RGB Variations
Color information
#756CE1 (or 0x756CE1) is known color: Medium Slate Blue. HEX triplet: 75, 6C and E1. RGB value is (117,108,225). Sum of RGB (Red+Green+Blue) = 117+108+225=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #756CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CE1 is #8A931E. Grayscale: #7B7B7B. Windows color (decimal): -9081631 or 14773365. OLE color: 14773365.
HSL color Cylindrical-coordinate representation of color #756CE1: hue angle of 244.62º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #756CE1 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 108 | 225 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.12 |
| HSL | 244.62º | 0.66% | 0.65% | - |
| HSV(B) | 244.62º | 0.52% | 0.88% | - |
| XYZ | 26.29 | 19.94 | 73.7 | - |
| YUV | 124.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 225 | 0.48 | 0.52 | 0 | 0.12 | 244.62 | 0.66 | 0.65 |
| Hex | 75 | 6C | E1 | 30 | 34 | 0 | C | F5 | 42 | 41 |
| Octal | 165 | 154 | 341 | 60 | 64 | 0 | 14 | 365 | 102 | 101 |
| Binary | 1110101 | 1101100 | 11100001 | 110000 | 110100 | 0 | 1100 | 11110101 | 1000010 | 1000001 |
Color Harmonies of #756CE1
Complementary color
Monochromatic Colors of #756CE1
Black with #756CE1
Text Example
Text Example
White with #756CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CE1; }
p { color: rgb(117,108,225); }
H1.HeaderClassName
{
color: #756CE1;
}
.AnyTagClassName
{
color: #756CE1;
}
</style>
background-color css
<style>
a { background-color: #756CE1; }
a { background-color: rgb(117,108,225); }
div.DivClassName
{
background-color: #756CE1;
}
.BgClassName
{
background-color: #756CE1;
}
</style>
border-color css
<style>
span { border-color: #756CE1; }
span { border-color: rgb(117,108,225); }
td.TdClassName
{
border-color: #756CE1;
}
.TagClassName
{
border-color: #756CE1;
}
</style>