Shades of Portage #778FDE
Tints of Portage #778FDE
RGB
CMYK
RGB Variations
Color information
#778FDE (or 0x778FDE) is known color: Portage. HEX triplet: 77, 8F and DE. RGB value is (119,143,222). Sum of RGB (Red+Green+Blue) = 119+143+222=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #778FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FDE is #887021. Grayscale: #909090. Windows color (decimal): -8941602 or 14585719. OLE color: 14585719.
HSL color Cylindrical-coordinate representation of color #778FDE: hue angle of 226.02º 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 #778FDE is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 143 | 222 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.13 |
| HSL | 226.02º | 0.61% | 0.67% | - |
| HSV(B) | 226.02º | 0.46% | 0.87% | - |
| XYZ | 30.62 | 28.84 | 73.06 | - |
| YUV | 144.83 | 171.55 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 222 | 0.46 | 0.36 | 0 | 0.13 | 226.02 | 0.61 | 0.67 |
| Hex | 77 | 8F | DE | 2E | 24 | 0 | D | E2 | 3D | 43 |
| Octal | 167 | 217 | 336 | 56 | 44 | 0 | 15 | 342 | 75 | 103 |
| Binary | 1110111 | 10001111 | 11011110 | 101110 | 100100 | 0 | 1101 | 11100010 | 111101 | 1000011 |
Color Harmonies of #778FDE
Complementary color
Monochromatic Colors of #778FDE
Black with #778FDE
Text Example
Text Example
White with #778FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FDE; }
p { color: rgb(119,143,222); }
H1.HeaderClassName
{
color: #778FDE;
}
.AnyTagClassName
{
color: #778FDE;
}
</style>
background-color css
<style>
a { background-color: #778FDE; }
a { background-color: rgb(119,143,222); }
div.DivClassName
{
background-color: #778FDE;
}
.BgClassName
{
background-color: #778FDE;
}
</style>
border-color css
<style>
span { border-color: #778FDE; }
span { border-color: rgb(119,143,222); }
td.TdClassName
{
border-color: #778FDE;
}
.TagClassName
{
border-color: #778FDE;
}
</style>