Shades of Medium Slate Blue #776ADB
Tints of Medium Slate Blue #776ADB
RGB
CMYK
RGB Variations
Color information
#776ADB (or 0x776ADB) is known color: Medium Slate Blue. HEX triplet: 77, 6A and DB. RGB value is (119,106,219). Sum of RGB (Red+Green+Blue) = 119+106+219=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #776ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ADB is #889524. Grayscale: #7A7A7A. Windows color (decimal): -8951077 or 14379639. OLE color: 14379639.
HSL color Cylindrical-coordinate representation of color #776ADB: hue angle of 246.9º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #776ADB is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 106 | 219 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.14 |
| HSL | 246.9º | 0.61% | 0.64% | - |
| HSV(B) | 246.9º | 0.52% | 0.86% | - |
| XYZ | 25.55 | 19.34 | 69.41 | - |
| YUV | 122.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 219 | 0.46 | 0.52 | 0 | 0.14 | 246.9 | 0.61 | 0.64 |
| Hex | 77 | 6A | DB | 2E | 34 | 0 | E | F7 | 3D | 40 |
| Octal | 167 | 152 | 333 | 56 | 64 | 0 | 16 | 367 | 75 | 100 |
| Binary | 1110111 | 1101010 | 11011011 | 101110 | 110100 | 0 | 1110 | 11110111 | 111101 | 1000000 |
Color Harmonies of #776ADB
Complementary color
Monochromatic Colors of #776ADB
Black with #776ADB
Text Example
Text Example
White with #776ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776ADB; }
p { color: rgb(119,106,219); }
H1.HeaderClassName
{
color: #776ADB;
}
.AnyTagClassName
{
color: #776ADB;
}
</style>
background-color css
<style>
a { background-color: #776ADB; }
a { background-color: rgb(119,106,219); }
div.DivClassName
{
background-color: #776ADB;
}
.BgClassName
{
background-color: #776ADB;
}
</style>
border-color css
<style>
span { border-color: #776ADB; }
span { border-color: rgb(119,106,219); }
td.TdClassName
{
border-color: #776ADB;
}
.TagClassName
{
border-color: #776ADB;
}
</style>