#778CD2

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

Shades of Portage #778CD2

Tints of Portage #778CD2

Color information

#778CD2 (or 0x778CD2) is unknown color: approx Portage. HEX triplet: 77, 8C and D2. RGB value is (119,140,210). Sum of RGB (Red+Green+Blue) = 119+140+210=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #778CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CD2 is #88732D. Grayscale: #8D8D8D. Windows color (decimal): -8942382 or 13798519. OLE color: 13798519.

HSL color Cylindrical-coordinate representation of color #778CD2: hue angle of 226.15º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #778CD2 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119140210-
CMYK0.430.3300.18
HSL226.15º50.28%64.51%-
HSV(B)226.15º43.33%82.35%-
XYZ28.6227.3364.74-
YUV141.7166.54111.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.37%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 210 (82.42% from 255) = 44.78%
R=25.37%
G=29.85%
B=44.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191402100.430.3300.18226.1550.2864.51
Hex778CD22B21012e23241
Octal167214322534102234262101
Binary11101111000110011010010101011100001010010111000101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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