Shades of Medium Slate Blue #7776DC
Tints of Medium Slate Blue #7776DC
RGB
CMYK
RGB Variations
Color information
#7776DC (or 0x7776DC) is known color: Medium Slate Blue. HEX triplet: 77, 76 and DC. RGB value is (119,118,220). Sum of RGB (Red+Green+Blue) = 119+118+220=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #7776DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7776DC is #888923. Grayscale: #818181. Windows color (decimal): -8948004 or 14448247. OLE color: 14448247.
HSL color Cylindrical-coordinate representation of color #7776DC: hue angle of 240.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7776DC is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 118 | 220 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.14 |
| HSL | 240.59º | 0.59% | 0.66% | - |
| HSV(B) | 240.59º | 0.46% | 0.86% | - |
| XYZ | 27 | 22.05 | 70.54 | - |
| YUV | 129.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 220 | 0.46 | 0.46 | 0 | 0.14 | 240.59 | 0.59 | 0.66 |
| Hex | 77 | 76 | DC | 2E | 2E | 0 | E | F1 | 3B | 42 |
| Octal | 167 | 166 | 334 | 56 | 56 | 0 | 16 | 361 | 73 | 102 |
| Binary | 1110111 | 1110110 | 11011100 | 101110 | 101110 | 0 | 1110 | 11110001 | 111011 | 1000010 |
Color Harmonies of #7776DC
Complementary color
Monochromatic Colors of #7776DC
Black with #7776DC
Text Example
Text Example
White with #7776DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7776DC; }
p { color: rgb(119,118,220); }
H1.HeaderClassName
{
color: #7776DC;
}
.AnyTagClassName
{
color: #7776DC;
}
</style>
background-color css
<style>
a { background-color: #7776DC; }
a { background-color: rgb(119,118,220); }
div.DivClassName
{
background-color: #7776DC;
}
.BgClassName
{
background-color: #7776DC;
}
</style>
border-color css
<style>
span { border-color: #7776DC; }
span { border-color: rgb(119,118,220); }
td.TdClassName
{
border-color: #7776DC;
}
.TagClassName
{
border-color: #7776DC;
}
</style>