Shades of Medium Slate Blue #776BDA
Tints of Medium Slate Blue #776BDA
RGB
CMYK
RGB Variations
Color information
#776BDA (or 0x776BDA) is known color: Medium Slate Blue. HEX triplet: 77, 6B and DA. RGB value is (119,107,218). Sum of RGB (Red+Green+Blue) = 119+107+218=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #776BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BDA is #889425. Grayscale: #7A7A7A. Windows color (decimal): -8950822 or 14314359. OLE color: 14314359.
HSL color Cylindrical-coordinate representation of color #776BDA: hue angle of 246.49º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #776BDA is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 107 | 218 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.15 |
| HSL | 246.49º | 0.6% | 0.64% | - |
| HSV(B) | 246.49º | 0.51% | 0.85% | - |
| XYZ | 25.52 | 19.5 | 68.75 | - |
| YUV | 123.24 | 181.48 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 218 | 0.45 | 0.51 | 0 | 0.15 | 246.49 | 0.6 | 0.64 |
| Hex | 77 | 6B | DA | 2D | 33 | 0 | F | F6 | 3C | 40 |
| Octal | 167 | 153 | 332 | 55 | 63 | 0 | 17 | 366 | 74 | 100 |
| Binary | 1110111 | 1101011 | 11011010 | 101101 | 110011 | 0 | 1111 | 11110110 | 111100 | 1000000 |
Color Harmonies of #776BDA
Complementary color
Monochromatic Colors of #776BDA
Black with #776BDA
Text Example
Text Example
White with #776BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776BDA; }
p { color: rgb(119,107,218); }
H1.HeaderClassName
{
color: #776BDA;
}
.AnyTagClassName
{
color: #776BDA;
}
</style>
background-color css
<style>
a { background-color: #776BDA; }
a { background-color: rgb(119,107,218); }
div.DivClassName
{
background-color: #776BDA;
}
.BgClassName
{
background-color: #776BDA;
}
</style>
border-color css
<style>
span { border-color: #776BDA; }
span { border-color: rgb(119,107,218); }
td.TdClassName
{
border-color: #776BDA;
}
.TagClassName
{
border-color: #776BDA;
}
</style>