#778CDC

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

Shades of Portage #778CDC

Tints of Portage #778CDC

Color information

#778CDC (or 0x778CDC) is unknown color: approx Portage. HEX triplet: 77, 8C and DC. RGB value is (119,140,220). Sum of RGB (Red+Green+Blue) = 119+140+220=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #778CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CDC is #887323. Grayscale: #8E8E8E. Windows color (decimal): -8942372 or 14453879. OLE color: 14453879.

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

Color convert

RGB119140220-
CMYK0.460.3600.14
HSL227.52º59.06%66.47%-
HSV(B)227.52º45.91%86.27%-
XYZ29.927.8571.51-
YUV142.84171.54111-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.84%
GREEN value IS 140 (55.08% from 255) = 29.23%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=24.84%
G=29.23%
B=45.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191402200.460.3600.14227.5259.0666.47
Hex778CDC2E240Ee43b42
Octal167214334564401634473102
Binary1110111100011001101110010111010010001110111001001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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