Shades of Medium Slate Blue #7779DD
Tints of Medium Slate Blue #7779DD
RGB
CMYK
RGB Variations
Color information
#7779DD (or 0x7779DD) is known color: Medium Slate Blue. HEX triplet: 77, 79 and DD. RGB value is (119,121,221). Sum of RGB (Red+Green+Blue) = 119+121+221=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #7779DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7779DD is #888622. Grayscale: #838383. Windows color (decimal): -8947235 or 14514551. OLE color: 14514551.
HSL color Cylindrical-coordinate representation of color #7779DD: hue angle of 238.82º 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 #7779DD is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 121 | 221 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.13 |
| HSL | 238.82º | 0.6% | 0.67% | - |
| HSV(B) | 238.82º | 0.46% | 0.87% | - |
| XYZ | 27.5 | 22.82 | 71.36 | - |
| YUV | 131.8 | 178.34 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 221 | 0.46 | 0.45 | 0 | 0.13 | 238.82 | 0.6 | 0.67 |
| Hex | 77 | 79 | DD | 2E | 2D | 0 | D | EF | 3C | 43 |
| Octal | 167 | 171 | 335 | 56 | 55 | 0 | 15 | 357 | 74 | 103 |
| Binary | 1110111 | 1111001 | 11011101 | 101110 | 101101 | 0 | 1101 | 11101111 | 111100 | 1000011 |
Color Harmonies of #7779DD
Complementary color
Monochromatic Colors of #7779DD
Black with #7779DD
Text Example
Text Example
White with #7779DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7779DD; }
p { color: rgb(119,121,221); }
H1.HeaderClassName
{
color: #7779DD;
}
.AnyTagClassName
{
color: #7779DD;
}
</style>
background-color css
<style>
a { background-color: #7779DD; }
a { background-color: rgb(119,121,221); }
div.DivClassName
{
background-color: #7779DD;
}
.BgClassName
{
background-color: #7779DD;
}
</style>
border-color css
<style>
span { border-color: #7779DD; }
span { border-color: rgb(119,121,221); }
td.TdClassName
{
border-color: #7779DD;
}
.TagClassName
{
border-color: #7779DD;
}
</style>