#778BDD

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

Shades of Portage #778BDD

Tints of Portage #778BDD

Color information

#778BDD (or 0x778BDD) is unknown color: approx Portage. HEX triplet: 77, 8B and DD. RGB value is (119,139,221). Sum of RGB (Red+Green+Blue) = 119+139+221=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #778BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BDD is #887422. Grayscale: #8E8E8E. Windows color (decimal): -8942627 or 14519159. OLE color: 14519159.

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

Color convert

RGB119139221-
CMYK0.460.3700.13
HSL228.24º60%66.67%-
HSV(B)228.24º46.15%86.67%-
XYZ29.8927.6172.16-
YUV142.37172.37111.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.84%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=24.84%
G=29.02%
B=46.14%

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
Decimal1191392210.460.3700.13228.246066.67
Hex778BDD2E250De43c43
Octal167213335564501534474103
Binary1110111100010111101110110111010010101101111001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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