Shades of Medium Slate Blue #777BE4
Tints of Medium Slate Blue #777BE4
RGB
CMYK
RGB Variations
Color information
#777BE4 (or 0x777BE4) is known color: Medium Slate Blue. HEX triplet: 77, 7B and E4. RGB value is (119,123,228). Sum of RGB (Red+Green+Blue) = 119+123+228=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #777BE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BE4 is #88841B. Grayscale: #858585. Windows color (decimal): -8946716 or 14973815. OLE color: 14973815.
HSL color Cylindrical-coordinate representation of color #777BE4: hue angle of 237.8º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #777BE4 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 123 | 228 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.11 |
| HSL | 237.8º | 0.67% | 0.68% | - |
| HSV(B) | 237.8º | 0.48% | 0.89% | - |
| XYZ | 28.69 | 23.69 | 76.46 | - |
| YUV | 133.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 228 | 0.48 | 0.46 | 0 | 0.11 | 237.8 | 0.67 | 0.68 |
| Hex | 77 | 7B | E4 | 30 | 2E | 0 | B | EE | 43 | 44 |
| Octal | 167 | 173 | 344 | 60 | 56 | 0 | 13 | 356 | 103 | 104 |
| Binary | 1110111 | 1111011 | 11100100 | 110000 | 101110 | 0 | 1011 | 11101110 | 1000011 | 1000100 |
Color Harmonies of #777BE4
Complementary color
Monochromatic Colors of #777BE4
Black with #777BE4
Text Example
Text Example
White with #777BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BE4; }
p { color: rgb(119,123,228); }
H1.HeaderClassName
{
color: #777BE4;
}
.AnyTagClassName
{
color: #777BE4;
}
</style>
background-color css
<style>
a { background-color: #777BE4; }
a { background-color: rgb(119,123,228); }
div.DivClassName
{
background-color: #777BE4;
}
.BgClassName
{
background-color: #777BE4;
}
</style>
border-color css
<style>
span { border-color: #777BE4; }
span { border-color: rgb(119,123,228); }
td.TdClassName
{
border-color: #777BE4;
}
.TagClassName
{
border-color: #777BE4;
}
</style>