Shades of Medium Slate Blue #777CE2
Tints of Medium Slate Blue #777CE2
RGB
CMYK
RGB Variations
Color information
#777CE2 (or 0x777CE2) is known color: Medium Slate Blue. HEX triplet: 77, 7C and E2. RGB value is (119,124,226). Sum of RGB (Red+Green+Blue) = 119+124+226=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 226 - color contains mainly: blue. Hex color #777CE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CE2 is #88831D. Grayscale: #858585. Windows color (decimal): -8946462 or 14842999. OLE color: 14842999.
HSL color Cylindrical-coordinate representation of color #777CE2: hue angle of 237.2º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #777CE2 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 124 | 226 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.11 |
| HSL | 237.2º | 0.65% | 0.68% | - |
| HSV(B) | 237.2º | 0.47% | 0.89% | - |
| XYZ | 28.54 | 23.83 | 75.05 | - |
| YUV | 134.13 | 179.84 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 226 | 0.47 | 0.45 | 0 | 0.11 | 237.2 | 0.65 | 0.68 |
| Hex | 77 | 7C | E2 | 2F | 2D | 0 | B | ED | 41 | 44 |
| Octal | 167 | 174 | 342 | 57 | 55 | 0 | 13 | 355 | 101 | 104 |
| Binary | 1110111 | 1111100 | 11100010 | 101111 | 101101 | 0 | 1011 | 11101101 | 1000001 | 1000100 |
Color Harmonies of #777CE2
Complementary color
Monochromatic Colors of #777CE2
Black with #777CE2
Text Example
Text Example
White with #777CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CE2; }
p { color: rgb(119,124,226); }
H1.HeaderClassName
{
color: #777CE2;
}
.AnyTagClassName
{
color: #777CE2;
}
</style>
background-color css
<style>
a { background-color: #777CE2; }
a { background-color: rgb(119,124,226); }
div.DivClassName
{
background-color: #777CE2;
}
.BgClassName
{
background-color: #777CE2;
}
</style>
border-color css
<style>
span { border-color: #777CE2; }
span { border-color: rgb(119,124,226); }
td.TdClassName
{
border-color: #777CE2;
}
.TagClassName
{
border-color: #777CE2;
}
</style>