Shades of Portage #778FD1
Tints of Portage #778FD1
RGB
CMYK
RGB Variations
Color information
#778FD1 (or 0x778FD1) is known color: Portage. HEX triplet: 77, 8F and D1. RGB value is (119,143,209). Sum of RGB (Red+Green+Blue) = 119+143+209=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #778FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FD1 is #88702E. Grayscale: #8F8F8F. Windows color (decimal): -8941615 or 13733751. OLE color: 13733751.
HSL color Cylindrical-coordinate representation of color #778FD1: hue angle of 224º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #778FD1 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 143 | 209 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.18 |
| HSL | 224º | 0.49% | 0.64% | - |
| HSV(B) | 224º | 0.43% | 0.82% | - |
| XYZ | 28.94 | 28.17 | 64.23 | - |
| YUV | 143.35 | 165.05 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 209 | 0.43 | 0.32 | 0 | 0.18 | 224 | 0.49 | 0.64 |
| Hex | 77 | 8F | D1 | 2B | 20 | 0 | 12 | E0 | 31 | 40 |
| Octal | 167 | 217 | 321 | 53 | 40 | 0 | 22 | 340 | 61 | 100 |
| Binary | 1110111 | 10001111 | 11010001 | 101011 | 100000 | 0 | 10010 | 11100000 | 110001 | 1000000 |
Color Harmonies of #778FD1
Complementary color
Monochromatic Colors of #778FD1
Black with #778FD1
Text Example
Text Example
White with #778FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FD1; }
p { color: rgb(119,143,209); }
H1.HeaderClassName
{
color: #778FD1;
}
.AnyTagClassName
{
color: #778FD1;
}
</style>
background-color css
<style>
a { background-color: #778FD1; }
a { background-color: rgb(119,143,209); }
div.DivClassName
{
background-color: #778FD1;
}
.BgClassName
{
background-color: #778FD1;
}
</style>
border-color css
<style>
span { border-color: #778FD1; }
span { border-color: rgb(119,143,209); }
td.TdClassName
{
border-color: #778FD1;
}
.TagClassName
{
border-color: #778FD1;
}
</style>