Shades of Medium Slate Blue #777CEC
Tints of Medium Slate Blue #777CEC
RGB
CMYK
RGB Variations
Color information
#777CEC (or 0x777CEC) is known color: Medium Slate Blue. HEX triplet: 77, 7C and EC. RGB value is (119,124,236). Sum of RGB (Red+Green+Blue) = 119+124+236=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #777CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CEC is #888313. Grayscale: #868686. Windows color (decimal): -8946452 or 15498359. OLE color: 15498359.
HSL color Cylindrical-coordinate representation of color #777CEC: hue angle of 237.44º 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 #777CEC is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 124 | 236 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.07 |
| HSL | 237.44º | 0.75% | 0.7% | - |
| HSV(B) | 237.44º | 0.5% | 0.93% | - |
| XYZ | 29.96 | 24.39 | 82.49 | - |
| YUV | 135.27 | 184.84 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 236 | 0.50 | 0.47 | 0 | 0.07 | 237.44 | 0.75 | 0.7 |
| Hex | 77 | 7C | EC | 32 | 2F | 0 | 7 | ED | 4B | 46 |
| Octal | 167 | 174 | 354 | 62 | 57 | 0 | 7 | 355 | 113 | 106 |
| Binary | 1110111 | 1111100 | 11101100 | 110010 | 101111 | 0 | 111 | 11101101 | 1001011 | 1000110 |
Color Harmonies of #777CEC
Complementary color
Monochromatic Colors of #777CEC
Black with #777CEC
Text Example
Text Example
White with #777CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CEC; }
p { color: rgb(119,124,236); }
H1.HeaderClassName
{
color: #777CEC;
}
.AnyTagClassName
{
color: #777CEC;
}
</style>
background-color css
<style>
a { background-color: #777CEC; }
a { background-color: rgb(119,124,236); }
div.DivClassName
{
background-color: #777CEC;
}
.BgClassName
{
background-color: #777CEC;
}
</style>
border-color css
<style>
span { border-color: #777CEC; }
span { border-color: rgb(119,124,236); }
td.TdClassName
{
border-color: #777CEC;
}
.TagClassName
{
border-color: #777CEC;
}
</style>