Shades of Portage #778ADA
Tints of Portage #778ADA
RGB
CMYK
RGB Variations
Color information
#778ADA (or 0x778ADA) is known color: Portage. HEX triplet: 77, 8A and DA. RGB value is (119,138,218). Sum of RGB (Red+Green+Blue) = 119+138+218=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #778ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ADA is #887525. Grayscale: #8D8D8D. Windows color (decimal): -8942886 or 14322295. OLE color: 14322295.
HSL color Cylindrical-coordinate representation of color #778ADA: hue angle of 228.48º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #778ADA is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 138 | 218 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.15 |
| HSL | 228.48º | 0.57% | 0.66% | - |
| HSV(B) | 228.48º | 0.45% | 0.85% | - |
| XYZ | 29.35 | 27.16 | 70.03 | - |
| YUV | 141.44 | 171.21 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 218 | 0.45 | 0.37 | 0 | 0.15 | 228.48 | 0.57 | 0.66 |
| Hex | 77 | 8A | DA | 2D | 25 | 0 | F | E4 | 39 | 42 |
| Octal | 167 | 212 | 332 | 55 | 45 | 0 | 17 | 344 | 71 | 102 |
| Binary | 1110111 | 10001010 | 11011010 | 101101 | 100101 | 0 | 1111 | 11100100 | 111001 | 1000010 |
Color Harmonies of #778ADA
Complementary color
Monochromatic Colors of #778ADA
Black with #778ADA
Text Example
Text Example
White with #778ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778ADA; }
p { color: rgb(119,138,218); }
H1.HeaderClassName
{
color: #778ADA;
}
.AnyTagClassName
{
color: #778ADA;
}
</style>
background-color css
<style>
a { background-color: #778ADA; }
a { background-color: rgb(119,138,218); }
div.DivClassName
{
background-color: #778ADA;
}
.BgClassName
{
background-color: #778ADA;
}
</style>
border-color css
<style>
span { border-color: #778ADA; }
span { border-color: rgb(119,138,218); }
td.TdClassName
{
border-color: #778ADA;
}
.TagClassName
{
border-color: #778ADA;
}
</style>