#7691D8

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

Shades of Portage #7691D8

Tints of Portage #7691D8

Color information

#7691D8 (or 0x7691D8) is unknown color: approx Portage. HEX triplet: 76, 91 and D8. RGB value is (118,145,216). Sum of RGB (Red+Green+Blue) = 118+145+216=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #7691D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7691D8 is #896E27. Grayscale: #909090. Windows color (decimal): -9006632 or 14193014. OLE color: 14193014.

HSL color Cylindrical-coordinate representation of color #7691D8: hue angle of 223.47º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7691D8 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118145216-
CMYK0.450.3300.15
HSL223.47º55.68%65.49%-
HSV(B)223.47º45.37%84.71%-
XYZ29.9929.0668.99-
YUV145.02168.05108.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.63%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 216 (84.77% from 255) = 45.09%
R=24.63%
G=30.27%
B=45.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181452160.450.3300.15223.4755.6865.49
Hex7691D82D210Fdf3841
Octal166221330554101733770101
Binary1110110100100011101100010110110000101111110111111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7691D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7691D8; }

 p { color: rgb(118,145,216); }

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

<style>
 a { background-color: #7691D8; }

 a { background-color: rgb(118,145,216); }

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

<style>
 span { border-color: #7691D8; }

 span { border-color: rgb(118,145,216); }

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