Shades of Medium Slate Blue #756EFB
Tints of Medium Slate Blue #756EFB
RGB
CMYK
RGB Variations
Color information
#756EFB (or 0x756EFB) is known color: Medium Slate Blue. HEX triplet: 75, 6E and FB. RGB value is (117,110,251). Sum of RGB (Red+Green+Blue) = 117+110+251=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #756EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756EFB is #8A9104. Grayscale: #7F7F7F. Windows color (decimal): -9081093 or 16477813. OLE color: 16477813.
HSL color Cylindrical-coordinate representation of color #756EFB: hue angle of 242.98º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #756EFB is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 110 | 251 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.02 |
| HSL | 242.98º | 0.95% | 0.71% | - |
| HSV(B) | 242.98º | 0.56% | 0.98% | - |
| XYZ | 30.32 | 21.9 | 93.9 | - |
| YUV | 128.17 | 197.32 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 251 | 0.53 | 0.56 | 0 | 0.02 | 242.98 | 0.95 | 0.71 |
| Hex | 75 | 6E | FB | 35 | 38 | 0 | 2 | F3 | 5F | 47 |
| Octal | 165 | 156 | 373 | 65 | 70 | 0 | 2 | 363 | 137 | 107 |
| Binary | 1110101 | 1101110 | 11111011 | 110101 | 111000 | 0 | 10 | 11110011 | 1011111 | 1000111 |
Color Harmonies of #756EFB
Complementary color
Monochromatic Colors of #756EFB
Black with #756EFB
Text Example
Text Example
White with #756EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756EFB; }
p { color: rgb(117,110,251); }
H1.HeaderClassName
{
color: #756EFB;
}
.AnyTagClassName
{
color: #756EFB;
}
</style>
background-color css
<style>
a { background-color: #756EFB; }
a { background-color: rgb(117,110,251); }
div.DivClassName
{
background-color: #756EFB;
}
.BgClassName
{
background-color: #756EFB;
}
</style>
border-color css
<style>
span { border-color: #756EFB; }
span { border-color: rgb(117,110,251); }
td.TdClassName
{
border-color: #756EFB;
}
.TagClassName
{
border-color: #756EFB;
}
</style>