Shades of Medium Slate Blue #776CDB
Tints of Medium Slate Blue #776CDB
RGB
CMYK
RGB Variations
Color information
#776CDB (or 0x776CDB) is known color: Medium Slate Blue. HEX triplet: 77, 6C and DB. RGB value is (119,108,219). Sum of RGB (Red+Green+Blue) = 119+108+219=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #776CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CDB is #889324. Grayscale: #7B7B7B. Windows color (decimal): -8950565 or 14380151. OLE color: 14380151.
HSL color Cylindrical-coordinate representation of color #776CDB: hue angle of 245.95º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #776CDB is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 108 | 219 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.14 |
| HSL | 245.95º | 0.61% | 0.64% | - |
| HSV(B) | 245.95º | 0.51% | 0.86% | - |
| XYZ | 25.76 | 19.76 | 69.47 | - |
| YUV | 123.94 | 181.64 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 219 | 0.46 | 0.51 | 0 | 0.14 | 245.95 | 0.61 | 0.64 |
| Hex | 77 | 6C | DB | 2E | 33 | 0 | E | F6 | 3D | 40 |
| Octal | 167 | 154 | 333 | 56 | 63 | 0 | 16 | 366 | 75 | 100 |
| Binary | 1110111 | 1101100 | 11011011 | 101110 | 110011 | 0 | 1110 | 11110110 | 111101 | 1000000 |
Color Harmonies of #776CDB
Complementary color
Monochromatic Colors of #776CDB
Black with #776CDB
Text Example
Text Example
White with #776CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776CDB; }
p { color: rgb(119,108,219); }
H1.HeaderClassName
{
color: #776CDB;
}
.AnyTagClassName
{
color: #776CDB;
}
</style>
background-color css
<style>
a { background-color: #776CDB; }
a { background-color: rgb(119,108,219); }
div.DivClassName
{
background-color: #776CDB;
}
.BgClassName
{
background-color: #776CDB;
}
</style>
border-color css
<style>
span { border-color: #776CDB; }
span { border-color: rgb(119,108,219); }
td.TdClassName
{
border-color: #776CDB;
}
.TagClassName
{
border-color: #776CDB;
}
</style>