Shades of Medium Slate Blue #756FF6
Tints of Medium Slate Blue #756FF6
RGB
CMYK
RGB Variations
Color information
#756FF6 (or 0x756FF6) is known color: Medium Slate Blue. HEX triplet: 75, 6F and F6. RGB value is (117,111,246). Sum of RGB (Red+Green+Blue) = 117+111+246=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #756FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FF6 is #8A9009. Grayscale: #7F7F7F. Windows color (decimal): -9080842 or 16150389. OLE color: 16150389.
HSL color Cylindrical-coordinate representation of color #756FF6: hue angle of 242.67º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756FF6 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 111 | 246 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.04 |
| HSL | 242.67º | 0.88% | 0.7% | - |
| HSV(B) | 242.67º | 0.55% | 0.96% | - |
| XYZ | 29.66 | 21.8 | 89.83 | - |
| YUV | 128.18 | 194.49 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 246 | 0.52 | 0.55 | 0 | 0.04 | 242.67 | 0.88 | 0.7 |
| Hex | 75 | 6F | F6 | 34 | 37 | 0 | 4 | F3 | 58 | 46 |
| Octal | 165 | 157 | 366 | 64 | 67 | 0 | 4 | 363 | 130 | 106 |
| Binary | 1110101 | 1101111 | 11110110 | 110100 | 110111 | 0 | 100 | 11110011 | 1011000 | 1000110 |
Color Harmonies of #756FF6
Complementary color
Monochromatic Colors of #756FF6
Black with #756FF6
Text Example
Text Example
White with #756FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FF6; }
p { color: rgb(117,111,246); }
H1.HeaderClassName
{
color: #756FF6;
}
.AnyTagClassName
{
color: #756FF6;
}
</style>
background-color css
<style>
a { background-color: #756FF6; }
a { background-color: rgb(117,111,246); }
div.DivClassName
{
background-color: #756FF6;
}
.BgClassName
{
background-color: #756FF6;
}
</style>
border-color css
<style>
span { border-color: #756FF6; }
span { border-color: rgb(117,111,246); }
td.TdClassName
{
border-color: #756FF6;
}
.TagClassName
{
border-color: #756FF6;
}
</style>