#7686DD

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

Shades of Portage #7686DD

Tints of Portage #7686DD

Color information

#7686DD (or 0x7686DD) is unknown color: approx Portage. HEX triplet: 76, 86 and DD. RGB value is (118,134,221). Sum of RGB (Red+Green+Blue) = 118+134+221=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #7686DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686DD is #897922. Grayscale: #8A8A8A. Windows color (decimal): -9009443 or 14517878. OLE color: 14517878.

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

Color convert

RGB118134221-
CMYK0.470.3900.13
HSL230.68º60.23%66.47%-
HSV(B)230.68º46.61%86.67%-
XYZ29.0526.1271.92-
YUV139.13174.2112.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=24.95%
G=28.33%
B=46.72%

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
Decimal1181342210.470.3900.13230.6860.2366.47
Hex7686DD2F270De73c42
Octal166206335574701534774102
Binary1110110100001101101110110111110011101101111001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7686DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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