Shades of Medium Slate Blue #756BF7
Tints of Medium Slate Blue #756BF7
RGB
CMYK
RGB Variations
Color information
#756BF7 (or 0x756BF7) is known color: Medium Slate Blue. HEX triplet: 75, 6B and F7. RGB value is (117,107,247). Sum of RGB (Red+Green+Blue) = 117+107+247=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #756BF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756BF7 is #8A9408. Grayscale: #7D7D7D. Windows color (decimal): -9081865 or 16214901. OLE color: 16214901.
HSL color Cylindrical-coordinate representation of color #756BF7: hue angle of 244.29º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #756BF7 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 107 | 247 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.03 |
| HSL | 244.29º | 0.9% | 0.69% | - |
| HSV(B) | 244.29º | 0.57% | 0.97% | - |
| XYZ | 29.38 | 21.01 | 90.5 | - |
| YUV | 125.95 | 196.31 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 247 | 0.53 | 0.57 | 0 | 0.03 | 244.29 | 0.9 | 0.69 |
| Hex | 75 | 6B | F7 | 35 | 39 | 0 | 3 | F4 | 5A | 45 |
| Octal | 165 | 153 | 367 | 65 | 71 | 0 | 3 | 364 | 132 | 105 |
| Binary | 1110101 | 1101011 | 11110111 | 110101 | 111001 | 0 | 11 | 11110100 | 1011010 | 1000101 |
Color Harmonies of #756BF7
Complementary color
Monochromatic Colors of #756BF7
Black with #756BF7
Text Example
Text Example
White with #756BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BF7; }
p { color: rgb(117,107,247); }
H1.HeaderClassName
{
color: #756BF7;
}
.AnyTagClassName
{
color: #756BF7;
}
</style>
background-color css
<style>
a { background-color: #756BF7; }
a { background-color: rgb(117,107,247); }
div.DivClassName
{
background-color: #756BF7;
}
.BgClassName
{
background-color: #756BF7;
}
</style>
border-color css
<style>
span { border-color: #756BF7; }
span { border-color: rgb(117,107,247); }
td.TdClassName
{
border-color: #756BF7;
}
.TagClassName
{
border-color: #756BF7;
}
</style>