Shades of Medium Slate Blue #7778DD
Tints of Medium Slate Blue #7778DD
RGB
CMYK
RGB Variations
Color information
#7778DD (or 0x7778DD) is known color: Medium Slate Blue. HEX triplet: 77, 78 and DD. RGB value is (119,120,221). Sum of RGB (Red+Green+Blue) = 119+120+221=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #7778DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7778DD is #888722. Grayscale: #828282. Windows color (decimal): -8947491 or 14514295. OLE color: 14514295.
HSL color Cylindrical-coordinate representation of color #7778DD: hue angle of 239.41º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7778DD is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 120 | 221 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.13 |
| HSL | 239.41º | 0.6% | 0.67% | - |
| HSV(B) | 239.41º | 0.46% | 0.87% | - |
| XYZ | 27.38 | 22.58 | 71.32 | - |
| YUV | 131.22 | 178.67 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 221 | 0.46 | 0.46 | 0 | 0.13 | 239.41 | 0.6 | 0.67 |
| Hex | 77 | 78 | DD | 2E | 2E | 0 | D | EF | 3C | 43 |
| Octal | 167 | 170 | 335 | 56 | 56 | 0 | 15 | 357 | 74 | 103 |
| Binary | 1110111 | 1111000 | 11011101 | 101110 | 101110 | 0 | 1101 | 11101111 | 111100 | 1000011 |
Color Harmonies of #7778DD
Complementary color
Monochromatic Colors of #7778DD
Black with #7778DD
Text Example
Text Example
White with #7778DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7778DD; }
p { color: rgb(119,120,221); }
H1.HeaderClassName
{
color: #7778DD;
}
.AnyTagClassName
{
color: #7778DD;
}
</style>
background-color css
<style>
a { background-color: #7778DD; }
a { background-color: rgb(119,120,221); }
div.DivClassName
{
background-color: #7778DD;
}
.BgClassName
{
background-color: #7778DD;
}
</style>
border-color css
<style>
span { border-color: #7778DD; }
span { border-color: rgb(119,120,221); }
td.TdClassName
{
border-color: #7778DD;
}
.TagClassName
{
border-color: #7778DD;
}
</style>