Shades of Medium Slate Blue #756CDD
Tints of Medium Slate Blue #756CDD
RGB
CMYK
RGB Variations
Color information
#756CDD (or 0x756CDD) is known color: Medium Slate Blue. HEX triplet: 75, 6C and DD. RGB value is (117,108,221). Sum of RGB (Red+Green+Blue) = 117+108+221=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #756CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CDD is #8A9322. Grayscale: #7B7B7B. Windows color (decimal): -9081635 or 14511221. OLE color: 14511221.
HSL color Cylindrical-coordinate representation of color #756CDD: hue angle of 244.78º degrees, saturation: 0.62, 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 #756CDD is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 108 | 221 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.13 |
| HSL | 244.78º | 0.62% | 0.65% | - |
| HSV(B) | 244.78º | 0.51% | 0.87% | - |
| XYZ | 25.75 | 19.73 | 70.86 | - |
| YUV | 123.57 | 182.98 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 221 | 0.47 | 0.51 | 0 | 0.13 | 244.78 | 0.62 | 0.65 |
| Hex | 75 | 6C | DD | 2F | 33 | 0 | D | F5 | 3E | 41 |
| Octal | 165 | 154 | 335 | 57 | 63 | 0 | 15 | 365 | 76 | 101 |
| Binary | 1110101 | 1101100 | 11011101 | 101111 | 110011 | 0 | 1101 | 11110101 | 111110 | 1000001 |
Color Harmonies of #756CDD
Complementary color
Monochromatic Colors of #756CDD
Black with #756CDD
Text Example
Text Example
White with #756CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CDD; }
p { color: rgb(117,108,221); }
H1.HeaderClassName
{
color: #756CDD;
}
.AnyTagClassName
{
color: #756CDD;
}
</style>
background-color css
<style>
a { background-color: #756CDD; }
a { background-color: rgb(117,108,221); }
div.DivClassName
{
background-color: #756CDD;
}
.BgClassName
{
background-color: #756CDD;
}
</style>
border-color css
<style>
span { border-color: #756CDD; }
span { border-color: rgb(117,108,221); }
td.TdClassName
{
border-color: #756CDD;
}
.TagClassName
{
border-color: #756CDD;
}
</style>