#7788DE

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

Shades of Portage #7788DE

Tints of Portage #7788DE

Color information

#7788DE (or 0x7788DE) is unknown color: approx Portage. HEX triplet: 77, 88 and DE. RGB value is (119,136,222). Sum of RGB (Red+Green+Blue) = 119+136+222=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #7788DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7788DE is #887721. Grayscale: #8C8C8C. Windows color (decimal): -8943394 or 14583927. OLE color: 14583927.

HSL color Cylindrical-coordinate representation of color #7788DE: hue angle of 230.1º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7788DE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119136222-
CMYK0.460.3900.13
HSL230.1º60.95%66.86%-
HSV(B)230.1º46.4%87.06%-
XYZ29.626.872.72-
YUV140.72173.87112.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.95%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 222 (87.11% from 255) = 46.54%
R=24.95%
G=28.51%
B=46.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191362220.460.3900.13230.160.9566.86
Hex7788DE2E270De63d43
Octal167210336564701534675103
Binary1110111100010001101111010111010011101101111001101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7788DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7788DE; }

 p { color: rgb(119,136,222); }

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

<style>
 a { background-color: #7788DE; }

 a { background-color: rgb(119,136,222); }

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

<style>
 span { border-color: #7788DE; }

 span { border-color: rgb(119,136,222); }

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