#7789DB

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

Shades of Portage #7789DB

Tints of Portage #7789DB

Color information

#7789DB (or 0x7789DB) is unknown color: approx Portage. HEX triplet: 77, 89 and DB. RGB value is (119,137,219). Sum of RGB (Red+Green+Blue) = 119+137+219=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #7789DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7789DB is #887624. Grayscale: #8C8C8C. Windows color (decimal): -8943141 or 14387575. OLE color: 14387575.

HSL color Cylindrical-coordinate representation of color #7789DB: hue angle of 229.2º 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 #7789DB is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119137219-
CMYK0.460.3700.14
HSL229.2º58.14%66.27%-
HSV(B)229.2º45.66%85.88%-
XYZ29.3426.9370.67-
YUV140.97172.04112.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.05%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 219 (85.94% from 255) = 46.11%
R=25.05%
G=28.84%
B=46.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191372190.460.3700.14229.258.1466.27
Hex7789DB2E250Ee53a42
Octal167211333564501634572102
Binary1110111100010011101101110111010010101110111001011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7789DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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