Shades of Medium Slate Blue #756CD8
Tints of Medium Slate Blue #756CD8
RGB
CMYK
RGB Variations
Color information
#756CD8 (or 0x756CD8) is known color: Medium Slate Blue. HEX triplet: 75, 6C and D8. RGB value is (117,108,216). Sum of RGB (Red+Green+Blue) = 117+108+216=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #756CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CD8 is #8A9327. Grayscale: #7A7A7A. Windows color (decimal): -9081640 or 14183541. OLE color: 14183541.
HSL color Cylindrical-coordinate representation of color #756CD8: hue angle of 245º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756CD8 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 108 | 216 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.15 |
| HSL | 245º | 0.58% | 0.64% | - |
| HSV(B) | 245º | 0.5% | 0.85% | - |
| XYZ | 25.09 | 19.46 | 67.4 | - |
| YUV | 123 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 216 | 0.46 | 0.50 | 0 | 0.15 | 245 | 0.58 | 0.64 |
| Hex | 75 | 6C | D8 | 2E | 32 | 0 | F | F5 | 3A | 40 |
| Octal | 165 | 154 | 330 | 56 | 62 | 0 | 17 | 365 | 72 | 100 |
| Binary | 1110101 | 1101100 | 11011000 | 101110 | 110010 | 0 | 1111 | 11110101 | 111010 | 1000000 |
Color Harmonies of #756CD8
Complementary color
Monochromatic Colors of #756CD8
Black with #756CD8
Text Example
Text Example
White with #756CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CD8; }
p { color: rgb(117,108,216); }
H1.HeaderClassName
{
color: #756CD8;
}
.AnyTagClassName
{
color: #756CD8;
}
</style>
background-color css
<style>
a { background-color: #756CD8; }
a { background-color: rgb(117,108,216); }
div.DivClassName
{
background-color: #756CD8;
}
.BgClassName
{
background-color: #756CD8;
}
</style>
border-color css
<style>
span { border-color: #756CD8; }
span { border-color: rgb(117,108,216); }
td.TdClassName
{
border-color: #756CD8;
}
.TagClassName
{
border-color: #756CD8;
}
</style>