Shades of Medium Slate Blue #756BF0
Tints of Medium Slate Blue #756BF0
RGB
CMYK
RGB Variations
Color information
#756BF0 (or 0x756BF0) is known color: Medium Slate Blue. HEX triplet: 75, 6B and F0. RGB value is (117,107,240). Sum of RGB (Red+Green+Blue) = 117+107+240=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #756BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756BF0 is #8A940F. Grayscale: #7C7C7C. Windows color (decimal): -9081872 or 15756149. OLE color: 15756149.
HSL color Cylindrical-coordinate representation of color #756BF0: hue angle of 244.51º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756BF0 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 107 | 240 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.06 |
| HSL | 244.51º | 0.82% | 0.68% | - |
| HSV(B) | 244.51º | 0.55% | 0.94% | - |
| XYZ | 28.32 | 20.59 | 84.92 | - |
| YUV | 125.15 | 192.81 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 240 | 0.51 | 0.55 | 0 | 0.06 | 244.51 | 0.82 | 0.68 |
| Hex | 75 | 6B | F0 | 33 | 37 | 0 | 6 | F5 | 52 | 44 |
| Octal | 165 | 153 | 360 | 63 | 67 | 0 | 6 | 365 | 122 | 104 |
| Binary | 1110101 | 1101011 | 11110000 | 110011 | 110111 | 0 | 110 | 11110101 | 1010010 | 1000100 |
Color Harmonies of #756BF0
Complementary color
Monochromatic Colors of #756BF0
Black with #756BF0
Text Example
Text Example
White with #756BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BF0; }
p { color: rgb(117,107,240); }
H1.HeaderClassName
{
color: #756BF0;
}
.AnyTagClassName
{
color: #756BF0;
}
</style>
background-color css
<style>
a { background-color: #756BF0; }
a { background-color: rgb(117,107,240); }
div.DivClassName
{
background-color: #756BF0;
}
.BgClassName
{
background-color: #756BF0;
}
</style>
border-color css
<style>
span { border-color: #756BF0; }
span { border-color: rgb(117,107,240); }
td.TdClassName
{
border-color: #756BF0;
}
.TagClassName
{
border-color: #756BF0;
}
</style>