#778BDA

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

Shades of Portage #778BDA

Tints of Portage #778BDA

Color information

#778BDA (or 0x778BDA) is unknown color: approx Portage. HEX triplet: 77, 8B and DA. RGB value is (119,139,218). Sum of RGB (Red+Green+Blue) = 119+139+218=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #778BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BDA is #887425. Grayscale: #8D8D8D. Windows color (decimal): -8942630 or 14322551. OLE color: 14322551.

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

Color convert

RGB119139218-
CMYK0.450.3600.15
HSL227.88º57.23%66.08%-
HSV(B)227.88º45.41%85.49%-
XYZ29.527.4570.07-
YUV142.03170.87111.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 218 (85.55% from 255) = 45.80%
R=25%
G=29.20%
B=45.80%

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
Decimal1191392180.450.3600.15227.8857.2366.08
Hex778BDA2D240Fe43942
Octal167213332554401734471102
Binary1110111100010111101101010110110010001111111001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,139,218); }

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

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

 a { background-color: rgb(119,139,218); }

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

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

 span { border-color: rgb(119,139,218); }

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