#778FD1

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

Shades of Portage #778FD1

Tints of Portage #778FD1

Color information

#778FD1 (or 0x778FD1) is unknown color: approx Portage. HEX triplet: 77, 8F and D1. RGB value is (119,143,209). Sum of RGB (Red+Green+Blue) = 119+143+209=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #778FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FD1 is #88702E. Grayscale: #8F8F8F. Windows color (decimal): -8941615 or 13733751. OLE color: 13733751.

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

Color convert

RGB119143209-
CMYK0.430.3200.18
HSL224º49.45%64.31%-
HSV(B)224º43.06%81.96%-
XYZ28.9428.1764.23-
YUV143.35165.05110.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.27%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 209 (82.03% from 255) = 44.37%
R=25.27%
G=30.36%
B=44.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191432090.430.3200.1822449.4564.31
Hex778FD12B20012e03140
Octal167217321534002234061100
Binary11101111000111111010001101011100000010010111000001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,143,209); }

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

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

 a { background-color: rgb(119,143,209); }

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

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

 span { border-color: rgb(119,143,209); }

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