#7686DE

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

Shades of Portage #7686DE

Tints of Portage #7686DE

Color information

#7686DE (or 0x7686DE) is unknown color: approx Portage. HEX triplet: 76, 86 and DE. RGB value is (118,134,222). Sum of RGB (Red+Green+Blue) = 118+134+222=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #7686DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686DE is #897921. Grayscale: #8A8A8A. Windows color (decimal): -9009442 or 14583414. OLE color: 14583414.

HSL color Cylindrical-coordinate representation of color #7686DE: hue angle of 230.77º degrees, saturation: 0.61, 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 #7686DE is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118134222-
CMYK0.470.4000.13
HSL230.77º61.18%66.67%-
HSV(B)230.77º46.85%87.06%-
XYZ29.1826.1872.62-
YUV139.25174.7112.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.89%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 222 (87.11% from 255) = 46.84%
R=24.89%
G=28.27%
B=46.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181342220.470.4000.13230.7761.1866.67
Hex7686DE2F280De73d43
Octal166206336575001534775103
Binary1110110100001101101111010111110100001101111001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7686DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7686DE; }

 p { color: rgb(118,134,222); }

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

<style>
 a { background-color: #7686DE; }

 a { background-color: rgb(118,134,222); }

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

<style>
 span { border-color: #7686DE; }

 span { border-color: rgb(118,134,222); }

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