Shades of Portage #7788DA
Tints of Portage #7788DA
RGB
CMYK
RGB Variations
Color information
#7788DA (or 0x7788DA) is known color: Portage. HEX triplet: 77, 88 and DA. RGB value is (119,136,218). Sum of RGB (Red+Green+Blue) = 119+136+218=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #7788DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7788DA is #887725. Grayscale: #8B8B8B. Windows color (decimal): -8943398 or 14321783. OLE color: 14321783.
HSL color Cylindrical-coordinate representation of color #7788DA: hue angle of 229.7º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7788DA is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 136 | 218 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.15 |
| HSL | 229.7º | 0.57% | 0.66% | - |
| HSV(B) | 229.7º | 0.45% | 0.85% | - |
| XYZ | 29.07 | 26.59 | 69.93 | - |
| YUV | 140.27 | 171.87 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 218 | 0.45 | 0.38 | 0 | 0.15 | 229.7 | 0.57 | 0.66 |
| Hex | 77 | 88 | DA | 2D | 26 | 0 | F | E6 | 39 | 42 |
| Octal | 167 | 210 | 332 | 55 | 46 | 0 | 17 | 346 | 71 | 102 |
| Binary | 1110111 | 10001000 | 11011010 | 101101 | 100110 | 0 | 1111 | 11100110 | 111001 | 1000010 |
Color Harmonies of #7788DA
Complementary color
Monochromatic Colors of #7788DA
Black with #7788DA
Text Example
Text Example
White with #7788DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7788DA; }
p { color: rgb(119,136,218); }
H1.HeaderClassName
{
color: #7788DA;
}
.AnyTagClassName
{
color: #7788DA;
}
</style>
background-color css
<style>
a { background-color: #7788DA; }
a { background-color: rgb(119,136,218); }
div.DivClassName
{
background-color: #7788DA;
}
.BgClassName
{
background-color: #7788DA;
}
</style>
border-color css
<style>
span { border-color: #7788DA; }
span { border-color: rgb(119,136,218); }
td.TdClassName
{
border-color: #7788DA;
}
.TagClassName
{
border-color: #7788DA;
}
</style>