Shades of Portage #7788DD
Tints of Portage #7788DD
RGB
CMYK
RGB Variations
Color information
#7788DD (or 0x7788DD) is known color: Portage. HEX triplet: 77, 88 and DD. RGB value is (119,136,221). Sum of RGB (Red+Green+Blue) = 119+136+221=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #7788DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7788DD is #887722. Grayscale: #8C8C8C. Windows color (decimal): -8943395 or 14518391. OLE color: 14518391.
HSL color Cylindrical-coordinate representation of color #7788DD: hue angle of 230º 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 #7788DD is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 136 | 221 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.13 |
| HSL | 230º | 0.6% | 0.67% | - |
| HSV(B) | 230º | 0.46% | 0.87% | - |
| XYZ | 29.46 | 26.75 | 72.02 | - |
| YUV | 140.61 | 173.37 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 221 | 0.46 | 0.38 | 0 | 0.13 | 230 | 0.6 | 0.67 |
| Hex | 77 | 88 | DD | 2E | 26 | 0 | D | E6 | 3C | 43 |
| Octal | 167 | 210 | 335 | 56 | 46 | 0 | 15 | 346 | 74 | 103 |
| Binary | 1110111 | 10001000 | 11011101 | 101110 | 100110 | 0 | 1101 | 11100110 | 111100 | 1000011 |
Color Harmonies of #7788DD
Complementary color
Monochromatic Colors of #7788DD
Black with #7788DD
Text Example
Text Example
White with #7788DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7788DD; }
p { color: rgb(119,136,221); }
H1.HeaderClassName
{
color: #7788DD;
}
.AnyTagClassName
{
color: #7788DD;
}
</style>
background-color css
<style>
a { background-color: #7788DD; }
a { background-color: rgb(119,136,221); }
div.DivClassName
{
background-color: #7788DD;
}
.BgClassName
{
background-color: #7788DD;
}
</style>
border-color css
<style>
span { border-color: #7788DD; }
span { border-color: rgb(119,136,221); }
td.TdClassName
{
border-color: #7788DD;
}
.TagClassName
{
border-color: #7788DD;
}
</style>