Shades of Medium Slate Blue #777EEF
Tints of Medium Slate Blue #777EEF
RGB
CMYK
RGB Variations
Color information
#777EEF (or 0x777EEF) is known color: Medium Slate Blue. HEX triplet: 77, 7E and EF. RGB value is (119,126,239). Sum of RGB (Red+Green+Blue) = 119+126+239=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #777EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777EEF is #888110. Grayscale: #888888. Windows color (decimal): -8945937 or 15695479. OLE color: 15695479.
HSL color Cylindrical-coordinate representation of color #777EEF: hue angle of 236.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #777EEF is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 126 | 239 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.06 |
| HSL | 236.5º | 0.79% | 0.7% | - |
| HSV(B) | 236.5º | 0.5% | 0.94% | - |
| XYZ | 30.65 | 25.08 | 84.89 | - |
| YUV | 136.79 | 185.68 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 239 | 0.50 | 0.47 | 0 | 0.06 | 236.5 | 0.79 | 0.7 |
| Hex | 77 | 7E | EF | 32 | 2F | 0 | 6 | EC | 4F | 46 |
| Octal | 167 | 176 | 357 | 62 | 57 | 0 | 6 | 354 | 117 | 106 |
| Binary | 1110111 | 1111110 | 11101111 | 110010 | 101111 | 0 | 110 | 11101100 | 1001111 | 1000110 |
Color Harmonies of #777EEF
Complementary color
Monochromatic Colors of #777EEF
Black with #777EEF
Text Example
Text Example
White with #777EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777EEF; }
p { color: rgb(119,126,239); }
H1.HeaderClassName
{
color: #777EEF;
}
.AnyTagClassName
{
color: #777EEF;
}
</style>
background-color css
<style>
a { background-color: #777EEF; }
a { background-color: rgb(119,126,239); }
div.DivClassName
{
background-color: #777EEF;
}
.BgClassName
{
background-color: #777EEF;
}
</style>
border-color css
<style>
span { border-color: #777EEF; }
span { border-color: rgb(119,126,239); }
td.TdClassName
{
border-color: #777EEF;
}
.TagClassName
{
border-color: #777EEF;
}
</style>