Shades of Portage #778DDF
Tints of Portage #778DDF
RGB
CMYK
RGB Variations
Color information
#778DDF (or 0x778DDF) is known color: Portage. HEX triplet: 77, 8D and DF. RGB value is (119,141,223). Sum of RGB (Red+Green+Blue) = 119+141+223=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #778DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DDF is #887220. Grayscale: #8F8F8F. Windows color (decimal): -8942113 or 14650743. OLE color: 14650743.
HSL color Cylindrical-coordinate representation of color #778DDF: hue angle of 227.31º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #778DDF is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 141 | 223 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.13 |
| HSL | 227.31º | 0.62% | 0.67% | - |
| HSV(B) | 227.31º | 0.47% | 0.87% | - |
| XYZ | 30.45 | 28.3 | 73.67 | - |
| YUV | 143.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 223 | 0.47 | 0.37 | 0 | 0.13 | 227.31 | 0.62 | 0.67 |
| Hex | 77 | 8D | DF | 2F | 25 | 0 | D | E3 | 3E | 43 |
| Octal | 167 | 215 | 337 | 57 | 45 | 0 | 15 | 343 | 76 | 103 |
| Binary | 1110111 | 10001101 | 11011111 | 101111 | 100101 | 0 | 1101 | 11100011 | 111110 | 1000011 |
Color Harmonies of #778DDF
Complementary color
Monochromatic Colors of #778DDF
Black with #778DDF
Text Example
Text Example
White with #778DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778DDF; }
p { color: rgb(119,141,223); }
H1.HeaderClassName
{
color: #778DDF;
}
.AnyTagClassName
{
color: #778DDF;
}
</style>
background-color css
<style>
a { background-color: #778DDF; }
a { background-color: rgb(119,141,223); }
div.DivClassName
{
background-color: #778DDF;
}
.BgClassName
{
background-color: #778DDF;
}
</style>
border-color css
<style>
span { border-color: #778DDF; }
span { border-color: rgb(119,141,223); }
td.TdClassName
{
border-color: #778DDF;
}
.TagClassName
{
border-color: #778DDF;
}
</style>