Shades of Medium Slate Blue #756FEB
Tints of Medium Slate Blue #756FEB
RGB
CMYK
RGB Variations
Color information
#756FEB (or 0x756FEB) is known color: Medium Slate Blue. HEX triplet: 75, 6F and EB. RGB value is (117,111,235). Sum of RGB (Red+Green+Blue) = 117+111+235=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #756FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FEB is #8A9014. Grayscale: #7E7E7E. Windows color (decimal): -9080853 or 15429493. OLE color: 15429493.
HSL color Cylindrical-coordinate representation of color #756FEB: hue angle of 242.9º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #756FEB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 111 | 235 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.08 |
| HSL | 242.9º | 0.76% | 0.68% | - |
| HSV(B) | 242.9º | 0.53% | 0.92% | - |
| XYZ | 28.02 | 21.15 | 81.2 | - |
| YUV | 126.93 | 188.99 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 235 | 0.50 | 0.53 | 0 | 0.08 | 242.9 | 0.76 | 0.68 |
| Hex | 75 | 6F | EB | 32 | 35 | 0 | 8 | F3 | 4C | 44 |
| Octal | 165 | 157 | 353 | 62 | 65 | 0 | 10 | 363 | 114 | 104 |
| Binary | 1110101 | 1101111 | 11101011 | 110010 | 110101 | 0 | 1000 | 11110011 | 1001100 | 1000100 |
Color Harmonies of #756FEB
Complementary color
Monochromatic Colors of #756FEB
Black with #756FEB
Text Example
Text Example
White with #756FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FEB; }
p { color: rgb(117,111,235); }
H1.HeaderClassName
{
color: #756FEB;
}
.AnyTagClassName
{
color: #756FEB;
}
</style>
background-color css
<style>
a { background-color: #756FEB; }
a { background-color: rgb(117,111,235); }
div.DivClassName
{
background-color: #756FEB;
}
.BgClassName
{
background-color: #756FEB;
}
</style>
border-color css
<style>
span { border-color: #756FEB; }
span { border-color: rgb(117,111,235); }
td.TdClassName
{
border-color: #756FEB;
}
.TagClassName
{
border-color: #756FEB;
}
</style>