Shades of Medium Slate Blue #756FDE
Tints of Medium Slate Blue #756FDE
RGB
CMYK
RGB Variations
Color information
#756FDE (or 0x756FDE) is known color: Medium Slate Blue. HEX triplet: 75, 6F and DE. RGB value is (117,111,222). Sum of RGB (Red+Green+Blue) = 117+111+222=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #756FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FDE is #8A9021. Grayscale: #7D7D7D. Windows color (decimal): -9080866 or 14577525. OLE color: 14577525.
HSL color Cylindrical-coordinate representation of color #756FDE: hue angle of 243.24º degrees, saturation: 0.63, 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 #756FDE is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 111 | 222 | - |
| CMYK | 0.47 | 0.5 | 0 | 0.13 |
| HSL | 243.24º | 0.63% | 0.65% | - |
| HSV(B) | 243.24º | 0.5% | 0.87% | - |
| XYZ | 26.21 | 20.42 | 71.67 | - |
| YUV | 125.45 | 182.49 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 222 | 0.47 | 0.5 | 0 | 0.13 | 243.24 | 0.63 | 0.65 |
| Hex | 75 | 6F | DE | 2F | 32 | 0 | D | F3 | 3F | 41 |
| Octal | 165 | 157 | 336 | 57 | 62 | 0 | 15 | 363 | 77 | 101 |
| Binary | 1110101 | 1101111 | 11011110 | 101111 | 110010 | 0 | 1101 | 11110011 | 111111 | 1000001 |
Color Harmonies of #756FDE
Complementary color
Monochromatic Colors of #756FDE
Black with #756FDE
Text Example
Text Example
White with #756FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FDE; }
p { color: rgb(117,111,222); }
H1.HeaderClassName
{
color: #756FDE;
}
.AnyTagClassName
{
color: #756FDE;
}
</style>
background-color css
<style>
a { background-color: #756FDE; }
a { background-color: rgb(117,111,222); }
div.DivClassName
{
background-color: #756FDE;
}
.BgClassName
{
background-color: #756FDE;
}
</style>
border-color css
<style>
span { border-color: #756FDE; }
span { border-color: rgb(117,111,222); }
td.TdClassName
{
border-color: #756FDE;
}
.TagClassName
{
border-color: #756FDE;
}
</style>