Shades of Portage #7788D5
Tints of Portage #7788D5
RGB
CMYK
RGB Variations
Color information
#7788D5 (or 0x7788D5) is known color: Portage. HEX triplet: 77, 88 and D5. RGB value is (119,136,213). Sum of RGB (Red+Green+Blue) = 119+136+213=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #7788D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7788D5 is #88772A. Grayscale: #8B8B8B. Windows color (decimal): -8943403 or 13994103. OLE color: 13994103.
HSL color Cylindrical-coordinate representation of color #7788D5: hue angle of 229.15º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7788D5 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 136 | 213 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.16 |
| HSL | 229.15º | 0.53% | 0.65% | - |
| HSV(B) | 229.15º | 0.44% | 0.84% | - |
| XYZ | 28.42 | 26.33 | 66.54 | - |
| YUV | 139.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 213 | 0.44 | 0.36 | 0 | 0.16 | 229.15 | 0.53 | 0.65 |
| Hex | 77 | 88 | D5 | 2C | 24 | 0 | 10 | E5 | 35 | 41 |
| Octal | 167 | 210 | 325 | 54 | 44 | 0 | 20 | 345 | 65 | 101 |
| Binary | 1110111 | 10001000 | 11010101 | 101100 | 100100 | 0 | 10000 | 11100101 | 110101 | 1000001 |
Color Harmonies of #7788D5
Complementary color
Monochromatic Colors of #7788D5
Black with #7788D5
Text Example
Text Example
White with #7788D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7788D5; }
p { color: rgb(119,136,213); }
H1.HeaderClassName
{
color: #7788D5;
}
.AnyTagClassName
{
color: #7788D5;
}
</style>
background-color css
<style>
a { background-color: #7788D5; }
a { background-color: rgb(119,136,213); }
div.DivClassName
{
background-color: #7788D5;
}
.BgClassName
{
background-color: #7788D5;
}
</style>
border-color css
<style>
span { border-color: #7788D5; }
span { border-color: rgb(119,136,213); }
td.TdClassName
{
border-color: #7788D5;
}
.TagClassName
{
border-color: #7788D5;
}
</style>