#7688E2

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

Shades of Portage #7688E2

Tints of Portage #7688E2

Color information

#7688E2 (or 0x7688E2) is unknown color: approx Portage. HEX triplet: 76, 88 and E2. RGB value is (118,136,226). Sum of RGB (Red+Green+Blue) = 118+136+226=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 226 - color contains mainly: blue. Hex color #7688E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7688E2 is #89771D. Grayscale: #8C8C8C. Windows color (decimal): -9008926 or 14846070. OLE color: 14846070.

HSL color Cylindrical-coordinate representation of color #7688E2: hue angle of 230º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7688E2 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB118136226-
CMYK0.480.4000.11
HSL230º65.06%67.45%-
HSV(B)230º47.79%88.63%-
XYZ3026.9575.57-
YUV140.88176.04111.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.58%
GREEN value IS 136 (53.52% from 255) = 28.33%
BLUE value IS 226 (88.67% from 255) = 47.08%
R=24.58%
G=28.33%
B=47.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1181362260.480.4000.1123065.0667.45
Hex7688E230280Be64143
Octal1662103426050013346101103
Binary11101101000100011100010110000101000010111110011010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7688E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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