Shades of Portage #778CD5
Tints of Portage #778CD5
RGB
CMYK
RGB Variations
Color information
#778CD5 (or 0x778CD5) is known color: Portage. HEX triplet: 77, 8C and D5. RGB value is (119,140,213). Sum of RGB (Red+Green+Blue) = 119+140+213=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #778CD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CD5 is #88732A. Grayscale: #8D8D8D. Windows color (decimal): -8942379 or 13995127. OLE color: 13995127.
HSL color Cylindrical-coordinate representation of color #778CD5: hue angle of 226.6º 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 #778CD5 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 140 | 213 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.16 |
| HSL | 226.6º | 0.53% | 0.65% | - |
| HSV(B) | 226.6º | 0.44% | 0.84% | - |
| XYZ | 29 | 27.48 | 66.73 | - |
| YUV | 142.04 | 168.04 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 213 | 0.44 | 0.34 | 0 | 0.16 | 226.6 | 0.53 | 0.65 |
| Hex | 77 | 8C | D5 | 2C | 22 | 0 | 10 | E3 | 35 | 41 |
| Octal | 167 | 214 | 325 | 54 | 42 | 0 | 20 | 343 | 65 | 101 |
| Binary | 1110111 | 10001100 | 11010101 | 101100 | 100010 | 0 | 10000 | 11100011 | 110101 | 1000001 |
Color Harmonies of #778CD5
Complementary color
Monochromatic Colors of #778CD5
Black with #778CD5
Text Example
Text Example
White with #778CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CD5; }
p { color: rgb(119,140,213); }
H1.HeaderClassName
{
color: #778CD5;
}
.AnyTagClassName
{
color: #778CD5;
}
</style>
background-color css
<style>
a { background-color: #778CD5; }
a { background-color: rgb(119,140,213); }
div.DivClassName
{
background-color: #778CD5;
}
.BgClassName
{
background-color: #778CD5;
}
</style>
border-color css
<style>
span { border-color: #778CD5; }
span { border-color: rgb(119,140,213); }
td.TdClassName
{
border-color: #778CD5;
}
.TagClassName
{
border-color: #778CD5;
}
</style>