#778CDE

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

Shades of Portage #778CDE

Tints of Portage #778CDE

Color information

#778CDE (or 0x778CDE) is unknown color: approx Portage. HEX triplet: 77, 8C and DE. RGB value is (119,140,222). Sum of RGB (Red+Green+Blue) = 119+140+222=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #778CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CDE is #887321. Grayscale: #8E8E8E. Windows color (decimal): -8942370 or 14584951. OLE color: 14584951.

HSL color Cylindrical-coordinate representation of color #778CDE: hue angle of 227.77º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #778CDE is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119140222-
CMYK0.460.3700.13
HSL227.77º60.95%66.86%-
HSV(B)227.77º46.4%87.06%-
XYZ30.1727.9572.91-
YUV143.07172.54110.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.74%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=24.74%
G=29.11%
B=46.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191402220.460.3700.13227.7760.9566.86
Hex778CDE2E250De43d43
Octal167214336564501534475103
Binary1110111100011001101111010111010010101101111001001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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