Shades of Medium Slate Blue #756AED
Tints of Medium Slate Blue #756AED
RGB
CMYK
RGB Variations
Color information
#756AED (or 0x756AED) is known color: Medium Slate Blue. HEX triplet: 75, 6A and ED. RGB value is (117,106,237). Sum of RGB (Red+Green+Blue) = 117+106+237=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #756AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AED is #8A9512. Grayscale: #7B7B7B. Windows color (decimal): -9082131 or 15559285. OLE color: 15559285.
HSL color Cylindrical-coordinate representation of color #756AED: hue angle of 245.04º degrees, saturation: 0.78, 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 #756AED is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 106 | 237 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.07 |
| HSL | 245.04º | 0.78% | 0.67% | - |
| HSV(B) | 245.04º | 0.55% | 0.93% | - |
| XYZ | 27.78 | 20.2 | 82.56 | - |
| YUV | 124.22 | 191.64 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 237 | 0.51 | 0.55 | 0 | 0.07 | 245.04 | 0.78 | 0.67 |
| Hex | 75 | 6A | ED | 33 | 37 | 0 | 7 | F5 | 4E | 43 |
| Octal | 165 | 152 | 355 | 63 | 67 | 0 | 7 | 365 | 116 | 103 |
| Binary | 1110101 | 1101010 | 11101101 | 110011 | 110111 | 0 | 111 | 11110101 | 1001110 | 1000011 |
Color Harmonies of #756AED
Complementary color
Monochromatic Colors of #756AED
Black with #756AED
Text Example
Text Example
White with #756AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756AED; }
p { color: rgb(117,106,237); }
H1.HeaderClassName
{
color: #756AED;
}
.AnyTagClassName
{
color: #756AED;
}
</style>
background-color css
<style>
a { background-color: #756AED; }
a { background-color: rgb(117,106,237); }
div.DivClassName
{
background-color: #756AED;
}
.BgClassName
{
background-color: #756AED;
}
</style>
border-color css
<style>
span { border-color: #756AED; }
span { border-color: rgb(117,106,237); }
td.TdClassName
{
border-color: #756AED;
}
.TagClassName
{
border-color: #756AED;
}
</style>