Shades of Medium Slate Blue #756CE8
Tints of Medium Slate Blue #756CE8
RGB
CMYK
RGB Variations
Color information
#756CE8 (or 0x756CE8) is known color: Medium Slate Blue. HEX triplet: 75, 6C and E8. RGB value is (117,108,232). Sum of RGB (Red+Green+Blue) = 117+108+232=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #756CE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CE8 is #8A9317. Grayscale: #7C7C7C. Windows color (decimal): -9081624 or 15232117. OLE color: 15232117.
HSL color Cylindrical-coordinate representation of color #756CE8: hue angle of 244.35º 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 #756CE8 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 108 | 232 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.09 |
| HSL | 244.35º | 0.73% | 0.67% | - |
| HSV(B) | 244.35º | 0.53% | 0.91% | - |
| XYZ | 27.26 | 20.33 | 78.83 | - |
| YUV | 124.83 | 188.48 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 232 | 0.50 | 0.53 | 0 | 0.09 | 244.35 | 0.73 | 0.67 |
| Hex | 75 | 6C | E8 | 32 | 35 | 0 | 9 | F4 | 49 | 43 |
| Octal | 165 | 154 | 350 | 62 | 65 | 0 | 11 | 364 | 111 | 103 |
| Binary | 1110101 | 1101100 | 11101000 | 110010 | 110101 | 0 | 1001 | 11110100 | 1001001 | 1000011 |
Color Harmonies of #756CE8
Complementary color
Monochromatic Colors of #756CE8
Black with #756CE8
Text Example
Text Example
White with #756CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CE8; }
p { color: rgb(117,108,232); }
H1.HeaderClassName
{
color: #756CE8;
}
.AnyTagClassName
{
color: #756CE8;
}
</style>
background-color css
<style>
a { background-color: #756CE8; }
a { background-color: rgb(117,108,232); }
div.DivClassName
{
background-color: #756CE8;
}
.BgClassName
{
background-color: #756CE8;
}
</style>
border-color css
<style>
span { border-color: #756CE8; }
span { border-color: rgb(117,108,232); }
td.TdClassName
{
border-color: #756CE8;
}
.TagClassName
{
border-color: #756CE8;
}
</style>