Shades of Medium Slate Blue #777BE1
Tints of Medium Slate Blue #777BE1
RGB
CMYK
RGB Variations
Color information
#777BE1 (or 0x777BE1) is known color: Medium Slate Blue. HEX triplet: 77, 7B and E1. RGB value is (119,123,225). Sum of RGB (Red+Green+Blue) = 119+123+225=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #777BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BE1 is #88841E. Grayscale: #858585. Windows color (decimal): -8946719 or 14777207. OLE color: 14777207.
HSL color Cylindrical-coordinate representation of color #777BE1: hue angle of 237.74º degrees, saturation: 0.64, 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 #777BE1 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 123 | 225 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.12 |
| HSL | 237.74º | 0.64% | 0.67% | - |
| HSV(B) | 237.74º | 0.47% | 0.88% | - |
| XYZ | 28.28 | 23.52 | 74.28 | - |
| YUV | 133.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 225 | 0.47 | 0.45 | 0 | 0.12 | 237.74 | 0.64 | 0.67 |
| Hex | 77 | 7B | E1 | 2F | 2D | 0 | C | EE | 40 | 43 |
| Octal | 167 | 173 | 341 | 57 | 55 | 0 | 14 | 356 | 100 | 103 |
| Binary | 1110111 | 1111011 | 11100001 | 101111 | 101101 | 0 | 1100 | 11101110 | 1000000 | 1000011 |
Color Harmonies of #777BE1
Complementary color
Monochromatic Colors of #777BE1
Black with #777BE1
Text Example
Text Example
White with #777BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BE1; }
p { color: rgb(119,123,225); }
H1.HeaderClassName
{
color: #777BE1;
}
.AnyTagClassName
{
color: #777BE1;
}
</style>
background-color css
<style>
a { background-color: #777BE1; }
a { background-color: rgb(119,123,225); }
div.DivClassName
{
background-color: #777BE1;
}
.BgClassName
{
background-color: #777BE1;
}
</style>
border-color css
<style>
span { border-color: #777BE1; }
span { border-color: rgb(119,123,225); }
td.TdClassName
{
border-color: #777BE1;
}
.TagClassName
{
border-color: #777BE1;
}
</style>