#778FD2

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

Shades of Portage #778FD2

Tints of Portage #778FD2

Color information

#778FD2 (or 0x778FD2) is unknown color: approx Portage. HEX triplet: 77, 8F and D2. RGB value is (119,143,210). Sum of RGB (Red+Green+Blue) = 119+143+210=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 210 - color contains mainly: blue. Hex color #778FD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FD2 is #88702D. Grayscale: #8F8F8F. Windows color (decimal): -8941614 or 13799287. OLE color: 13799287.

HSL color Cylindrical-coordinate representation of color #778FD2: hue angle of 224.18º 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 #778FD2 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119143210-
CMYK0.430.3200.18
HSL224.18º50.28%64.51%-
HSV(B)224.18º43.33%82.35%-
XYZ29.0628.2264.89-
YUV143.46165.55110.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.21%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 210 (82.42% from 255) = 44.49%
R=25.21%
G=30.30%
B=44.49%

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
Decimal1191432100.430.3200.18224.1850.2864.51
Hex778FD22B20012e03241
Octal167217322534002234062101
Binary11101111000111111010010101011100000010010111000001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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