Shades of Portage #778ADE
Tints of Portage #778ADE
RGB
CMYK
RGB Variations
Color information
#778ADE (or 0x778ADE) is known color: Portage. HEX triplet: 77, 8A and DE. RGB value is (119,138,222). Sum of RGB (Red+Green+Blue) = 119+138+222=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #778ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ADE is #887521. Grayscale: #8D8D8D. Windows color (decimal): -8942882 or 14584439. OLE color: 14584439.
HSL color Cylindrical-coordinate representation of color #778ADE: hue angle of 228.93º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #778ADE is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 138 | 222 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.13 |
| HSL | 228.93º | 0.61% | 0.67% | - |
| HSV(B) | 228.93º | 0.46% | 0.87% | - |
| XYZ | 29.88 | 27.37 | 72.82 | - |
| YUV | 141.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 222 | 0.46 | 0.38 | 0 | 0.13 | 228.93 | 0.61 | 0.67 |
| Hex | 77 | 8A | DE | 2E | 26 | 0 | D | E5 | 3D | 43 |
| Octal | 167 | 212 | 336 | 56 | 46 | 0 | 15 | 345 | 75 | 103 |
| Binary | 1110111 | 10001010 | 11011110 | 101110 | 100110 | 0 | 1101 | 11100101 | 111101 | 1000011 |
Color Harmonies of #778ADE
Complementary color
Monochromatic Colors of #778ADE
Black with #778ADE
Text Example
Text Example
White with #778ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778ADE; }
p { color: rgb(119,138,222); }
H1.HeaderClassName
{
color: #778ADE;
}
.AnyTagClassName
{
color: #778ADE;
}
</style>
background-color css
<style>
a { background-color: #778ADE; }
a { background-color: rgb(119,138,222); }
div.DivClassName
{
background-color: #778ADE;
}
.BgClassName
{
background-color: #778ADE;
}
</style>
border-color css
<style>
span { border-color: #778ADE; }
span { border-color: rgb(119,138,222); }
td.TdClassName
{
border-color: #778ADE;
}
.TagClassName
{
border-color: #778ADE;
}
</style>