#7688DB

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

Shades of Portage #7688DB

Tints of Portage #7688DB

Color information

#7688DB (or 0x7688DB) is unknown color: approx Portage. HEX triplet: 76, 88 and DB. RGB value is (118,136,219). Sum of RGB (Red+Green+Blue) = 118+136+219=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #7688DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7688DB is #897724. Grayscale: #8B8B8B. Windows color (decimal): -9008933 or 14387318. OLE color: 14387318.

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

Color convert

RGB118136219-
CMYK0.460.3800.14
HSL229.31º58.38%66.08%-
HSV(B)229.31º46.12%85.88%-
XYZ29.0626.5770.62-
YUV140.08172.54112.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 136 (53.52% from 255) = 28.75%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=24.95%
G=28.75%
B=46.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181362190.460.3800.14229.3158.3866.08
Hex7688DB2E260Ee53a42
Octal166210333564601634572102
Binary1110110100010001101101110111010011001110111001011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7688DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,136,219); }

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

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

 a { background-color: rgb(118,136,219); }

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

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

 span { border-color: rgb(118,136,219); }

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