Shades of Medium Slate Blue #776DDD
Tints of Medium Slate Blue #776DDD
RGB
CMYK
RGB Variations
Color information
#776DDD (or 0x776DDD) is known color: Medium Slate Blue. HEX triplet: 77, 6D and DD. RGB value is (119,109,221). Sum of RGB (Red+Green+Blue) = 119+109+221=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #776DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DDD is #889222. Grayscale: #7C7C7C. Windows color (decimal): -8950307 or 14511479. OLE color: 14511479.
HSL color Cylindrical-coordinate representation of color #776DDD: hue angle of 245.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #776DDD is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 109 | 221 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.13 |
| HSL | 245.36º | 0.62% | 0.65% | - |
| HSV(B) | 245.36º | 0.51% | 0.87% | - |
| XYZ | 26.13 | 20.08 | 70.91 | - |
| YUV | 124.76 | 182.31 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 221 | 0.46 | 0.51 | 0 | 0.13 | 245.36 | 0.62 | 0.65 |
| Hex | 77 | 6D | DD | 2E | 33 | 0 | D | F5 | 3E | 41 |
| Octal | 167 | 155 | 335 | 56 | 63 | 0 | 15 | 365 | 76 | 101 |
| Binary | 1110111 | 1101101 | 11011101 | 101110 | 110011 | 0 | 1101 | 11110101 | 111110 | 1000001 |
Color Harmonies of #776DDD
Complementary color
Monochromatic Colors of #776DDD
Black with #776DDD
Text Example
Text Example
White with #776DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776DDD; }
p { color: rgb(119,109,221); }
H1.HeaderClassName
{
color: #776DDD;
}
.AnyTagClassName
{
color: #776DDD;
}
</style>
background-color css
<style>
a { background-color: #776DDD; }
a { background-color: rgb(119,109,221); }
div.DivClassName
{
background-color: #776DDD;
}
.BgClassName
{
background-color: #776DDD;
}
</style>
border-color css
<style>
span { border-color: #776DDD; }
span { border-color: rgb(119,109,221); }
td.TdClassName
{
border-color: #776DDD;
}
.TagClassName
{
border-color: #776DDD;
}
</style>