Shades of Medium Slate Blue #756AFB
Tints of Medium Slate Blue #756AFB
RGB
CMYK
RGB Variations
Color information
#756AFB (or 0x756AFB) is known color: Medium Slate Blue. HEX triplet: 75, 6A and FB. RGB value is (117,106,251). Sum of RGB (Red+Green+Blue) = 117+106+251=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #756AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AFB is #8A9504. Grayscale: #7D7D7D. Windows color (decimal): -9082117 or 16476789. OLE color: 16476789.
HSL color Cylindrical-coordinate representation of color #756AFB: hue angle of 244.55º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #756AFB is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 106 | 251 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.02 |
| HSL | 244.55º | 0.95% | 0.7% | - |
| HSV(B) | 244.55º | 0.58% | 0.98% | - |
| XYZ | 29.9 | 21.06 | 93.75 | - |
| YUV | 125.82 | 198.64 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 251 | 0.53 | 0.58 | 0 | 0.02 | 244.55 | 0.95 | 0.7 |
| Hex | 75 | 6A | FB | 35 | 3A | 0 | 2 | F5 | 5F | 46 |
| Octal | 165 | 152 | 373 | 65 | 72 | 0 | 2 | 365 | 137 | 106 |
| Binary | 1110101 | 1101010 | 11111011 | 110101 | 111010 | 0 | 10 | 11110101 | 1011111 | 1000110 |
Color Harmonies of #756AFB
Complementary color
Monochromatic Colors of #756AFB
Black with #756AFB
Text Example
Text Example
White with #756AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756AFB; }
p { color: rgb(117,106,251); }
H1.HeaderClassName
{
color: #756AFB;
}
.AnyTagClassName
{
color: #756AFB;
}
</style>
background-color css
<style>
a { background-color: #756AFB; }
a { background-color: rgb(117,106,251); }
div.DivClassName
{
background-color: #756AFB;
}
.BgClassName
{
background-color: #756AFB;
}
</style>
border-color css
<style>
span { border-color: #756AFB; }
span { border-color: rgb(117,106,251); }
td.TdClassName
{
border-color: #756AFB;
}
.TagClassName
{
border-color: #756AFB;
}
</style>