Shades of Medium Slate Blue #777BE0
Tints of Medium Slate Blue #777BE0
RGB
CMYK
RGB Variations
Color information
#777BE0 (or 0x777BE0) is known color: Medium Slate Blue. HEX triplet: 77, 7B and E0. RGB value is (119,123,224). Sum of RGB (Red+Green+Blue) = 119+123+224=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #777BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BE0 is #88841F. Grayscale: #848484. Windows color (decimal): -8946720 or 14711671. OLE color: 14711671.
HSL color Cylindrical-coordinate representation of color #777BE0: hue angle of 237.71º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #777BE0 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 123 | 224 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.12 |
| HSL | 237.71º | 0.63% | 0.67% | - |
| HSV(B) | 237.71º | 0.47% | 0.88% | - |
| XYZ | 28.15 | 23.47 | 73.57 | - |
| YUV | 133.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 224 | 0.47 | 0.45 | 0 | 0.12 | 237.71 | 0.63 | 0.67 |
| Hex | 77 | 7B | E0 | 2F | 2D | 0 | C | EE | 3F | 43 |
| Octal | 167 | 173 | 340 | 57 | 55 | 0 | 14 | 356 | 77 | 103 |
| Binary | 1110111 | 1111011 | 11100000 | 101111 | 101101 | 0 | 1100 | 11101110 | 111111 | 1000011 |
Color Harmonies of #777BE0
Complementary color
Monochromatic Colors of #777BE0
Black with #777BE0
Text Example
Text Example
White with #777BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BE0; }
p { color: rgb(119,123,224); }
H1.HeaderClassName
{
color: #777BE0;
}
.AnyTagClassName
{
color: #777BE0;
}
</style>
background-color css
<style>
a { background-color: #777BE0; }
a { background-color: rgb(119,123,224); }
div.DivClassName
{
background-color: #777BE0;
}
.BgClassName
{
background-color: #777BE0;
}
</style>
border-color css
<style>
span { border-color: #777BE0; }
span { border-color: rgb(119,123,224); }
td.TdClassName
{
border-color: #777BE0;
}
.TagClassName
{
border-color: #777BE0;
}
</style>