Shades of Medium Slate Blue #776EED
Tints of Medium Slate Blue #776EED
RGB
CMYK
RGB Variations
Color information
#776EED (or 0x776EED) is known color: Medium Slate Blue. HEX triplet: 77, 6E and ED. RGB value is (119,110,237). Sum of RGB (Red+Green+Blue) = 119+110+237=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #776EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776EED is #889112. Grayscale: #7E7E7E. Windows color (decimal): -8950035 or 15560311. OLE color: 15560311.
HSL color Cylindrical-coordinate representation of color #776EED: hue angle of 244.25º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #776EED is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 110 | 237 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.07 |
| HSL | 244.25º | 0.78% | 0.68% | - |
| HSV(B) | 244.25º | 0.54% | 0.93% | - |
| XYZ | 28.47 | 21.19 | 82.71 | - |
| YUV | 127.17 | 189.98 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 237 | 0.50 | 0.54 | 0 | 0.07 | 244.25 | 0.78 | 0.68 |
| Hex | 77 | 6E | ED | 32 | 36 | 0 | 7 | F4 | 4E | 44 |
| Octal | 167 | 156 | 355 | 62 | 66 | 0 | 7 | 364 | 116 | 104 |
| Binary | 1110111 | 1101110 | 11101101 | 110010 | 110110 | 0 | 111 | 11110100 | 1001110 | 1000100 |
Color Harmonies of #776EED
Complementary color
Monochromatic Colors of #776EED
Black with #776EED
Text Example
Text Example
White with #776EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776EED; }
p { color: rgb(119,110,237); }
H1.HeaderClassName
{
color: #776EED;
}
.AnyTagClassName
{
color: #776EED;
}
</style>
background-color css
<style>
a { background-color: #776EED; }
a { background-color: rgb(119,110,237); }
div.DivClassName
{
background-color: #776EED;
}
.BgClassName
{
background-color: #776EED;
}
</style>
border-color css
<style>
span { border-color: #776EED; }
span { border-color: rgb(119,110,237); }
td.TdClassName
{
border-color: #776EED;
}
.TagClassName
{
border-color: #776EED;
}
</style>