Shades of Medium Slate Blue #777BE8
Tints of Medium Slate Blue #777BE8
RGB
CMYK
RGB Variations
Color information
#777BE8 (or 0x777BE8) is known color: Medium Slate Blue. HEX triplet: 77, 7B and E8. RGB value is (119,123,232). Sum of RGB (Red+Green+Blue) = 119+123+232=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #777BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777BE8 is #888417. Grayscale: #858585. Windows color (decimal): -8946712 or 15235959. OLE color: 15235959.
HSL color Cylindrical-coordinate representation of color #777BE8: hue angle of 237.88º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #777BE8 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 123 | 232 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.09 |
| HSL | 237.88º | 0.71% | 0.69% | - |
| HSV(B) | 237.88º | 0.49% | 0.91% | - |
| XYZ | 29.26 | 23.91 | 79.42 | - |
| YUV | 134.23 | 183.17 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 232 | 0.49 | 0.47 | 0 | 0.09 | 237.88 | 0.71 | 0.69 |
| Hex | 77 | 7B | E8 | 31 | 2F | 0 | 9 | EE | 47 | 45 |
| Octal | 167 | 173 | 350 | 61 | 57 | 0 | 11 | 356 | 107 | 105 |
| Binary | 1110111 | 1111011 | 11101000 | 110001 | 101111 | 0 | 1001 | 11101110 | 1000111 | 1000101 |
Color Harmonies of #777BE8
Complementary color
Monochromatic Colors of #777BE8
Black with #777BE8
Text Example
Text Example
White with #777BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BE8; }
p { color: rgb(119,123,232); }
H1.HeaderClassName
{
color: #777BE8;
}
.AnyTagClassName
{
color: #777BE8;
}
</style>
background-color css
<style>
a { background-color: #777BE8; }
a { background-color: rgb(119,123,232); }
div.DivClassName
{
background-color: #777BE8;
}
.BgClassName
{
background-color: #777BE8;
}
</style>
border-color css
<style>
span { border-color: #777BE8; }
span { border-color: rgb(119,123,232); }
td.TdClassName
{
border-color: #777BE8;
}
.TagClassName
{
border-color: #777BE8;
}
</style>