Shades of Medium Slate Blue #756BE0
Tints of Medium Slate Blue #756BE0
RGB
CMYK
RGB Variations
Color information
#756BE0 (or 0x756BE0) is known color: Medium Slate Blue. HEX triplet: 75, 6B and E0. RGB value is (117,107,224). Sum of RGB (Red+Green+Blue) = 117+107+224=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #756BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BE0 is #8A941F. Grayscale: #7A7A7A. Windows color (decimal): -9081888 or 14707573. OLE color: 14707573.
HSL color Cylindrical-coordinate representation of color #756BE0: hue angle of 245.13º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #756BE0 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 107 | 224 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.12 |
| HSL | 245.13º | 0.65% | 0.65% | - |
| HSV(B) | 245.13º | 0.52% | 0.88% | - |
| XYZ | 26.05 | 19.68 | 72.95 | - |
| YUV | 123.33 | 184.81 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 224 | 0.48 | 0.52 | 0 | 0.12 | 245.13 | 0.65 | 0.65 |
| Hex | 75 | 6B | E0 | 30 | 34 | 0 | C | F5 | 41 | 41 |
| Octal | 165 | 153 | 340 | 60 | 64 | 0 | 14 | 365 | 101 | 101 |
| Binary | 1110101 | 1101011 | 11100000 | 110000 | 110100 | 0 | 1100 | 11110101 | 1000001 | 1000001 |
Color Harmonies of #756BE0
Complementary color
Monochromatic Colors of #756BE0
Black with #756BE0
Text Example
Text Example
White with #756BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BE0; }
p { color: rgb(117,107,224); }
H1.HeaderClassName
{
color: #756BE0;
}
.AnyTagClassName
{
color: #756BE0;
}
</style>
background-color css
<style>
a { background-color: #756BE0; }
a { background-color: rgb(117,107,224); }
div.DivClassName
{
background-color: #756BE0;
}
.BgClassName
{
background-color: #756BE0;
}
</style>
border-color css
<style>
span { border-color: #756BE0; }
span { border-color: rgb(117,107,224); }
td.TdClassName
{
border-color: #756BE0;
}
.TagClassName
{
border-color: #756BE0;
}
</style>