Shades of Medium Slate Blue #7756EE
Tints of Medium Slate Blue #7756EE
RGB
CMYK
RGB Variations
Color information
#7756EE (or 0x7756EE) is known color: Medium Slate Blue. HEX triplet: 77, 56 and EE. RGB value is (119,86,238). Sum of RGB (Red+Green+Blue) = 119+86+238=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #7756EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7756EE is #88A911. Grayscale: #707070. Windows color (decimal): -8956178 or 15619703. OLE color: 15619703.
HSL color Cylindrical-coordinate representation of color #7756EE: hue angle of 253.03º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7756EE is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 86 | 238 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.07 |
| HSL | 253.03º | 0.82% | 0.64% | - |
| HSV(B) | 253.03º | 0.64% | 0.93% | - |
| XYZ | 26.37 | 16.75 | 82.73 | - |
| YUV | 113.2 | 198.43 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 238 | 0.50 | 0.64 | 0 | 0.07 | 253.03 | 0.82 | 0.64 |
| Hex | 77 | 56 | EE | 32 | 40 | 0 | 7 | FD | 52 | 40 |
| Octal | 167 | 126 | 356 | 62 | 100 | 0 | 7 | 375 | 122 | 100 |
| Binary | 1110111 | 1010110 | 11101110 | 110010 | 1000000 | 0 | 111 | 11111101 | 1010010 | 1000000 |
Color Harmonies of #7756EE
Complementary color
Monochromatic Colors of #7756EE
Black with #7756EE
Text Example
Text Example
White with #7756EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7756EE; }
p { color: rgb(119,86,238); }
H1.HeaderClassName
{
color: #7756EE;
}
.AnyTagClassName
{
color: #7756EE;
}
</style>
background-color css
<style>
a { background-color: #7756EE; }
a { background-color: rgb(119,86,238); }
div.DivClassName
{
background-color: #7756EE;
}
.BgClassName
{
background-color: #7756EE;
}
</style>
border-color css
<style>
span { border-color: #7756EE; }
span { border-color: rgb(119,86,238); }
td.TdClassName
{
border-color: #7756EE;
}
.TagClassName
{
border-color: #7756EE;
}
</style>