Shades of Portage #7788D7
Tints of Portage #7788D7
RGB
CMYK
RGB Variations
Color information
#7788D7 (or 0x7788D7) is known color: Portage. HEX triplet: 77, 88 and D7. RGB value is (119,136,215). Sum of RGB (Red+Green+Blue) = 119+136+215=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #7788D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7788D7 is #887728. Grayscale: #8B8B8B. Windows color (decimal): -8943401 or 14125175. OLE color: 14125175.
HSL color Cylindrical-coordinate representation of color #7788D7: hue angle of 229.38º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7788D7 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 136 | 215 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.16 |
| HSL | 229.38º | 0.55% | 0.65% | - |
| HSV(B) | 229.38º | 0.45% | 0.84% | - |
| XYZ | 28.68 | 26.44 | 67.88 | - |
| YUV | 139.92 | 170.37 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 215 | 0.45 | 0.37 | 0 | 0.16 | 229.38 | 0.55 | 0.65 |
| Hex | 77 | 88 | D7 | 2D | 25 | 0 | 10 | E5 | 37 | 41 |
| Octal | 167 | 210 | 327 | 55 | 45 | 0 | 20 | 345 | 67 | 101 |
| Binary | 1110111 | 10001000 | 11010111 | 101101 | 100101 | 0 | 10000 | 11100101 | 110111 | 1000001 |
Color Harmonies of #7788D7
Complementary color
Monochromatic Colors of #7788D7
Black with #7788D7
Text Example
Text Example
White with #7788D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7788D7; }
p { color: rgb(119,136,215); }
H1.HeaderClassName
{
color: #7788D7;
}
.AnyTagClassName
{
color: #7788D7;
}
</style>
background-color css
<style>
a { background-color: #7788D7; }
a { background-color: rgb(119,136,215); }
div.DivClassName
{
background-color: #7788D7;
}
.BgClassName
{
background-color: #7788D7;
}
</style>
border-color css
<style>
span { border-color: #7788D7; }
span { border-color: rgb(119,136,215); }
td.TdClassName
{
border-color: #7788D7;
}
.TagClassName
{
border-color: #7788D7;
}
</style>