Shades of Portage #778ADC
Tints of Portage #778ADC
RGB
CMYK
RGB Variations
Color information
#778ADC (or 0x778ADC) is known color: Portage. HEX triplet: 77, 8A and DC. RGB value is (119,138,220). Sum of RGB (Red+Green+Blue) = 119+138+220=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #778ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ADC is #887523. Grayscale: #8D8D8D. Windows color (decimal): -8942884 or 14453367. OLE color: 14453367.
HSL color Cylindrical-coordinate representation of color #778ADC: hue angle of 228.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #778ADC is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 138 | 220 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.14 |
| HSL | 228.71º | 0.59% | 0.66% | - |
| HSV(B) | 228.71º | 0.46% | 0.86% | - |
| XYZ | 29.61 | 27.27 | 71.41 | - |
| YUV | 141.67 | 172.21 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 220 | 0.46 | 0.37 | 0 | 0.14 | 228.71 | 0.59 | 0.66 |
| Hex | 77 | 8A | DC | 2E | 25 | 0 | E | E5 | 3B | 42 |
| Octal | 167 | 212 | 334 | 56 | 45 | 0 | 16 | 345 | 73 | 102 |
| Binary | 1110111 | 10001010 | 11011100 | 101110 | 100101 | 0 | 1110 | 11100101 | 111011 | 1000010 |
Color Harmonies of #778ADC
Complementary color
Monochromatic Colors of #778ADC
Black with #778ADC
Text Example
Text Example
White with #778ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778ADC; }
p { color: rgb(119,138,220); }
H1.HeaderClassName
{
color: #778ADC;
}
.AnyTagClassName
{
color: #778ADC;
}
</style>
background-color css
<style>
a { background-color: #778ADC; }
a { background-color: rgb(119,138,220); }
div.DivClassName
{
background-color: #778ADC;
}
.BgClassName
{
background-color: #778ADC;
}
</style>
border-color css
<style>
span { border-color: #778ADC; }
span { border-color: rgb(119,138,220); }
td.TdClassName
{
border-color: #778ADC;
}
.TagClassName
{
border-color: #778ADC;
}
</style>