Shades of Medium Slate Blue #776DDB
Tints of Medium Slate Blue #776DDB
RGB
CMYK
RGB Variations
Color information
#776DDB (or 0x776DDB) is known color: Medium Slate Blue. HEX triplet: 77, 6D and DB. RGB value is (119,109,219). Sum of RGB (Red+Green+Blue) = 119+109+219=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #776DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DDB is #889224. Grayscale: #7C7C7C. Windows color (decimal): -8950309 or 14380407. OLE color: 14380407.
HSL color Cylindrical-coordinate representation of color #776DDB: hue angle of 245.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #776DDB is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 109 | 219 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.14 |
| HSL | 245.45º | 0.6% | 0.64% | - |
| HSV(B) | 245.45º | 0.5% | 0.86% | - |
| XYZ | 25.86 | 19.97 | 69.51 | - |
| YUV | 124.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 219 | 0.46 | 0.50 | 0 | 0.14 | 245.45 | 0.6 | 0.64 |
| Hex | 77 | 6D | DB | 2E | 32 | 0 | E | F5 | 3C | 40 |
| Octal | 167 | 155 | 333 | 56 | 62 | 0 | 16 | 365 | 74 | 100 |
| Binary | 1110111 | 1101101 | 11011011 | 101110 | 110010 | 0 | 1110 | 11110101 | 111100 | 1000000 |
Color Harmonies of #776DDB
Complementary color
Monochromatic Colors of #776DDB
Black with #776DDB
Text Example
Text Example
White with #776DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776DDB; }
p { color: rgb(119,109,219); }
H1.HeaderClassName
{
color: #776DDB;
}
.AnyTagClassName
{
color: #776DDB;
}
</style>
background-color css
<style>
a { background-color: #776DDB; }
a { background-color: rgb(119,109,219); }
div.DivClassName
{
background-color: #776DDB;
}
.BgClassName
{
background-color: #776DDB;
}
</style>
border-color css
<style>
span { border-color: #776DDB; }
span { border-color: rgb(119,109,219); }
td.TdClassName
{
border-color: #776DDB;
}
.TagClassName
{
border-color: #776DDB;
}
</style>