Shades of Medium Slate Blue #756FF1
Tints of Medium Slate Blue #756FF1
RGB
CMYK
RGB Variations
Color information
#756FF1 (or 0x756FF1) is known color: Medium Slate Blue. HEX triplet: 75, 6F and F1. RGB value is (117,111,241). Sum of RGB (Red+Green+Blue) = 117+111+241=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #756FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FF1 is #8A900E. Grayscale: #7F7F7F. Windows color (decimal): -9080847 or 15822709. OLE color: 15822709.
HSL color Cylindrical-coordinate representation of color #756FF1: hue angle of 242.77º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756FF1 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 111 | 241 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.05 |
| HSL | 242.77º | 0.82% | 0.69% | - |
| HSV(B) | 242.77º | 0.54% | 0.95% | - |
| XYZ | 28.9 | 21.5 | 85.85 | - |
| YUV | 127.61 | 191.99 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 241 | 0.51 | 0.54 | 0 | 0.05 | 242.77 | 0.82 | 0.69 |
| Hex | 75 | 6F | F1 | 33 | 36 | 0 | 5 | F3 | 52 | 45 |
| Octal | 165 | 157 | 361 | 63 | 66 | 0 | 5 | 363 | 122 | 105 |
| Binary | 1110101 | 1101111 | 11110001 | 110011 | 110110 | 0 | 101 | 11110011 | 1010010 | 1000101 |
Color Harmonies of #756FF1
Complementary color
Monochromatic Colors of #756FF1
Black with #756FF1
Text Example
Text Example
White with #756FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FF1; }
p { color: rgb(117,111,241); }
H1.HeaderClassName
{
color: #756FF1;
}
.AnyTagClassName
{
color: #756FF1;
}
</style>
background-color css
<style>
a { background-color: #756FF1; }
a { background-color: rgb(117,111,241); }
div.DivClassName
{
background-color: #756FF1;
}
.BgClassName
{
background-color: #756FF1;
}
</style>
border-color css
<style>
span { border-color: #756FF1; }
span { border-color: rgb(117,111,241); }
td.TdClassName
{
border-color: #756FF1;
}
.TagClassName
{
border-color: #756FF1;
}
</style>