#778AD8

Color #778AD8 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #778AD8

Tints of Portage #778AD8

Color information

#778AD8 (or 0x778AD8) is unknown color: approx Portage. HEX triplet: 77, 8A and D8. RGB value is (119,138,216). Sum of RGB (Red+Green+Blue) = 119+138+216=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #778AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778AD8 is #887527. Grayscale: #8C8C8C. Windows color (decimal): -8942888 or 14191223. OLE color: 14191223.

HSL color Cylindrical-coordinate representation of color #778AD8: hue angle of 228.25º degrees, saturation: 0.55, 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 #778AD8 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119138216-
CMYK0.450.3600.15
HSL228.25º55.43%65.69%-
HSV(B)228.25º44.91%84.71%-
XYZ29.0927.0668.65-
YUV141.21170.21112.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 25.16%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 216 (84.77% from 255) = 45.67%
R=25.16%
G=29.18%
B=45.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191382160.450.3600.15228.2555.4365.69
Hex778AD82D240Fe43742
Octal167212330554401734467102
Binary1110111100010101101100010110110010001111111001001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778AD8; }

 p { color: rgb(119,138,216); }

 H1.HeaderClassName
 {
   color: #778AD8;
 }
 .AnyTagClassName
 {
   color: #778AD8;
 }
</style>
background-color css

<style>
 a { background-color: #778AD8; }

 a { background-color: rgb(119,138,216); }

 div.DivClassName
 {
   background-color: #778AD8;
 }
 .BgClassName
 {
   background-color: #778AD8;
 }
</style>
border-color css

<style>
 span { border-color: #778AD8; }

 span { border-color: rgb(119,138,216); }

 td.TdClassName
 {
   border-color: #778AD8;
 }
 .TagClassName
 {
   border-color: #778AD8;
 }
</style>