#7688DF

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

Shades of Portage #7688DF

Tints of Portage #7688DF

Color information

#7688DF (or 0x7688DF) is unknown color: approx Portage. HEX triplet: 76, 88 and DF. RGB value is (118,136,223). Sum of RGB (Red+Green+Blue) = 118+136+223=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #7688DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7688DF is #897720. Grayscale: #8C8C8C. Windows color (decimal): -9008929 or 14649462. OLE color: 14649462.

HSL color Cylindrical-coordinate representation of color #7688DF: hue angle of 229.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7688DF is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118136223-
CMYK0.470.3900.13
HSL229.71º62.13%66.86%-
HSV(B)229.71º47.09%87.45%-
XYZ29.5926.7973.42-
YUV140.54174.54111.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.74%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 223 (87.5% from 255) = 46.75%
R=24.74%
G=28.51%
B=46.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181362230.470.3900.13229.7162.1366.86
Hex7688DF2F270De63e43
Octal166210337574701534676103
Binary1110110100010001101111110111110011101101111001101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7688DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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