Shades of Medium Slate Blue #777BE2
Tints of Medium Slate Blue #777BE2
RGB
CMYK
RGB Variations
Color information
#777BE2 (or 0x777BE2) is known color: Medium Slate Blue. HEX triplet: 77, 7B and E2. RGB value is (119,123,226). Sum of RGB (Red+Green+Blue) = 119+123+226=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 226 - color contains mainly: blue. Hex color #777BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BE2 is #88841D. Grayscale: #858585. Windows color (decimal): -8946718 or 14842743. OLE color: 14842743.
HSL color Cylindrical-coordinate representation of color #777BE2: hue angle of 237.76º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #777BE2 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 123 | 226 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.11 |
| HSL | 237.76º | 0.65% | 0.68% | - |
| HSV(B) | 237.76º | 0.47% | 0.89% | - |
| XYZ | 28.42 | 23.58 | 75 | - |
| YUV | 133.55 | 180.17 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 226 | 0.47 | 0.46 | 0 | 0.11 | 237.76 | 0.65 | 0.68 |
| Hex | 77 | 7B | E2 | 2F | 2E | 0 | B | EE | 41 | 44 |
| Octal | 167 | 173 | 342 | 57 | 56 | 0 | 13 | 356 | 101 | 104 |
| Binary | 1110111 | 1111011 | 11100010 | 101111 | 101110 | 0 | 1011 | 11101110 | 1000001 | 1000100 |
Color Harmonies of #777BE2
Complementary color
Monochromatic Colors of #777BE2
Black with #777BE2
Text Example
Text Example
White with #777BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BE2; }
p { color: rgb(119,123,226); }
H1.HeaderClassName
{
color: #777BE2;
}
.AnyTagClassName
{
color: #777BE2;
}
</style>
background-color css
<style>
a { background-color: #777BE2; }
a { background-color: rgb(119,123,226); }
div.DivClassName
{
background-color: #777BE2;
}
.BgClassName
{
background-color: #777BE2;
}
</style>
border-color css
<style>
span { border-color: #777BE2; }
span { border-color: rgb(119,123,226); }
td.TdClassName
{
border-color: #777BE2;
}
.TagClassName
{
border-color: #777BE2;
}
</style>