Shades of Medium Slate Blue #776FDD
Tints of Medium Slate Blue #776FDD
RGB
CMYK
RGB Variations
Color information
#776FDD (or 0x776FDD) is known color: Medium Slate Blue. HEX triplet: 77, 6F and DD. RGB value is (119,111,221). Sum of RGB (Red+Green+Blue) = 119+111+221=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #776FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FDD is #889022. Grayscale: #7D7D7D. Windows color (decimal): -8949795 or 14511991. OLE color: 14511991.
HSL color Cylindrical-coordinate representation of color #776FDD: hue angle of 244.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #776FDD is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 111 | 221 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.13 |
| HSL | 244.36º | 0.62% | 0.65% | - |
| HSV(B) | 244.36º | 0.5% | 0.87% | - |
| XYZ | 26.34 | 20.51 | 70.98 | - |
| YUV | 125.93 | 181.65 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 221 | 0.46 | 0.50 | 0 | 0.13 | 244.36 | 0.62 | 0.65 |
| Hex | 77 | 6F | DD | 2E | 32 | 0 | D | F4 | 3E | 41 |
| Octal | 167 | 157 | 335 | 56 | 62 | 0 | 15 | 364 | 76 | 101 |
| Binary | 1110111 | 1101111 | 11011101 | 101110 | 110010 | 0 | 1101 | 11110100 | 111110 | 1000001 |
Color Harmonies of #776FDD
Complementary color
Monochromatic Colors of #776FDD
Black with #776FDD
Text Example
Text Example
White with #776FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FDD; }
p { color: rgb(119,111,221); }
H1.HeaderClassName
{
color: #776FDD;
}
.AnyTagClassName
{
color: #776FDD;
}
</style>
background-color css
<style>
a { background-color: #776FDD; }
a { background-color: rgb(119,111,221); }
div.DivClassName
{
background-color: #776FDD;
}
.BgClassName
{
background-color: #776FDD;
}
</style>
border-color css
<style>
span { border-color: #776FDD; }
span { border-color: rgb(119,111,221); }
td.TdClassName
{
border-color: #776FDD;
}
.TagClassName
{
border-color: #776FDD;
}
</style>