Shades of Medium Slate Blue #7779EC
Tints of Medium Slate Blue #7779EC
RGB
CMYK
RGB Variations
Color information
#7779EC (or 0x7779EC) is known color: Medium Slate Blue. HEX triplet: 77, 79 and EC. RGB value is (119,121,236). Sum of RGB (Red+Green+Blue) = 119+121+236=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #7779EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7779EC is #888613. Grayscale: #858585. Windows color (decimal): -8947220 or 15497591. OLE color: 15497591.
HSL color Cylindrical-coordinate representation of color #7779EC: hue angle of 238.97º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7779EC is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 121 | 236 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.07 |
| HSL | 238.97º | 0.75% | 0.7% | - |
| HSV(B) | 238.97º | 0.5% | 0.93% | - |
| XYZ | 29.59 | 23.65 | 82.36 | - |
| YUV | 133.51 | 185.84 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 236 | 0.50 | 0.49 | 0 | 0.07 | 238.97 | 0.75 | 0.7 |
| Hex | 77 | 79 | EC | 32 | 31 | 0 | 7 | EF | 4B | 46 |
| Octal | 167 | 171 | 354 | 62 | 61 | 0 | 7 | 357 | 113 | 106 |
| Binary | 1110111 | 1111001 | 11101100 | 110010 | 110001 | 0 | 111 | 11101111 | 1001011 | 1000110 |
Color Harmonies of #7779EC
Complementary color
Monochromatic Colors of #7779EC
Black with #7779EC
Text Example
Text Example
White with #7779EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7779EC; }
p { color: rgb(119,121,236); }
H1.HeaderClassName
{
color: #7779EC;
}
.AnyTagClassName
{
color: #7779EC;
}
</style>
background-color css
<style>
a { background-color: #7779EC; }
a { background-color: rgb(119,121,236); }
div.DivClassName
{
background-color: #7779EC;
}
.BgClassName
{
background-color: #7779EC;
}
</style>
border-color css
<style>
span { border-color: #7779EC; }
span { border-color: rgb(119,121,236); }
td.TdClassName
{
border-color: #7779EC;
}
.TagClassName
{
border-color: #7779EC;
}
</style>