Shades of Medium Slate Blue #756BE2
Tints of Medium Slate Blue #756BE2
RGB
CMYK
RGB Variations
Color information
#756BE2 (or 0x756BE2) is known color: Medium Slate Blue. HEX triplet: 75, 6B and E2. RGB value is (117,107,226). Sum of RGB (Red+Green+Blue) = 117+107+226=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 226 (88.67% from 255 or 50.22% from 450); Max value from RGB is 226 - color contains mainly: blue. Hex color #756BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BE2 is #8A941D. Grayscale: #7B7B7B. Windows color (decimal): -9081886 or 14838645. OLE color: 14838645.
HSL color Cylindrical-coordinate representation of color #756BE2: hue angle of 245.04º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #756BE2 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 107 | 226 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.11 |
| HSL | 245.04º | 0.67% | 0.65% | - |
| HSV(B) | 245.04º | 0.53% | 0.89% | - |
| XYZ | 26.32 | 19.79 | 74.38 | - |
| YUV | 123.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 226 | 0.48 | 0.53 | 0 | 0.11 | 245.04 | 0.67 | 0.65 |
| Hex | 75 | 6B | E2 | 30 | 35 | 0 | B | F5 | 43 | 41 |
| Octal | 165 | 153 | 342 | 60 | 65 | 0 | 13 | 365 | 103 | 101 |
| Binary | 1110101 | 1101011 | 11100010 | 110000 | 110101 | 0 | 1011 | 11110101 | 1000011 | 1000001 |
Color Harmonies of #756BE2
Complementary color
Monochromatic Colors of #756BE2
Black with #756BE2
Text Example
Text Example
White with #756BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BE2; }
p { color: rgb(117,107,226); }
H1.HeaderClassName
{
color: #756BE2;
}
.AnyTagClassName
{
color: #756BE2;
}
</style>
background-color css
<style>
a { background-color: #756BE2; }
a { background-color: rgb(117,107,226); }
div.DivClassName
{
background-color: #756BE2;
}
.BgClassName
{
background-color: #756BE2;
}
</style>
border-color css
<style>
span { border-color: #756BE2; }
span { border-color: rgb(117,107,226); }
td.TdClassName
{
border-color: #756BE2;
}
.TagClassName
{
border-color: #756BE2;
}
</style>