#778ED5

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

Shades of Portage #778ED5

Tints of Portage #778ED5

Color information

#778ED5 (or 0x778ED5) is unknown color: approx Portage. HEX triplet: 77, 8E and D5. RGB value is (119,142,213). Sum of RGB (Red+Green+Blue) = 119+142+213=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #778ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ED5 is #88712A. Grayscale: #8E8E8E. Windows color (decimal): -8941867 or 13995639. OLE color: 13995639.

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

Color convert

RGB119142213-
CMYK0.440.3300.16
HSL225.32º52.81%65.1%-
HSV(B)225.32º44.13%83.53%-
XYZ29.2928.0766.83-
YUV143.22167.38110.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.11%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 213 (83.59% from 255) = 44.94%
R=25.11%
G=29.96%
B=44.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191422130.440.3300.16225.3252.8165.1
Hex778ED52C21010e13541
Octal167216325544102034165101
Binary11101111000111011010101101100100001010000111000011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,142,213); }

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

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

 a { background-color: rgb(119,142,213); }

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

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

 span { border-color: rgb(119,142,213); }

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