Shades of Medium Slate Blue #756AEE
Tints of Medium Slate Blue #756AEE
RGB
CMYK
RGB Variations
Color information
#756AEE (or 0x756AEE) is known color: Medium Slate Blue. HEX triplet: 75, 6A and EE. RGB value is (117,106,238). Sum of RGB (Red+Green+Blue) = 117+106+238=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #756AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AEE is #8A9511. Grayscale: #7B7B7B. Windows color (decimal): -9082130 or 15624821. OLE color: 15624821.
HSL color Cylindrical-coordinate representation of color #756AEE: hue angle of 245º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756AEE is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 106 | 238 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.07 |
| HSL | 245º | 0.8% | 0.67% | - |
| HSV(B) | 245º | 0.55% | 0.93% | - |
| XYZ | 27.92 | 20.26 | 83.33 | - |
| YUV | 124.34 | 192.14 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 238 | 0.51 | 0.55 | 0 | 0.07 | 245 | 0.8 | 0.67 |
| Hex | 75 | 6A | EE | 33 | 37 | 0 | 7 | F5 | 50 | 43 |
| Octal | 165 | 152 | 356 | 63 | 67 | 0 | 7 | 365 | 120 | 103 |
| Binary | 1110101 | 1101010 | 11101110 | 110011 | 110111 | 0 | 111 | 11110101 | 1010000 | 1000011 |
Color Harmonies of #756AEE
Complementary color
Monochromatic Colors of #756AEE
Black with #756AEE
Text Example
Text Example
White with #756AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756AEE; }
p { color: rgb(117,106,238); }
H1.HeaderClassName
{
color: #756AEE;
}
.AnyTagClassName
{
color: #756AEE;
}
</style>
background-color css
<style>
a { background-color: #756AEE; }
a { background-color: rgb(117,106,238); }
div.DivClassName
{
background-color: #756AEE;
}
.BgClassName
{
background-color: #756AEE;
}
</style>
border-color css
<style>
span { border-color: #756AEE; }
span { border-color: rgb(117,106,238); }
td.TdClassName
{
border-color: #756AEE;
}
.TagClassName
{
border-color: #756AEE;
}
</style>