#778BDC

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

Shades of Portage #778BDC

Tints of Portage #778BDC

Color information

#778BDC (or 0x778BDC) is unknown color: approx Portage. HEX triplet: 77, 8B and DC. RGB value is (119,139,220). Sum of RGB (Red+Green+Blue) = 119+139+220=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #778BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BDC is #887423. Grayscale: #8D8D8D. Windows color (decimal): -8942628 or 14453623. OLE color: 14453623.

HSL color Cylindrical-coordinate representation of color #778BDC: hue angle of 228.12º 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 #778BDC is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119139220-
CMYK0.460.3700.14
HSL228.12º59.06%66.47%-
HSV(B)228.12º45.91%86.27%-
XYZ29.7627.5571.46-
YUV142.25171.87111.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.90%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=24.90%
G=29.08%
B=46.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191392200.460.3700.14228.1259.0666.47
Hex778BDC2E250Ee43b42
Octal167213334564501634473102
Binary1110111100010111101110010111010010101110111001001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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