#778DD4

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

Shades of Portage #778DD4

Tints of Portage #778DD4

Color information

#778DD4 (or 0x778DD4) is unknown color: approx Portage. HEX triplet: 77, 8D and D4. RGB value is (119,141,212). Sum of RGB (Red+Green+Blue) = 119+141+212=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #778DD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DD4 is #88722B. Grayscale: #8E8E8E. Windows color (decimal): -8942124 or 13929847. OLE color: 13929847.

HSL color Cylindrical-coordinate representation of color #778DD4: hue angle of 225.81º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #778DD4 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB119141212-
CMYK0.440.3300.17
HSL225.81º51.96%64.9%-
HSV(B)225.81º43.87%83.14%-
XYZ29.0227.7366.11-
YUV142.52167.21111.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.21%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 212 (83.20% from 255) = 44.92%
R=25.21%
G=29.87%
B=44.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1191412120.440.3300.17225.8151.9664.9
Hex778DD42C21011e23441
Octal167215324544102134264101
Binary11101111000110111010100101100100001010001111000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,141,212); }

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

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

 a { background-color: rgb(119,141,212); }

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

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

 span { border-color: rgb(119,141,212); }

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