Shades of Medium Slate Blue #756AEF
Tints of Medium Slate Blue #756AEF
RGB
CMYK
RGB Variations
Color information
#756AEF (or 0x756AEF) is known color: Medium Slate Blue. HEX triplet: 75, 6A and EF. RGB value is (117,106,239). Sum of RGB (Red+Green+Blue) = 117+106+239=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #756AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AEF is #8A9510. Grayscale: #7B7B7B. Windows color (decimal): -9082129 or 15690357. OLE color: 15690357.
HSL color Cylindrical-coordinate representation of color #756AEF: hue angle of 244.96º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #756AEF is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 106 | 239 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.06 |
| HSL | 244.96º | 0.81% | 0.68% | - |
| HSV(B) | 244.96º | 0.56% | 0.94% | - |
| XYZ | 28.07 | 20.32 | 84.1 | - |
| YUV | 124.45 | 192.64 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 239 | 0.51 | 0.56 | 0 | 0.06 | 244.96 | 0.81 | 0.68 |
| Hex | 75 | 6A | EF | 33 | 38 | 0 | 6 | F5 | 51 | 44 |
| Octal | 165 | 152 | 357 | 63 | 70 | 0 | 6 | 365 | 121 | 104 |
| Binary | 1110101 | 1101010 | 11101111 | 110011 | 111000 | 0 | 110 | 11110101 | 1010001 | 1000100 |
Color Harmonies of #756AEF
Complementary color
Monochromatic Colors of #756AEF
Black with #756AEF
Text Example
Text Example
White with #756AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756AEF; }
p { color: rgb(117,106,239); }
H1.HeaderClassName
{
color: #756AEF;
}
.AnyTagClassName
{
color: #756AEF;
}
</style>
background-color css
<style>
a { background-color: #756AEF; }
a { background-color: rgb(117,106,239); }
div.DivClassName
{
background-color: #756AEF;
}
.BgClassName
{
background-color: #756AEF;
}
</style>
border-color css
<style>
span { border-color: #756AEF; }
span { border-color: rgb(117,106,239); }
td.TdClassName
{
border-color: #756AEF;
}
.TagClassName
{
border-color: #756AEF;
}
</style>