Shades of Medium Slate Blue #756BF1
Tints of Medium Slate Blue #756BF1
RGB
CMYK
RGB Variations
Color information
#756BF1 (or 0x756BF1) is known color: Medium Slate Blue. HEX triplet: 75, 6B and F1. RGB value is (117,107,241). Sum of RGB (Red+Green+Blue) = 117+107+241=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #756BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756BF1 is #8A940E. Grayscale: #7C7C7C. Windows color (decimal): -9081871 or 15821685. OLE color: 15821685.
HSL color Cylindrical-coordinate representation of color #756BF1: hue angle of 244.48º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #756BF1 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 107 | 241 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.05 |
| HSL | 244.48º | 0.83% | 0.68% | - |
| HSV(B) | 244.48º | 0.56% | 0.95% | - |
| XYZ | 28.47 | 20.65 | 85.7 | - |
| YUV | 125.27 | 193.31 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 241 | 0.51 | 0.56 | 0 | 0.05 | 244.48 | 0.83 | 0.68 |
| Hex | 75 | 6B | F1 | 33 | 38 | 0 | 5 | F4 | 53 | 44 |
| Octal | 165 | 153 | 361 | 63 | 70 | 0 | 5 | 364 | 123 | 104 |
| Binary | 1110101 | 1101011 | 11110001 | 110011 | 111000 | 0 | 101 | 11110100 | 1010011 | 1000100 |
Color Harmonies of #756BF1
Complementary color
Monochromatic Colors of #756BF1
Black with #756BF1
Text Example
Text Example
White with #756BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BF1; }
p { color: rgb(117,107,241); }
H1.HeaderClassName
{
color: #756BF1;
}
.AnyTagClassName
{
color: #756BF1;
}
</style>
background-color css
<style>
a { background-color: #756BF1; }
a { background-color: rgb(117,107,241); }
div.DivClassName
{
background-color: #756BF1;
}
.BgClassName
{
background-color: #756BF1;
}
</style>
border-color css
<style>
span { border-color: #756BF1; }
span { border-color: rgb(117,107,241); }
td.TdClassName
{
border-color: #756BF1;
}
.TagClassName
{
border-color: #756BF1;
}
</style>