Shades of Portage #778AE5
Tints of Portage #778AE5
RGB
CMYK
RGB Variations
Color information
#778AE5 (or 0x778AE5) is known color: Portage. HEX triplet: 77, 8A and E5. RGB value is (119,138,229). Sum of RGB (Red+Green+Blue) = 119+138+229=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #778AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778AE5 is #88751A. Grayscale: #8E8E8E. Windows color (decimal): -8942875 or 15043191. OLE color: 15043191.
HSL color Cylindrical-coordinate representation of color #778AE5: hue angle of 229.64º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #778AE5 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 138 | 229 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.10 |
| HSL | 229.64º | 0.68% | 0.68% | - |
| HSV(B) | 229.64º | 0.48% | 0.9% | - |
| XYZ | 30.84 | 27.76 | 77.86 | - |
| YUV | 142.69 | 176.71 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 229 | 0.48 | 0.40 | 0 | 0.10 | 229.64 | 0.68 | 0.68 |
| Hex | 77 | 8A | E5 | 30 | 28 | 0 | A | E6 | 44 | 44 |
| Octal | 167 | 212 | 345 | 60 | 50 | 0 | 12 | 346 | 104 | 104 |
| Binary | 1110111 | 10001010 | 11100101 | 110000 | 101000 | 0 | 1010 | 11100110 | 1000100 | 1000100 |
Color Harmonies of #778AE5
Complementary color
Monochromatic Colors of #778AE5
Black with #778AE5
Text Example
Text Example
White with #778AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778AE5; }
p { color: rgb(119,138,229); }
H1.HeaderClassName
{
color: #778AE5;
}
.AnyTagClassName
{
color: #778AE5;
}
</style>
background-color css
<style>
a { background-color: #778AE5; }
a { background-color: rgb(119,138,229); }
div.DivClassName
{
background-color: #778AE5;
}
.BgClassName
{
background-color: #778AE5;
}
</style>
border-color css
<style>
span { border-color: #778AE5; }
span { border-color: rgb(119,138,229); }
td.TdClassName
{
border-color: #778AE5;
}
.TagClassName
{
border-color: #778AE5;
}
</style>