Shades of Medium Slate Blue #777CEF
Tints of Medium Slate Blue #777CEF
RGB
CMYK
RGB Variations
Color information
#777CEF (or 0x777CEF) is known color: Medium Slate Blue. HEX triplet: 77, 7C and EF. RGB value is (119,124,239). Sum of RGB (Red+Green+Blue) = 119+124+239=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #777CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CEF is #888310. Grayscale: #878787. Windows color (decimal): -8946449 or 15694967. OLE color: 15694967.
HSL color Cylindrical-coordinate representation of color #777CEF: hue angle of 237.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 #777CEF is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 124 | 239 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.06 |
| HSL | 237.5º | 0.79% | 0.7% | - |
| HSV(B) | 237.5º | 0.5% | 0.94% | - |
| XYZ | 30.4 | 24.57 | 84.8 | - |
| YUV | 135.62 | 186.34 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 239 | 0.50 | 0.48 | 0 | 0.06 | 237.5 | 0.79 | 0.7 |
| Hex | 77 | 7C | EF | 32 | 30 | 0 | 6 | EE | 4F | 46 |
| Octal | 167 | 174 | 357 | 62 | 60 | 0 | 6 | 356 | 117 | 106 |
| Binary | 1110111 | 1111100 | 11101111 | 110010 | 110000 | 0 | 110 | 11101110 | 1001111 | 1000110 |
Color Harmonies of #777CEF
Complementary color
Monochromatic Colors of #777CEF
Black with #777CEF
Text Example
Text Example
White with #777CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CEF; }
p { color: rgb(119,124,239); }
H1.HeaderClassName
{
color: #777CEF;
}
.AnyTagClassName
{
color: #777CEF;
}
</style>
background-color css
<style>
a { background-color: #777CEF; }
a { background-color: rgb(119,124,239); }
div.DivClassName
{
background-color: #777CEF;
}
.BgClassName
{
background-color: #777CEF;
}
</style>
border-color css
<style>
span { border-color: #777CEF; }
span { border-color: rgb(119,124,239); }
td.TdClassName
{
border-color: #777CEF;
}
.TagClassName
{
border-color: #777CEF;
}
</style>