Shades of Medium Slate Blue #756AE6
Tints of Medium Slate Blue #756AE6
RGB
CMYK
RGB Variations
Color information
#756AE6 (or 0x756AE6) is known color: Medium Slate Blue. HEX triplet: 75, 6A and E6. RGB value is (117,106,230). Sum of RGB (Red+Green+Blue) = 117+106+230=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #756AE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AE6 is #8A9519. Grayscale: #7A7A7A. Windows color (decimal): -9082138 or 15100533. OLE color: 15100533.
HSL color Cylindrical-coordinate representation of color #756AE6: hue angle of 245.32º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756AE6 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 106 | 230 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.10 |
| HSL | 245.32º | 0.71% | 0.66% | - |
| HSV(B) | 245.32º | 0.54% | 0.9% | - |
| XYZ | 26.77 | 19.8 | 77.27 | - |
| YUV | 123.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 230 | 0.49 | 0.54 | 0 | 0.10 | 245.32 | 0.71 | 0.66 |
| Hex | 75 | 6A | E6 | 31 | 36 | 0 | A | F5 | 47 | 42 |
| Octal | 165 | 152 | 346 | 61 | 66 | 0 | 12 | 365 | 107 | 102 |
| Binary | 1110101 | 1101010 | 11100110 | 110001 | 110110 | 0 | 1010 | 11110101 | 1000111 | 1000010 |
Color Harmonies of #756AE6
Complementary color
Monochromatic Colors of #756AE6
Black with #756AE6
Text Example
Text Example
White with #756AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756AE6; }
p { color: rgb(117,106,230); }
H1.HeaderClassName
{
color: #756AE6;
}
.AnyTagClassName
{
color: #756AE6;
}
</style>
background-color css
<style>
a { background-color: #756AE6; }
a { background-color: rgb(117,106,230); }
div.DivClassName
{
background-color: #756AE6;
}
.BgClassName
{
background-color: #756AE6;
}
</style>
border-color css
<style>
span { border-color: #756AE6; }
span { border-color: rgb(117,106,230); }
td.TdClassName
{
border-color: #756AE6;
}
.TagClassName
{
border-color: #756AE6;
}
</style>