#778dd7

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

Shades of Portage #778DD7

Tints of Portage #778DD7

Color information

#778DD7 (or 0x778DD7) is unknown color: approx Portage. HEX triplet: 77, 8D and D7. RGB value is (119,141,215). Sum of RGB (Red+Green+Blue) = 119+141+215=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #778DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DD7 is #887228. Grayscale: #8E8E8E. Windows color (decimal): -8942121 or 14126455. OLE color: 14126455.

HSL color Cylindrical-coordinate representation of color #778DD7: hue angle of 226.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #778DD7 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119141215-
CMYK0.450.3400.16
HSL226.25º54.55%65.49%-
HSV(B)226.25º44.65%84.31%-
XYZ29.427.8868.12-
YUV142.86168.71110.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.05%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 215 (84.38% from 255) = 45.26%
R=25.05%
G=29.68%
B=45.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191412150.450.3400.16226.2554.5565.49
Hex778DD72D22010e23741
Octal167215327554202034267101
Binary11101111000110111010111101101100010010000111000101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778dd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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