Shades of Portage #778BDF
Tints of Portage #778BDF
RGB
CMYK
RGB Variations
Color information
#778BDF (or 0x778BDF) is known color: Portage. HEX triplet: 77, 8B and DF. RGB value is (119,139,223). Sum of RGB (Red+Green+Blue) = 119+139+223=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #778BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BDF is #887420. Grayscale: #8E8E8E. Windows color (decimal): -8942625 or 14650231. OLE color: 14650231.
HSL color Cylindrical-coordinate representation of color #778BDF: hue angle of 228.46º 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 #778BDF is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 139 | 223 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.13 |
| HSL | 228.46º | 0.62% | 0.67% | - |
| HSV(B) | 228.46º | 0.47% | 0.87% | - |
| XYZ | 30.16 | 27.71 | 73.57 | - |
| YUV | 142.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 223 | 0.47 | 0.38 | 0 | 0.13 | 228.46 | 0.62 | 0.67 |
| Hex | 77 | 8B | DF | 2F | 26 | 0 | D | E4 | 3E | 43 |
| Octal | 167 | 213 | 337 | 57 | 46 | 0 | 15 | 344 | 76 | 103 |
| Binary | 1110111 | 10001011 | 11011111 | 101111 | 100110 | 0 | 1101 | 11100100 | 111110 | 1000011 |
Color Harmonies of #778BDF
Complementary color
Monochromatic Colors of #778BDF
Black with #778BDF
Text Example
Text Example
White with #778BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778BDF; }
p { color: rgb(119,139,223); }
H1.HeaderClassName
{
color: #778BDF;
}
.AnyTagClassName
{
color: #778BDF;
}
</style>
background-color css
<style>
a { background-color: #778BDF; }
a { background-color: rgb(119,139,223); }
div.DivClassName
{
background-color: #778BDF;
}
.BgClassName
{
background-color: #778BDF;
}
</style>
border-color css
<style>
span { border-color: #778BDF; }
span { border-color: rgb(119,139,223); }
td.TdClassName
{
border-color: #778BDF;
}
.TagClassName
{
border-color: #778BDF;
}
</style>