Shades of Medium Slate Blue #756CDE
Tints of Medium Slate Blue #756CDE
RGB
CMYK
RGB Variations
Color information
#756CDE (or 0x756CDE) is known color: Medium Slate Blue. HEX triplet: 75, 6C and DE. RGB value is (117,108,222). Sum of RGB (Red+Green+Blue) = 117+108+222=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #756CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CDE is #8A9321. Grayscale: #7B7B7B. Windows color (decimal): -9081634 or 14576757. OLE color: 14576757.
HSL color Cylindrical-coordinate representation of color #756CDE: hue angle of 244.74º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #756CDE is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 108 | 222 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.13 |
| HSL | 244.74º | 0.63% | 0.65% | - |
| HSV(B) | 244.74º | 0.51% | 0.87% | - |
| XYZ | 25.88 | 19.78 | 71.56 | - |
| YUV | 123.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 222 | 0.47 | 0.51 | 0 | 0.13 | 244.74 | 0.63 | 0.65 |
| Hex | 75 | 6C | DE | 2F | 33 | 0 | D | F5 | 3F | 41 |
| Octal | 165 | 154 | 336 | 57 | 63 | 0 | 15 | 365 | 77 | 101 |
| Binary | 1110101 | 1101100 | 11011110 | 101111 | 110011 | 0 | 1101 | 11110101 | 111111 | 1000001 |
Color Harmonies of #756CDE
Complementary color
Monochromatic Colors of #756CDE
Black with #756CDE
Text Example
Text Example
White with #756CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CDE; }
p { color: rgb(117,108,222); }
H1.HeaderClassName
{
color: #756CDE;
}
.AnyTagClassName
{
color: #756CDE;
}
</style>
background-color css
<style>
a { background-color: #756CDE; }
a { background-color: rgb(117,108,222); }
div.DivClassName
{
background-color: #756CDE;
}
.BgClassName
{
background-color: #756CDE;
}
</style>
border-color css
<style>
span { border-color: #756CDE; }
span { border-color: rgb(117,108,222); }
td.TdClassName
{
border-color: #756CDE;
}
.TagClassName
{
border-color: #756CDE;
}
</style>