Shades of Medium Slate Blue #777BE6
Tints of Medium Slate Blue #777BE6
RGB
CMYK
RGB Variations
Color information
#777BE6 (or 0x777BE6) is known color: Medium Slate Blue. HEX triplet: 77, 7B and E6. RGB value is (119,123,230). Sum of RGB (Red+Green+Blue) = 119+123+230=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #777BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777BE6 is #888419. Grayscale: #858585. Windows color (decimal): -8946714 or 15104887. OLE color: 15104887.
HSL color Cylindrical-coordinate representation of color #777BE6: hue angle of 237.84º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #777BE6 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 123 | 230 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.10 |
| HSL | 237.84º | 0.69% | 0.68% | - |
| HSV(B) | 237.84º | 0.48% | 0.9% | - |
| XYZ | 28.97 | 23.8 | 77.93 | - |
| YUV | 134 | 182.17 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 230 | 0.48 | 0.47 | 0 | 0.10 | 237.84 | 0.69 | 0.68 |
| Hex | 77 | 7B | E6 | 30 | 2F | 0 | A | EE | 45 | 44 |
| Octal | 167 | 173 | 346 | 60 | 57 | 0 | 12 | 356 | 105 | 104 |
| Binary | 1110111 | 1111011 | 11100110 | 110000 | 101111 | 0 | 1010 | 11101110 | 1000101 | 1000100 |
Color Harmonies of #777BE6
Complementary color
Monochromatic Colors of #777BE6
Black with #777BE6
Text Example
Text Example
White with #777BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BE6; }
p { color: rgb(119,123,230); }
H1.HeaderClassName
{
color: #777BE6;
}
.AnyTagClassName
{
color: #777BE6;
}
</style>
background-color css
<style>
a { background-color: #777BE6; }
a { background-color: rgb(119,123,230); }
div.DivClassName
{
background-color: #777BE6;
}
.BgClassName
{
background-color: #777BE6;
}
</style>
border-color css
<style>
span { border-color: #777BE6; }
span { border-color: rgb(119,123,230); }
td.TdClassName
{
border-color: #777BE6;
}
.TagClassName
{
border-color: #777BE6;
}
</style>