Shades of Medium Slate Blue #756FDD
Tints of Medium Slate Blue #756FDD
RGB
CMYK
RGB Variations
Color information
#756FDD (or 0x756FDD) is known color: Medium Slate Blue. HEX triplet: 75, 6F and DD. RGB value is (117,111,221). Sum of RGB (Red+Green+Blue) = 117+111+221=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #756FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FDD is #8A9022. Grayscale: #7C7C7C. Windows color (decimal): -9080867 or 14511989. OLE color: 14511989.
HSL color Cylindrical-coordinate representation of color #756FDD: hue angle of 243.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756FDD is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 111 | 221 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.13 |
| HSL | 243.27º | 0.62% | 0.65% | - |
| HSV(B) | 243.27º | 0.5% | 0.87% | - |
| XYZ | 26.07 | 20.37 | 70.96 | - |
| YUV | 125.33 | 181.99 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 221 | 0.47 | 0.50 | 0 | 0.13 | 243.27 | 0.62 | 0.65 |
| Hex | 75 | 6F | DD | 2F | 32 | 0 | D | F3 | 3E | 41 |
| Octal | 165 | 157 | 335 | 57 | 62 | 0 | 15 | 363 | 76 | 101 |
| Binary | 1110101 | 1101111 | 11011101 | 101111 | 110010 | 0 | 1101 | 11110011 | 111110 | 1000001 |
Color Harmonies of #756FDD
Complementary color
Monochromatic Colors of #756FDD
Black with #756FDD
Text Example
Text Example
White with #756FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FDD; }
p { color: rgb(117,111,221); }
H1.HeaderClassName
{
color: #756FDD;
}
.AnyTagClassName
{
color: #756FDD;
}
</style>
background-color css
<style>
a { background-color: #756FDD; }
a { background-color: rgb(117,111,221); }
div.DivClassName
{
background-color: #756FDD;
}
.BgClassName
{
background-color: #756FDD;
}
</style>
border-color css
<style>
span { border-color: #756FDD; }
span { border-color: rgb(117,111,221); }
td.TdClassName
{
border-color: #756FDD;
}
.TagClassName
{
border-color: #756FDD;
}
</style>