Shades of Medium Slate Blue #776FDB
Tints of Medium Slate Blue #776FDB
RGB
CMYK
RGB Variations
Color information
#776FDB (or 0x776FDB) is known color: Medium Slate Blue. HEX triplet: 77, 6F and DB. RGB value is (119,111,219). Sum of RGB (Red+Green+Blue) = 119+111+219=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #776FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FDB is #889024. Grayscale: #7D7D7D. Windows color (decimal): -8949797 or 14380919. OLE color: 14380919.
HSL color Cylindrical-coordinate representation of color #776FDB: hue angle of 244.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #776FDB is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 111 | 219 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.14 |
| HSL | 244.44º | 0.6% | 0.65% | - |
| HSV(B) | 244.44º | 0.49% | 0.86% | - |
| XYZ | 26.08 | 20.41 | 69.58 | - |
| YUV | 125.7 | 180.65 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 219 | 0.46 | 0.49 | 0 | 0.14 | 244.44 | 0.6 | 0.65 |
| Hex | 77 | 6F | DB | 2E | 31 | 0 | E | F4 | 3C | 41 |
| Octal | 167 | 157 | 333 | 56 | 61 | 0 | 16 | 364 | 74 | 101 |
| Binary | 1110111 | 1101111 | 11011011 | 101110 | 110001 | 0 | 1110 | 11110100 | 111100 | 1000001 |
Color Harmonies of #776FDB
Complementary color
Monochromatic Colors of #776FDB
Black with #776FDB
Text Example
Text Example
White with #776FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FDB; }
p { color: rgb(119,111,219); }
H1.HeaderClassName
{
color: #776FDB;
}
.AnyTagClassName
{
color: #776FDB;
}
</style>
background-color css
<style>
a { background-color: #776FDB; }
a { background-color: rgb(119,111,219); }
div.DivClassName
{
background-color: #776FDB;
}
.BgClassName
{
background-color: #776FDB;
}
</style>
border-color css
<style>
span { border-color: #776FDB; }
span { border-color: rgb(119,111,219); }
td.TdClassName
{
border-color: #776FDB;
}
.TagClassName
{
border-color: #776FDB;
}
</style>