Shades of Medium Slate Blue #776FE0
Tints of Medium Slate Blue #776FE0
RGB
CMYK
RGB Variations
Color information
#776FE0 (or 0x776FE0) is known color: Medium Slate Blue. HEX triplet: 77, 6F and E0. RGB value is (119,111,224). Sum of RGB (Red+Green+Blue) = 119+111+224=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #776FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FE0 is #88901F. Grayscale: #7D7D7D. Windows color (decimal): -8949792 or 14708599. OLE color: 14708599.
HSL color Cylindrical-coordinate representation of color #776FE0: hue angle of 244.25º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #776FE0 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 111 | 224 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.12 |
| HSL | 244.25º | 0.65% | 0.66% | - |
| HSV(B) | 244.25º | 0.5% | 0.88% | - |
| XYZ | 26.75 | 20.67 | 73.1 | - |
| YUV | 126.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 224 | 0.47 | 0.50 | 0 | 0.12 | 244.25 | 0.65 | 0.66 |
| Hex | 77 | 6F | E0 | 2F | 32 | 0 | C | F4 | 41 | 42 |
| Octal | 167 | 157 | 340 | 57 | 62 | 0 | 14 | 364 | 101 | 102 |
| Binary | 1110111 | 1101111 | 11100000 | 101111 | 110010 | 0 | 1100 | 11110100 | 1000001 | 1000010 |
Color Harmonies of #776FE0
Complementary color
Monochromatic Colors of #776FE0
Black with #776FE0
Text Example
Text Example
White with #776FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FE0; }
p { color: rgb(119,111,224); }
H1.HeaderClassName
{
color: #776FE0;
}
.AnyTagClassName
{
color: #776FE0;
}
</style>
background-color css
<style>
a { background-color: #776FE0; }
a { background-color: rgb(119,111,224); }
div.DivClassName
{
background-color: #776FE0;
}
.BgClassName
{
background-color: #776FE0;
}
</style>
border-color css
<style>
span { border-color: #776FE0; }
span { border-color: rgb(119,111,224); }
td.TdClassName
{
border-color: #776FE0;
}
.TagClassName
{
border-color: #776FE0;
}
</style>