Shades of Medium Slate Blue #756BDC
Tints of Medium Slate Blue #756BDC
RGB
CMYK
RGB Variations
Color information
#756BDC (or 0x756BDC) is known color: Medium Slate Blue. HEX triplet: 75, 6B and DC. RGB value is (117,107,220). Sum of RGB (Red+Green+Blue) = 117+107+220=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #756BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BDC is #8A9423. Grayscale: #7A7A7A. Windows color (decimal): -9081892 or 14445429. OLE color: 14445429.
HSL color Cylindrical-coordinate representation of color #756BDC: hue angle of 245.31º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #756BDC is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 107 | 220 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.14 |
| HSL | 245.31º | 0.62% | 0.64% | - |
| HSV(B) | 245.31º | 0.51% | 0.86% | - |
| XYZ | 25.51 | 19.46 | 70.12 | - |
| YUV | 122.87 | 182.81 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 220 | 0.47 | 0.51 | 0 | 0.14 | 245.31 | 0.62 | 0.64 |
| Hex | 75 | 6B | DC | 2F | 33 | 0 | E | F5 | 3E | 40 |
| Octal | 165 | 153 | 334 | 57 | 63 | 0 | 16 | 365 | 76 | 100 |
| Binary | 1110101 | 1101011 | 11011100 | 101111 | 110011 | 0 | 1110 | 11110101 | 111110 | 1000000 |
Color Harmonies of #756BDC
Complementary color
Monochromatic Colors of #756BDC
Black with #756BDC
Text Example
Text Example
White with #756BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BDC; }
p { color: rgb(117,107,220); }
H1.HeaderClassName
{
color: #756BDC;
}
.AnyTagClassName
{
color: #756BDC;
}
</style>
background-color css
<style>
a { background-color: #756BDC; }
a { background-color: rgb(117,107,220); }
div.DivClassName
{
background-color: #756BDC;
}
.BgClassName
{
background-color: #756BDC;
}
</style>
border-color css
<style>
span { border-color: #756BDC; }
span { border-color: rgb(117,107,220); }
td.TdClassName
{
border-color: #756BDC;
}
.TagClassName
{
border-color: #756BDC;
}
</style>