#7786DB

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

Shades of Portage #7786DB

Tints of Portage #7786DB

Color information

#7786DB (or 0x7786DB) is unknown color: approx Portage. HEX triplet: 77, 86 and DB. RGB value is (119,134,219). Sum of RGB (Red+Green+Blue) = 119+134+219=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #7786DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7786DB is #887924. Grayscale: #8A8A8A. Windows color (decimal): -8943909 or 14386807. OLE color: 14386807.

HSL color Cylindrical-coordinate representation of color #7786DB: hue angle of 231º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7786DB is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119134219-
CMYK0.460.3900.14
HSL231º58.14%66.27%-
HSV(B)231º45.66%85.88%-
XYZ28.9226.0970.53-
YUV139.21173.03113.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.21%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 219 (85.94% from 255) = 46.40%
R=25.21%
G=28.39%
B=46.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191342190.460.3900.1423158.1466.27
Hex7786DB2E270Ee73a42
Octal167206333564701634772102
Binary1110111100001101101101110111010011101110111001111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7786DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7786DB; }

 p { color: rgb(119,134,219); }

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

<style>
 a { background-color: #7786DB; }

 a { background-color: rgb(119,134,219); }

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

<style>
 span { border-color: #7786DB; }

 span { border-color: rgb(119,134,219); }

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