#778BD7

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

Shades of Portage #778BD7

Tints of Portage #778BD7

Color information

#778BD7 (or 0x778BD7) is unknown color: approx Portage. HEX triplet: 77, 8B and D7. RGB value is (119,139,215). Sum of RGB (Red+Green+Blue) = 119+139+215=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #778BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BD7 is #887428. Grayscale: #8D8D8D. Windows color (decimal): -8942633 or 14125943. OLE color: 14125943.

HSL color Cylindrical-coordinate representation of color #778BD7: hue angle of 227.5º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #778BD7 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119139215-
CMYK0.450.3500.16
HSL227.5º54.55%65.49%-
HSV(B)227.5º44.65%84.31%-
XYZ29.1127.2968.02-
YUV141.68169.37111.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.16%
GREEN value IS 139 (54.69% from 255) = 29.39%
BLUE value IS 215 (84.38% from 255) = 45.45%
R=25.16%
G=29.39%
B=45.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191392150.450.3500.16227.554.5565.49
Hex778BD72D23010e43741
Octal167213327554302034467101
Binary11101111000101111010111101101100011010000111001001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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